Trace number 3300373

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
clasp 2.0-R4092-crafted? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d-0.02/
connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
MD5SUM287d3b23c6f72107e24ae4186653564e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark950.907
Satisfiable
(Un)Satisfiability was proved
Number of variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...828893/instance-3300373-1303828893.cnf
0.03/0.03	c Solving...
1300.02/1300.00	
1300.02/1300.00	*** INTERRUPTED! ***
1300.02/1300.00	s UNKNOWN
1300.02/1300.00	
1300.02/1300.00	c INTERRUPTED   : 1
1300.02/1300.00	c Models        : 0+    
1300.02/1300.00	c Time          : 1300.005s (Solving: 1299.97s 1st Model: 0.00s Unsat: 0.00s)
1300.02/1300.00	c CPU Time      : 1300.020s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3300373-1303828893/watcher-3300373-1303828893 -o /tmp/evaluation-result-3300373-1303828893/solver-3300373-1303828893 -C 2400 -W 1300 -M 7680 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300373-1303828893.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.06 1.86 2/177 29329
/proc/meminfo: memFree=23695924/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=13564 CPUtime=0 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 752 0 0 0 0 0 0 0 22 0 1 0 494487938 13889536 675 33554432000 4194304 4929204 140736443292208 18446744073709551615 4589972 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 3391 675 336 180 0 401 0

[startup+0.0327259 s]
/proc/loadavg: 0.92 1.06 1.86 2/177 29329
/proc/meminfo: memFree=23695924/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=14372 CPUtime=0.03 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 981 0 0 0 3 0 0 0 22 0 1 0 494487938 14716928 904 33554432000 4194304 4929204 140736443292208 18446744073709551615 242970199432 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 3593 904 340 180 0 603 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14372

[startup+0.100708 s]
/proc/loadavg: 0.92 1.06 1.86 2/177 29329
/proc/meminfo: memFree=23695924/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=14360 CPUtime=0.09 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 1043 0 0 0 9 0 0 0 22 0 1 0 494487938 14704640 940 33554432000 4194304 4929204 140736443292208 18446744073709551615 4365413 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 3590 940 367 180 0 600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14360

[startup+0.300675 s]
/proc/loadavg: 0.92 1.06 1.86 2/177 29329
/proc/meminfo: memFree=23695924/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=14656 CPUtime=0.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 1109 0 0 0 29 0 0 0 23 0 1 0 494487938 15007744 1006 33554432000 4194304 4929204 140736443292208 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 3664 1006 367 180 0 674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14656

[startup+0.700602 s]
/proc/loadavg: 0.92 1.06 1.86 2/177 29329
/proc/meminfo: memFree=23695924/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=15060 CPUtime=0.69 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 1191 0 0 0 69 0 0 0 25 0 1 0 494487938 15421440 1088 33554432000 4194304 4929204 140736443292208 18446744073709551615 4632940 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 3765 1088 367 180 0 775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15060

[startup+1.50047 s]
/proc/loadavg: 0.92 1.06 1.86 5/188 29350
/proc/meminfo: memFree=23686388/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=15324 CPUtime=1.49 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 1272 0 0 0 149 0 0 0 25 0 1 0 494487938 15691776 1169 33554432000 4194304 4929204 140736443292208 18446744073709551615 242970211013 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 3831 1169 367 180 0 841 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15324

[startup+3.10019 s]
/proc/loadavg: 0.92 1.06 1.86 5/188 29350
/proc/meminfo: memFree=23683164/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=15984 CPUtime=3.09 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 1429 0 0 0 309 0 0 0 25 0 1 0 494487938 16367616 1326 33554432000 4194304 4929204 140736443292208 18446744073709551615 4632963 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 3996 1326 367 180 0 1006 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15984

[startup+6.30064 s]
/proc/loadavg: 1.17 1.11 1.87 5/188 29350
/proc/meminfo: memFree=23680600/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=17040 CPUtime=6.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 1692 0 0 0 629 0 0 0 25 0 1 0 494487938 17448960 1589 33554432000 4194304 4929204 140736443292208 18446744073709551615 4632980 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 4260 1589 367 180 0 1270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17040

[startup+12.7005 s]
/proc/loadavg: 1.39 1.15 1.88 5/188 29350
/proc/meminfo: memFree=23676288/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=17700 CPUtime=12.69 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 1875 0 0 0 1269 0 0 0 25 0 1 0 494487938 18124800 1772 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633152 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 4425 1772 367 180 0 1435 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17700

[startup+25.5003 s]
/proc/loadavg: 1.97 1.29 1.91 5/188 29351
/proc/meminfo: memFree=23672944/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=19556 CPUtime=25.49 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 2287 0 0 0 2549 0 0 0 25 0 1 0 494487938 20025344 2184 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633042 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 4889 2184 367 180 0 1899 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19556

[startup+51.1009 s]
/proc/loadavg: 2.66 1.51 1.97 5/188 29351
/proc/meminfo: memFree=23668784/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=21380 CPUtime=51.09 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 2757 0 0 0 5109 0 0 0 25 0 1 0 494487938 21893120 2654 33554432000 4194304 4929204 140736443292208 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 5345 2654 367 180 0 2355 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21380

[startup+102.306 s]
/proc/loadavg: 3.47 1.91 2.08 5/188 29353
/proc/meminfo: memFree=23661808/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=24072 CPUtime=102.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 3370 0 0 0 10230 0 0 0 25 0 1 0 494487938 24649728 3267 33554432000 4194304 4929204 140736443292208 18446744073709551615 242970217344 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 6018 3267 367 180 0 3028 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24072

[startup+162.301 s]
/proc/loadavg: 3.80 2.29 2.19 5/188 29381
/proc/meminfo: memFree=23658328/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=25812 CPUtime=162.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 3783 0 0 0 16229 0 0 0 25 0 1 0 494487938 26431488 3680 33554432000 4194304 4929204 140736443292208 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 6453 3680 367 180 0 3463 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25812

[startup+222.3 s]
/proc/loadavg: 4.00 2.61 2.31 5/188 29383
/proc/meminfo: memFree=23648968/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=27416 CPUtime=222.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 4139 0 0 0 22229 0 0 0 25 0 1 0 494487938 28073984 4036 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 6854 4036 367 180 0 3864 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 27416

[startup+282.301 s]
/proc/loadavg: 4.00 2.86 2.41 5/188 29385
/proc/meminfo: memFree=23640140/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=28768 CPUtime=282.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 4460 0 0 0 28229 0 0 0 25 0 1 0 494487938 29458432 4357 33554432000 4194304 4929204 140736443292208 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 7192 4357 367 180 0 4202 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 28768

[startup+342.301 s]
/proc/loadavg: 4.05 3.08 2.51 5/188 29386
/proc/meminfo: memFree=23636648/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=30048 CPUtime=342.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 4782 0 0 0 34229 0 0 0 25 0 1 0 494487938 30769152 4679 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633021 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 7512 4679 367 180 0 4522 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 30048

[startup+402.3 s]
/proc/loadavg: 4.02 3.25 2.60 5/188 29388
/proc/meminfo: memFree=23631912/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=31256 CPUtime=402.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 5055 0 0 0 40229 0 0 0 25 0 1 0 494487938 32006144 4952 33554432000 4194304 4929204 140736443292208 18446744073709551615 4357754 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 7814 4952 367 180 0 4824 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 31256

[startup+462.301 s]
/proc/loadavg: 4.00 3.38 2.69 5/188 29389
/proc/meminfo: memFree=23629768/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=32688 CPUtime=462.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 5354 0 0 0 46229 0 0 0 25 0 1 0 494487938 33472512 5251 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 8172 5251 367 180 0 5182 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 32688

[startup+522.301 s]
/proc/loadavg: 4.00 3.49 2.77 5/188 29391
/proc/meminfo: memFree=23627628/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=33860 CPUtime=522.29 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 5655 0 0 0 52229 0 0 0 25 0 1 0 494487938 34672640 5552 33554432000 4194304 4929204 140736443292208 18446744073709551615 4638630 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 8465 5552 367 180 0 5475 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 33860

[startup+582.3 s]
/proc/loadavg: 4.00 3.58 2.84 5/188 29393
/proc/meminfo: memFree=23624388/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=35332 CPUtime=582.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6008 0 0 0 58230 0 0 0 25 0 1 0 494487938 36179968 5905 33554432000 4194304 4929204 140736443292208 18446744073709551615 4632996 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 8833 5905 367 180 0 5843 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 35332

[startup+642.301 s]
/proc/loadavg: 4.00 3.65 2.91 5/188 29394
/proc/meminfo: memFree=23622516/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=36116 CPUtime=642.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6180 0 0 0 64230 0 0 0 25 0 1 0 494487938 36982784 6077 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633011 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9029 6077 367 180 0 6039 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 36116

[startup+702.301 s]
/proc/loadavg: 4.00 3.71 2.98 5/188 29396
/proc/meminfo: memFree=23621256/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=36424 CPUtime=702.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6248 0 0 0 70230 0 0 0 25 0 1 0 494487938 37298176 6145 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9106 6145 367 180 0 6116 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 36424

[startup+762.306 s]
/proc/loadavg: 4.00 3.76 3.04 5/188 29397
/proc/meminfo: memFree=23619752/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=37168 CPUtime=762.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6426 0 0 0 76230 0 0 0 25 0 1 0 494487938 38060032 6323 33554432000 4194304 4929204 140736443292208 18446744073709551615 4357409 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9292 6323 367 180 0 6302 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 37168

[startup+822.301 s]
/proc/loadavg: 4.00 3.80 3.10 5/188 29399
/proc/meminfo: memFree=23615388/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=37688 CPUtime=822.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6534 0 0 0 82230 0 0 0 25 0 1 0 494487938 38592512 6431 33554432000 4194304 4929204 140736443292208 18446744073709551615 4658473 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9422 6431 367 180 0 6432 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 37688

[startup+882.301 s]
/proc/loadavg: 4.07 3.85 3.15 5/188 29401
/proc/meminfo: memFree=23612392/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=38548 CPUtime=882.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6726 0 0 0 88230 0 0 0 25 0 1 0 494487938 39473152 6623 33554432000 4194304 4929204 140736443292208 18446744073709551615 4357427 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9637 6623 367 180 0 6647 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 38548

[startup+942.3 s]
/proc/loadavg: 4.10 3.89 3.21 5/188 29402
/proc/meminfo: memFree=23611256/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=38716 CPUtime=942.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6782 0 0 0 94230 0 0 0 25 0 1 0 494487938 39645184 6679 33554432000 4194304 4929204 140736443292208 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9679 6679 367 180 0 6689 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 38716

[startup+1002.3 s]
/proc/loadavg: 4.04 3.91 3.26 5/188 29404
/proc/meminfo: memFree=23610004/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=39628 CPUtime=1002.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 6956 0 0 0 100230 0 0 0 25 0 1 0 494487938 40579072 6853 33554432000 4194304 4929204 140736443292208 18446744073709551615 4632996 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9907 6853 367 180 0 6917 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 39628

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 3.30 5/188 29405
/proc/meminfo: memFree=23608996/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=39840 CPUtime=1062.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 7019 0 0 0 106230 0 0 0 25 0 1 0 494487938 40796160 6916 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 9960 6916 367 180 0 6970 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 39840

[startup+1122.3 s]
/proc/loadavg: 4.08 3.95 3.35 5/188 29407
/proc/meminfo: memFree=23607236/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=40596 CPUtime=1122.3 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 7206 0 0 0 112230 0 0 0 25 0 1 0 494487938 41570304 7103 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 10149 7103 367 180 0 7159 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 40596

[startup+1182.3 s]
/proc/loadavg: 4.03 3.96 3.38 5/188 29418
/proc/meminfo: memFree=23603332/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=41020 CPUtime=1182.31 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 7303 0 0 0 118230 1 0 0 25 0 1 0 494487938 42004480 7200 33554432000 4194304 4929204 140736443292208 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 10255 7200 367 180 0 7265 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 41020

[startup+1242.3 s]
/proc/loadavg: 4.01 3.96 3.42 5/188 29419
/proc/meminfo: memFree=23602272/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=41440 CPUtime=1242.32 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 7364 0 0 0 124231 1 0 0 25 0 1 0 494487938 42434560 7261 33554432000 4194304 4929204 140736443292208 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 10360 7261 367 180 0 7370 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 41440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.45 4/187 29422
/proc/meminfo: memFree=23616876/32951132 swapFree=67111364/67111528
[pid=29329] ppid=29327 vsize=41928 CPUtime=1300.02 cores=5,7
/proc/29329/stat : 29329 (clasp) R 29327 29329 28553 0 -1 4202496 7509 0 0 0 130001 1 0 0 25 0 1 0 494487938 42934272 7352 33554432000 4194304 4929204 140736443292208 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29329/statm: 10482 7352 367 180 0 7492 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 41928

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1300.02
CPU system time (s): 0.011998
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 41928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7521
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 16300

runsolver used 2.02269 second user time and 4.31034 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 16:41:33
IDJOB=3300373
IDBENCH=84643
IDSOLVER=1685
FILE ID=node128/3300373-1303828893
RUNJOBID= node128-1303828893-29310
PBS_JOBID= 13160767
Free space on /tmp= 67016 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT04/handmade/connamacher/connm-d-0.02/connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300373-1303828893/watcher-3300373-1303828893 -o /tmp/evaluation-result-3300373-1303828893/solver-3300373-1303828893 -C 2400 -W 1300 -M 7680  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300373-1303828893.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 287d3b23c6f72107e24ae4186653564e
RANDOM SEED=1236809130

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23696452 kB
Buffers:       1331508 kB
Cached:        7233352 kB
SwapCached:        160 kB
Active:        1759256 kB
Inactive:      6872704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23696452 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1620 kB
Writeback:           0 kB
AnonPages:       66364 kB
Mapped:          15560 kB
Slab:           559048 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   215804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67012 MiB
End job on node128 at 2011-04-26 17:03:15