Trace number 1776493

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 (4 threads)? (TO) 1000.16 1000.07

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

7.31/7.33	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776493-1243674306.cnf 
7.31/7.33	c Using SATTIMEOUT of 10000
7.31/7.33	c Using SATRAM of 2047
7.31/7.33	c Size of subset node = 16
7.31/7.33	c Variables = 209724
7.31/7.33	c Clauses = 3634677
7.31/7.33	c Literals = 10547961
7.31/7.33	c Reduced size:
7.31/7.33	c Variables = 209724
7.31/7.33	c Clauses = 3634639
7.31/7.33	c Literals = 10547871
7.31/7.33	c a2
48.61/48.60	c a1
833.38/833.32	c Independent sub-problems = 1
833.38/833.32	c Sub-problem with 209715 variables and 3634639 clauses
833.38/833.32	c using permutation method 4
833.38/833.32	c count = 1
833.38/833.32	c Ordering finished 831.710 seconds
833.38/833.32	c mapped 833.390 seconds
833.38/833.32	c permuted 833.400 seconds
833.38/833.32	c about to sort
834.58/834.59	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1776493-1243674306/watcher-1776493-1243674306 -o /tmp/evaluation-result-1776493-1243674306/solver-1776493-1243674306 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776493-1243674306.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: 2.38 3.55 2.54 3/99 30641
/proc/meminfo: memFree=3001224/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=1140 CPUtime=0
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 175 0 0 0 0 0 0 0 18 0 1 0 1132095407 1167360 131 4294967295 134512640 135237372 3220292192 3220290716 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 285 132 75 177 0 107 0

[startup+0.076501 s]
/proc/loadavg: 2.38 3.55 2.54 3/99 30641
/proc/meminfo: memFree=3001224/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=4640 CPUtime=0.08
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 1033 0 0 0 7 1 0 0 18 0 1 0 1132095407 4751360 989 4294967295 134512640 135237372 3220292192 3220290716 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 1160 990 75 177 0 982 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4640

[startup+0.10649 s]
/proc/loadavg: 2.38 3.55 2.54 3/99 30641
/proc/meminfo: memFree=3001224/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=6080 CPUtime=0.11
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 1387 0 0 0 10 1 0 0 18 0 1 0 1132095407 6225920 1343 4294967295 134512640 135237372 3220292192 3220290716 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 1520 1343 75 177 0 1342 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6080

[startup+0.30647 s]
/proc/loadavg: 2.38 3.55 2.54 3/99 30641
/proc/meminfo: memFree=3001224/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=15512 CPUtime=0.31
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 3682 0 0 0 29 2 0 0 18 0 1 0 1132095407 15884288 3638 4294967295 134512640 135237372 3220292192 3220291640 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 3878 3638 75 177 0 3700 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15512

[startup+0.706432 s]
/proc/loadavg: 2.38 3.55 2.54 3/99 30641
/proc/meminfo: memFree=3001224/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=34192 CPUtime=0.71
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 8256 0 0 0 69 2 0 0 18 0 1 0 1132095407 35012608 8212 4294967295 134512640 135237372 3220292192 3220291640 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 8548 8212 75 177 0 8370 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 34192

[startup+1.50636 s]
/proc/loadavg: 2.38 3.55 2.54 2/100 30642
/proc/meminfo: memFree=2955456/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=71796 CPUtime=1.51
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 17338 0 0 0 149 2 0 0 20 0 1 0 1132095407 73519104 17294 4294967295 134512640 135237372 3220292192 3220290716 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 17949 17294 75 177 0 17771 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 71796

[startup+3.1062 s]
/proc/loadavg: 2.38 3.55 2.54 2/100 30642
/proc/meminfo: memFree=2905432/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=141664 CPUtime=3.11
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 35103 0 0 0 298 13 0 0 25 0 1 0 1132095407 145063936 35059 4294967295 134512640 135237372 3220292192 3220291556 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 35416 35059 75 177 0 35238 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 141664

[startup+6.3059 s]
/proc/loadavg: 2.27 3.51 2.53 2/100 30642
/proc/meminfo: memFree=2760236/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=253668 CPUtime=6.31
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 61277 0 0 0 603 28 0 0 25 0 1 0 1132095407 259756032 61233 4294967295 134512640 135237372 3220292192 3220291884 134534328 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 63417 61233 75 177 0 63239 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 253668

[startup+12.7053 s]
/proc/loadavg: 2.17 3.47 2.52 2/100 30642
/proc/meminfo: memFree=1903572/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=1294084 CPUtime=12.71
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 276795 0 0 0 1180 91 0 0 25 0 1 0 1132095407 1325142016 274203 4294967295 134512640 135237372 3220292192 3220290424 134519986 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 323521 274203 76 177 0 323343 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 1294084

[startup+25.5041 s]
/proc/loadavg: 1.91 3.35 2.50 2/100 30645
/proc/meminfo: memFree=1902840/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=1294196 CPUtime=25.51
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 287401 0 0 0 2458 93 0 0 25 0 1 0 1132095407 1325256704 274323 4294967295 134512640 135237372 3220292192 3220290432 134680470 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 323549 274323 76 177 0 323371 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 1294196

[startup+51.1016 s]
/proc/loadavg: 1.60 3.16 2.46 2/100 30829
/proc/meminfo: memFree=2422216/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=591272 CPUtime=51.11
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 306071 0 0 0 5005 106 0 0 25 0 1 0 1132095407 605462528 144600 4294967295 134512640 135237372 3220292192 3220291520 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 147818 144600 77 177 0 147640 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 591272

[startup+102.317 s]
/proc/loadavg: 1.26 2.82 2.38 2/100 31019
/proc/meminfo: memFree=2418196/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=591272 CPUtime=102.33
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 307114 0 0 0 10126 107 0 0 25 0 1 0 1132095407 605462528 145643 4294967295 134512640 135237372 3220292192 3220291520 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 147818 145643 77 177 0 147640 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 591272

[startup+162.311 s]
/proc/loadavg: 1.09 2.49 2.29 2/100 31205
/proc/meminfo: memFree=2414516/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=591272 CPUtime=162.33
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 307938 0 0 0 16121 112 0 0 25 0 1 0 1132095407 605462528 146467 4294967295 134512640 135237372 3220292192 3220291520 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 147818 146467 77 177 0 147640 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 591272

[startup+222.305 s]
/proc/loadavg: 1.03 2.21 2.20 2/100 31394
/proc/meminfo: memFree=2397616/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=606772 CPUtime=222.33
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 312220 0 0 0 22118 115 0 0 25 0 1 0 1132095407 621334528 150749 4294967295 134512640 135237372 3220292192 3220291520 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 151693 150749 77 177 0 151515 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 606772

[startup+282.31 s]
/proc/loadavg: 1.01 1.99 2.13 2/100 31581
/proc/meminfo: memFree=2369256/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=636888 CPUtime=282.34
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 319770 0 0 0 28111 123 0 0 25 0 1 0 1132095407 652173312 157836 4294967295 134512640 135237372 3220292192 3220291552 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 159222 157836 77 177 0 159044 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 636888

[startup+342.314 s]
/proc/loadavg: 1.00 1.81 2.05 2/100 31774
/proc/meminfo: memFree=2368512/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=638700 CPUtime=342.35
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320120 0 0 0 34111 124 0 0 25 0 1 0 1132095407 654028800 158186 4294967295 134512640 135237372 3220292192 3220291520 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 159675 158186 77 177 0 159497 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 638700

[startup+402.308 s]
/proc/loadavg: 1.00 1.66 1.98 2/100 31962
/proc/meminfo: memFree=2367016/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=640020 CPUtime=402.35
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320523 0 0 0 40108 127 0 0 25 0 1 0 1132095407 655380480 158589 4294967295 134512640 135237372 3220292192 3220291552 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160005 158589 77 177 0 159827 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 640020

[startup+462.312 s]
/proc/loadavg: 1.00 1.54 1.92 2/100 32148
/proc/meminfo: memFree=2366876/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=641432 CPUtime=462.36
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320587 0 0 0 46106 130 0 0 25 0 1 0 1132095407 656826368 158653 4294967295 134512640 135237372 3220292192 3220291552 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160358 158653 77 177 0 160180 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 641432

[startup+522.307 s]
/proc/loadavg: 1.00 1.44 1.86 2/100 32337
/proc/meminfo: memFree=2366768/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=641564 CPUtime=522.36
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320630 0 0 0 52105 131 0 0 25 0 1 0 1132095407 656961536 158696 4294967295 134512640 135237372 3220292192 3220291552 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160391 158696 77 177 0 160213 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 641564

[startup+582.311 s]
/proc/loadavg: 1.00 1.35 1.80 2/100 32524
/proc/meminfo: memFree=2366404/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=641696 CPUtime=582.37
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320651 0 0 0 58102 135 0 0 25 0 1 0 1132095407 657096704 158717 4294967295 134512640 135237372 3220292192 3220291552 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160424 158717 77 177 0 160246 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 641696

[startup+642.315 s]
/proc/loadavg: 1.00 1.29 1.75 2/100 32713
/proc/meminfo: memFree=2366760/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=641696 CPUtime=642.38
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320676 0 0 0 64100 138 0 0 25 0 1 0 1132095407 657096704 158742 4294967295 134512640 135237372 3220292192 3220291552 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160424 158742 77 177 0 160246 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 641696

[startup+702.31 s]
/proc/loadavg: 1.00 1.23 1.70 2/100 437
/proc/meminfo: memFree=2366264/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=641828 CPUtime=702.38
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320690 0 0 0 70096 142 0 0 25 0 1 0 1132095407 657231872 158756 4294967295 134512640 135237372 3220292192 3220291552 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160457 158756 77 177 0 160279 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 641828

[startup+762.314 s]
/proc/loadavg: 1.00 1.19 1.65 2/100 626
/proc/meminfo: memFree=2365784/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=641828 CPUtime=762.38
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320705 0 0 0 76093 145 0 0 25 0 1 0 1132095407 657231872 158771 4294967295 134512640 135237372 3220292192 3220291552 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160457 158771 77 177 0 160279 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 641828

[startup+822.308 s]
/proc/loadavg: 1.00 1.15 1.61 2/100 815
/proc/meminfo: memFree=2365984/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=641828 CPUtime=822.38
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 320710 0 0 0 82089 149 0 0 25 0 1 0 1132095407 657231872 158776 4294967295 134512640 135237372 3220292192 3220291552 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 160457 158776 77 177 0 160279 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 641828

[startup+882.302 s]
/proc/loadavg: 1.00 1.12 1.57 2/100 1012
/proc/meminfo: memFree=1958744/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=1058204 CPUtime=882.38
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 429654 0 0 0 88050 188 0 0 25 0 1 0 1132095407 1083600896 260620 4294967295 134512640 135237372 3220292192 3220259888 134551480 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 264551 260620 91 177 0 264373 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 1058204

[startup+942.317 s]
/proc/loadavg: 1.00 1.10 1.53 2/100 1203
/proc/meminfo: memFree=1935976/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=1089564 CPUtime=942.4
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 435545 0 0 0 94046 194 0 0 25 0 1 0 1132095407 1115713536 266511 4294967295 134512640 135237372 3220292192 3220215984 134551480 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 272391 266511 91 177 0 272213 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 1089564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 1.00 1.08 1.50 2/100 1391
/proc/meminfo: memFree=1912172/3368532 swapFree=1953580/1959888
[pid=30641] ppid=30639 vsize=1121624 CPUtime=1000.1
/proc/30641/stat : 30641 (ttsth-5-0) R 30639 30641 20984 0 -1 4202496 441352 0 0 0 99806 204 0 0 25 0 1 0 1132095407 1148542976 272318 4294967295 134512640 135237372 3220292192 3220171296 134551480 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30641/statm: 280406 272318 91 177 0 280228 0
Current children cumulated CPU time (s) 1000.1
Current children cumulated vsize (KiB) 1121624

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)
Real time (s): 1000.07
CPU time (s): 1000.16
CPU user time (s): 998.06
CPU system time (s): 2.1
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 1311676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 998.06
system time used= 2.1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 441352
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= 2
involuntary context switches= 1883

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:05:06
IDJOB=1776493
IDBENCH=20576
IDSOLVER=632
FILE ID=/1776493-1243674306
PBS_JOBID=
Free space on /tmp= 15810 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776493-1243674306/watcher-1776493-1243674306 -o /tmp/evaluation-result-1776493-1243674306/solver-1776493-1243674306 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776493-1243674306.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED= 760856501

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3001324 kB
Buffers:         77300 kB
Cached:         188608 kB
SwapCached:       2424 kB
Active:         207860 kB
Inactive:        68180 kB
HighTotal:     2489216 kB
HighFree:      2287360 kB
LowTotal:       879316 kB
LowFree:        713964 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           78860 kB
Writeback:           0 kB
AnonPages:        9712 kB
Mapped:           4940 kB
Slab:            80728 kB
SReclaimable:    71544 kB
SUnreclaim:       9184 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93568 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15810 MiB
End job on  at 2009-05-30 11:21:52