Trace number 1781235

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
ttsth-5-0 2009-03-19 (16 threads)? (TO) 1000.04 1000.03

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark147.5
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.88/0.94	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1781235-1244983311.cnf 
0.88/0.94	c Using SATTIMEOUT of 10000
0.88/0.94	c Using SATRAM of 2047
0.88/0.94	c Size of subset node = 16
0.88/0.94	c Variables = 237485
0.88/0.94	c Clauses = 705220
0.88/0.94	c Literals = 1645512
0.88/0.94	c Reduced size:
0.88/0.94	c Variables = 237485
0.88/0.94	c Clauses = 705217
0.88/0.94	c Literals = 1645506
0.88/0.94	c a2
1.60/1.68	c a1

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1781235-1244983311/watcher-1781235-1244983311 -o /tmp/evaluation-result-1781235-1244983311/solver-1781235-1244983311 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1781235-1244983311.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.98 1.46 5.76 2/187 30982
/proc/meminfo: memFree=18972876/36427776 swapFree=6096/11344
[pid=30982] ppid=30980 vsize=1540 CPUtime=0
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 285 0 0 0 0 0 0 0 20 0 1 0 657637532 1576960 242 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 385 243 75 177 0 207 0

[startup+0.023622 s]
/proc/loadavg: 0.98 1.46 5.76 2/187 30982
/proc/meminfo: memFree=18972876/36427776 swapFree=6096/11344
[pid=30982] ppid=30980 vsize=2464 CPUtime=0.02
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 515 0 0 0 2 0 0 0 20 0 1 0 657637532 2523136 472 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 616 473 75 177 0 438 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2464

[startup+0.103599 s]
/proc/loadavg: 0.98 1.46 5.76 2/187 30982
/proc/meminfo: memFree=18972876/36427776 swapFree=6096/11344
[pid=30982] ppid=30980 vsize=7892 CPUtime=0.1
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 1849 0 0 0 10 0 0 0 20 0 1 0 657637532 8081408 1806 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134738950 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 1973 1807 75 177 0 1795 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7892

[startup+0.303619 s]
/proc/loadavg: 0.98 1.46 5.76 2/187 30982
/proc/meminfo: memFree=18972876/36427776 swapFree=6096/11344
[pid=30982] ppid=30980 vsize=21580 CPUtime=0.28
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 5154 0 0 0 26 2 0 0 20 0 1 0 657637532 22097920 5111 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 5395 5112 75 177 0 5217 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21580

[startup+0.703676 s]
/proc/loadavg: 0.98 1.46 5.76 2/187 30982
/proc/meminfo: memFree=18972876/36427776 swapFree=6096/11344
[pid=30982] ppid=30980 vsize=52940 CPUtime=0.68
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 11394 0 0 0 62 6 0 0 20 0 1 0 657637532 54210560 11351 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134522703 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 13235 11351 75 177 0 13057 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 52940

[startup+1.50372 s]
/proc/loadavg: 0.98 1.46 5.76 2/188 30983
/proc/meminfo: memFree=18902872/36427776 swapFree=6264/81436
[pid=30982] ppid=30980 vsize=102064 CPUtime=1.5
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 24621 0 0 0 140 10 0 0 20 0 1 0 657637532 104513536 24577 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134680503 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 25516 24577 76 177 0 25338 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 102064

[startup+3.10387 s]
/proc/loadavg: 0.98 1.46 5.76 2/188 30983
/proc/meminfo: memFree=18874332/36427776 swapFree=6396/109688
[pid=30982] ppid=30980 vsize=131308 CPUtime=3.1
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 35702 0 0 0 292 18 0 0 20 0 1 0 657637532 134459392 31991 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134555272 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 32827 31991 77 177 0 32649 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 131308

[startup+6.30014 s]
/proc/loadavg: 0.98 1.45 5.73 2/188 30983
/proc/meminfo: memFree=18843784/36427776 swapFree=6404/140092
[pid=30982] ppid=30980 vsize=131648 CPUtime=6.3
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 35762 0 0 0 612 18 0 0 20 0 1 0 657637532 134807552 32051 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 32912 32051 77 177 0 32734 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 131648

[startup+12.7047 s]
/proc/loadavg: 0.98 1.44 5.71 2/188 30983
/proc/meminfo: memFree=18843072/36427776 swapFree=6404/140992
[pid=30982] ppid=30980 vsize=132076 CPUtime=12.7
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 35901 0 0 0 1252 18 0 0 20 0 1 0 657637532 135245824 32190 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 33019 32190 77 177 0 32841 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 132076

[startup+25.5058 s]
/proc/loadavg: 0.99 1.42 5.63 2/188 30983
/proc/meminfo: memFree=18842236/36427776 swapFree=6404/141892
[pid=30982] ppid=30980 vsize=133480 CPUtime=25.5
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 36162 0 0 0 2532 18 0 0 20 0 1 0 657637532 136683520 32451 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600960 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 33370 32451 77 177 0 33192 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 133480

[startup+51.1041 s]
/proc/loadavg: 1.05 1.40 5.51 2/188 30983
/proc/meminfo: memFree=18840500/36427776 swapFree=6404/143668
[pid=30982] ppid=30980 vsize=135572 CPUtime=51.11
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 36613 0 0 0 5093 18 0 0 20 0 1 0 657637532 138825728 32902 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 33893 32902 77 177 0 33715 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 135572

[startup+102.309 s]
/proc/loadavg: 1.02 1.34 5.27 2/188 30983
/proc/meminfo: memFree=18838764/36427776 swapFree=6404/145400
[pid=30982] ppid=30980 vsize=136892 CPUtime=102.31
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37044 0 0 0 10213 18 0 0 20 0 1 0 657637532 140177408 33333 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34223 33333 77 177 0 34045 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 136892

[startup+162.302 s]
/proc/loadavg: 1.01 1.27 5.00 2/188 30983
/proc/meminfo: memFree=18838268/36427776 swapFree=6404/146088
[pid=30982] ppid=30980 vsize=137156 CPUtime=162.31
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37106 0 0 0 16213 18 0 0 20 0 1 0 657637532 140447744 33395 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34289 33395 77 177 0 34111 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 137156

[startup+222.303 s]
/proc/loadavg: 1.00 1.22 4.75 2/188 30988
/proc/meminfo: memFree=18838020/36427776 swapFree=6404/146292
[pid=30982] ppid=30980 vsize=137288 CPUtime=222.31
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37156 0 0 0 22213 18 0 0 20 0 1 0 657637532 140582912 33445 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34322 33445 77 177 0 34144 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 137288

[startup+282.305 s]
/proc/loadavg: 1.00 1.18 4.51 2/188 30988
/proc/meminfo: memFree=18837648/36427776 swapFree=6404/146464
[pid=30982] ppid=30980 vsize=137420 CPUtime=282.31
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37199 0 0 0 28213 18 0 0 20 0 1 0 657637532 140718080 33488 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34355 33488 77 177 0 34177 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 137420

[startup+342.302 s]
/proc/loadavg: 1.00 1.14 4.29 2/188 30988
/proc/meminfo: memFree=18837524/36427776 swapFree=6404/146616
[pid=30982] ppid=30980 vsize=137552 CPUtime=342.32
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37237 0 0 0 34214 18 0 0 20 0 1 0 657637532 140853248 33526 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34388 33526 77 177 0 34210 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 137552

[startup+402.303 s]
/proc/loadavg: 1.00 1.11 4.08 2/188 30988
/proc/meminfo: memFree=18837400/36427776 swapFree=6404/146712
[pid=30982] ppid=30980 vsize=137684 CPUtime=402.31
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37274 0 0 0 40213 18 0 0 20 0 1 0 657637532 140988416 33563 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600718 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34421 33563 77 177 0 34243 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 137684

[startup+462.301 s]
/proc/loadavg: 1.00 1.09 3.88 2/188 30988
/proc/meminfo: memFree=18837524/36427776 swapFree=6404/146568
[pid=30982] ppid=30980 vsize=137816 CPUtime=462.31
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37321 0 0 0 46213 18 0 0 20 0 1 0 657637532 141123584 33610 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34454 33610 77 177 0 34276 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 137816

[startup+522.302 s]
/proc/loadavg: 1.00 1.07 3.70 2/188 30993
/proc/meminfo: memFree=18837152/36427776 swapFree=6404/146764
[pid=30982] ppid=30980 vsize=137948 CPUtime=522.32
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37368 0 0 0 52214 18 0 0 20 0 1 0 657637532 141258752 33657 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34487 33657 77 177 0 34309 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 137948

[startup+582.303 s]
/proc/loadavg: 1.00 1.06 3.53 2/188 30993
/proc/meminfo: memFree=18837028/36427776 swapFree=6404/146860
[pid=30982] ppid=30980 vsize=139360 CPUtime=582.32
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37406 0 0 0 58214 18 0 0 20 0 1 0 657637532 142704640 33695 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34840 33695 77 177 0 34662 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 139360

[startup+642.301 s]
/proc/loadavg: 1.00 1.04 3.37 2/188 30993
/proc/meminfo: memFree=18837028/36427776 swapFree=6404/147288
[pid=30982] ppid=30980 vsize=139492 CPUtime=642.32
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37434 0 0 0 64214 18 0 0 20 0 1 0 657637532 142839808 33723 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34873 33723 77 177 0 34695 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 139492

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 3.22 2/188 30993
/proc/meminfo: memFree=18836904/36427776 swapFree=6404/147120
[pid=30982] ppid=30980 vsize=139624 CPUtime=702.32
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37460 0 0 0 70214 18 0 0 20 0 1 0 657637532 142974976 33749 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34906 33749 77 177 0 34728 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 139624

[startup+762.312 s]
/proc/loadavg: 1.00 1.02 3.08 3/188 30993
/proc/meminfo: memFree=18836780/36427776 swapFree=6404/147252
[pid=30982] ppid=30980 vsize=139624 CPUtime=762.33
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37493 0 0 0 76215 18 0 0 20 0 1 0 657637532 142974976 33782 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34906 33782 77 177 0 34728 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 139624

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 2.94 2/188 30998
/proc/meminfo: memFree=18836780/36427776 swapFree=6404/147300
[pid=30982] ppid=30980 vsize=139756 CPUtime=822.33
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37518 0 0 0 82215 18 0 0 20 0 1 0 657637532 143110144 33807 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600978 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34939 33807 77 177 0 34761 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 139756

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 2.82 2/188 30998
/proc/meminfo: memFree=18836656/36427776 swapFree=6404/147728
[pid=30982] ppid=30980 vsize=139888 CPUtime=882.33
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37546 0 0 0 88215 18 0 0 20 0 1 0 657637532 143245312 33835 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34972 33835 77 177 0 34794 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 139888

[startup+942.304 s]
/proc/loadavg: 1.00 1.01 2.70 2/188 30998
/proc/meminfo: memFree=18836532/36427776 swapFree=6404/147576
[pid=30982] ppid=30980 vsize=139888 CPUtime=942.32
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37573 0 0 0 94214 18 0 0 20 0 1 0 657637532 143245312 33862 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 34972 33862 77 177 0 34794 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 139888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.00 1.00 2.59 2/188 30998
/proc/meminfo: memFree=18836408/36427776 swapFree=6404/147676
[pid=30982] ppid=30980 vsize=140020 CPUtime=1000.04
/proc/30982/stat : 30982 (ttsth-5-0) R 30980 30982 15497 0 -1 4202496 37597 0 0 0 99986 18 0 0 20 0 1 0 657637532 143380480 33886 18446744073709551615 134512640 135237372 4291015440 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/30982/statm: 35005 33886 77 177 0 34827 0
Current children cumulated CPU time (s) 1000.04
Current children cumulated vsize (KiB) 140020

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30982 and gives
#  childrusage.ru_utime.tv_sec=999
#  childrusage.ru_utime.tv_usec=806484
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=192012
# CPU time returned by wait4() is 999.998
# while last known CPU time is 1000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.03
CPU time (s): 1000.04
CPU user time (s): 999.86
CPU system time (s): 0.18
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 140020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.806
system time used= 0.192012
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37597
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= 1
involuntary context switches= 1034

runsolver used 2.42015 second user time and 6.3364 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 14:41:51
IDJOB=1781235
IDBENCH=71689
IDSOLVER=634
FILE ID=xenhost3-49/1781235-1244983311
PBS_JOBID=
Free space on /tmp= 7010 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781235-1244983311/watcher-1781235-1244983311 -o /tmp/evaluation-result-1781235-1244983311/solver-1781235-1244983311 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1781235-1244983311.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED= 99409735

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      18972876 kB
Buffers:        524896 kB
Cached:       14131132 kB
SwapCached:          0 kB
Active:        4173996 kB
Inactive:     10492692 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           13284 kB
Writeback:           0 kB
AnonPages:       11344 kB
Mapped:           5432 kB
Slab:           733516 kB
SReclaimable:   706740 kB
SUnreclaim:      26776 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    36188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7010 MiB
End job on xenhost3-49 at 2009-06-14 14:58:34