Trace number 1778925

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.03 1000.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl128.cnf
MD5SUMd464f22dd212ad9afa317dae82dd7350
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 variables301759
Number of clauses904892
Sum of the clauses size2111412
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2603260
Number of clauses of size 3301630
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.10/1.19	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778925-1244947090.cnf 
1.10/1.19	c Using SATTIMEOUT of 10000
1.10/1.19	c Using SATRAM of 2047
1.10/1.19	c Size of subset node = 16
1.10/1.19	c Variables = 301759
1.10/1.19	c Clauses = 904892
1.10/1.19	c Literals = 2111412
1.10/1.19	c Reduced size:
1.10/1.19	c Variables = 301759
1.10/1.19	c Clauses = 904888
1.10/1.19	c Literals = 2111405
1.10/1.19	c a2
2.10/2.15	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-1778925-1244947090/watcher-1778925-1244947090 -o /tmp/evaluation-result-1778925-1244947090/solver-1778925-1244947090 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778925-1244947090.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: 14.27 7.96 6.58 2/184 22004
/proc/meminfo: memFree=19033400/36427776 swapFree=4236/7740
[pid=22004] ppid=22002 vsize=1540 CPUtime=0
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 279 0 0 0 0 0 0 0 20 0 1 0 654015462 1576960 236 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 385 236 75 177 0 207 0

[startup+0.015925 s]
/proc/loadavg: 14.27 7.96 6.58 2/184 22004
/proc/meminfo: memFree=19033400/36427776 swapFree=4236/7740
[pid=22004] ppid=22002 vsize=1936 CPUtime=0
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 381 0 0 0 0 0 0 0 20 0 1 0 654015462 1982464 338 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 484 340 75 177 0 306 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1936

[startup+0.103938 s]
/proc/loadavg: 14.27 7.96 6.58 2/184 22004
/proc/meminfo: memFree=19033400/36427776 swapFree=4236/7740
[pid=22004] ppid=22002 vsize=7892 CPUtime=0.1
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 1838 0 0 0 8 2 0 0 20 0 1 0 654015462 8081408 1795 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 1973 1796 75 177 0 1795 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7892

[startup+0.303964 s]
/proc/loadavg: 14.27 7.96 6.58 2/184 22004
/proc/meminfo: memFree=19033400/36427776 swapFree=4236/7740
[pid=22004] ppid=22002 vsize=21316 CPUtime=0.28
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 5115 0 0 0 26 2 0 0 20 0 1 0 654015462 21827584 5072 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 5362 5073 75 177 0 5184 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21316

[startup+0.703976 s]
/proc/loadavg: 14.27 7.96 6.58 2/184 22004
/proc/meminfo: memFree=19033400/36427776 swapFree=4236/7740
[pid=22004] ppid=22002 vsize=47356 CPUtime=0.7
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 11461 0 0 0 62 8 0 0 20 0 1 0 654015462 48492544 11418 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134639534 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 11839 11419 75 177 0 11661 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 47356

[startup+1.50406 s]
/proc/loadavg: 14.27 7.96 6.58 2/185 22005
/proc/meminfo: memFree=18971076/36427776 swapFree=4192/70840
[pid=22004] ppid=22002 vsize=121356 CPUtime=1.5
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 29510 0 0 0 138 12 0 0 20 0 1 0 654015462 124268544 29466 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134749335 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 30339 29466 76 177 0 30161 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 121356

[startup+3.10418 s]
/proc/loadavg: 13.21 7.84 6.55 2/185 22005
/proc/meminfo: memFree=18914884/36427776 swapFree=4612/126804
[pid=22004] ppid=22002 vsize=164280 CPUtime=3.1
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 44228 0 0 0 292 18 0 0 20 0 1 0 654015462 168222720 40047 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 41070 40049 77 177 0 40892 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 164280

[startup+6.30443 s]
/proc/loadavg: 13.21 7.84 6.55 2/185 22005
/proc/meminfo: memFree=18869228/36427776 swapFree=4620/171904
[pid=22004] ppid=22002 vsize=167068 CPUtime=6.3
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 44925 0 0 0 612 18 0 0 20 0 1 0 654015462 171077632 40744 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600960 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 41767 40744 77 177 0 41589 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 167068

[startup+12.7009 s]
/proc/loadavg: 11.33 7.61 6.49 2/185 22005
/proc/meminfo: memFree=18868276/36427776 swapFree=4620/172832
[pid=22004] ppid=22002 vsize=167692 CPUtime=12.7
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 45063 0 0 0 1250 20 0 0 20 0 1 0 654015462 171716608 40882 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 41923 40882 77 177 0 41745 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 167692

[startup+25.502 s]
/proc/loadavg: 9.74 7.40 6.43 2/185 22005
/proc/meminfo: memFree=18867316/36427776 swapFree=4620/173876
[pid=22004] ppid=22002 vsize=169228 CPUtime=25.5
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 45389 0 0 0 2530 20 0 0 20 0 1 0 654015462 173289472 41208 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600960 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 42307 41208 77 177 0 42129 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 169228

[startup+51.104 s]
/proc/loadavg: 6.76 6.88 6.28 2/185 22005
/proc/meminfo: memFree=18865208/36427776 swapFree=4620/176176
[pid=22004] ppid=22002 vsize=171452 CPUtime=51.1
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 45904 0 0 0 5090 20 0 0 20 0 1 0 654015462 175566848 41723 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 42863 41723 77 177 0 42685 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 171452

[startup+102.312 s]
/proc/loadavg: 3.30 5.89 5.98 2/185 22005
/proc/meminfo: memFree=18861736/36427776 swapFree=4620/179180
[pid=22004] ppid=22002 vsize=175372 CPUtime=102.3
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 46693 0 0 0 10210 20 0 0 20 0 1 0 654015462 179580928 42512 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 43843 42512 77 177 0 43665 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 175372

[startup+162.301 s]
/proc/loadavg: 1.91 5.07 5.69 2/185 22010
/proc/meminfo: memFree=18861364/36427776 swapFree=4620/180104
[pid=22004] ppid=22002 vsize=175636 CPUtime=162.29
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 46769 0 0 0 16209 20 0 0 20 0 1 0 654015462 179851264 42588 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 43909 42588 77 177 0 43731 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175636

[startup+222.302 s]
/proc/loadavg: 1.36 4.28 5.37 2/185 22010
/proc/meminfo: memFree=18861116/36427776 swapFree=4620/180132
[pid=22004] ppid=22002 vsize=175768 CPUtime=222.29
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 46835 0 0 0 22209 20 0 0 20 0 1 0 654015462 179986432 42654 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 43942 42654 77 177 0 43764 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 175768

[startup+282.302 s]
/proc/loadavg: 1.14 3.73 5.12 2/185 22010
/proc/meminfo: memFree=18860868/36427776 swapFree=4620/180396
[pid=22004] ppid=22002 vsize=176032 CPUtime=282.29
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 46902 0 0 0 28209 20 0 0 20 0 1 0 654015462 180256768 42721 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44008 42721 77 177 0 43830 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 176032

[startup+342.303 s]
/proc/loadavg: 1.05 3.19 4.84 2/185 22010
/proc/meminfo: memFree=18860496/36427776 swapFree=4620/180644
[pid=22004] ppid=22002 vsize=176164 CPUtime=342.3
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 46964 0 0 0 34210 20 0 0 20 0 1 0 654015462 180391936 42783 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44041 42783 77 177 0 43863 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 176164

[startup+402.304 s]
/proc/loadavg: 1.02 2.82 4.61 2/185 22010
/proc/meminfo: memFree=18860248/36427776 swapFree=4620/180908
[pid=22004] ppid=22002 vsize=176428 CPUtime=402.29
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47034 0 0 0 40209 20 0 0 20 0 1 0 654015462 180662272 42853 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44107 42853 77 177 0 43929 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 176428

[startup+462.301 s]
/proc/loadavg: 1.00 2.49 4.39 2/185 22015
/proc/meminfo: memFree=18860248/36427776 swapFree=4620/181128
[pid=22004] ppid=22002 vsize=176560 CPUtime=462.29
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47087 0 0 0 46209 20 0 0 20 0 1 0 654015462 180797440 42906 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44140 42906 77 177 0 43962 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 176560

[startup+522.302 s]
/proc/loadavg: 1.00 2.21 4.17 2/185 22015
/proc/meminfo: memFree=18860000/36427776 swapFree=4620/181376
[pid=22004] ppid=22002 vsize=176824 CPUtime=522.3
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47150 0 0 0 52210 20 0 0 20 0 1 0 654015462 181067776 42969 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44206 42969 77 177 0 44028 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 176824

[startup+582.302 s]
/proc/loadavg: 1.00 1.99 3.97 2/185 22015
/proc/meminfo: memFree=18859752/36427776 swapFree=4620/181616
[pid=22004] ppid=22002 vsize=176956 CPUtime=582.3
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47209 0 0 0 58210 20 0 0 20 0 1 0 654015462 181202944 43028 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44239 43028 77 177 0 44061 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 176956

[startup+642.303 s]
/proc/loadavg: 1.00 1.79 3.77 2/185 22015
/proc/meminfo: memFree=18859504/36427776 swapFree=4620/181820
[pid=22004] ppid=22002 vsize=177220 CPUtime=642.32
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47261 0 0 0 64212 20 0 0 20 0 1 0 654015462 181473280 43080 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44305 43080 77 177 0 44127 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 177220

[startup+702.304 s]
/proc/loadavg: 1.04 1.67 3.61 2/185 22015
/proc/meminfo: memFree=18859256/36427776 swapFree=4620/182040
[pid=22004] ppid=22002 vsize=177352 CPUtime=702.31
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47317 0 0 0 70211 20 0 0 20 0 1 0 654015462 181608448 43136 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44338 43136 77 177 0 44160 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 177352

[startup+762.313 s]
/proc/loadavg: 1.01 1.55 3.44 2/185 22020
/proc/meminfo: memFree=18858760/36427776 swapFree=4620/182244
[pid=22004] ppid=22002 vsize=177484 CPUtime=762.32
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47367 0 0 0 76212 20 0 0 20 0 1 0 654015462 181743616 43186 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44371 43186 77 177 0 44193 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 177484

[startup+822.302 s]
/proc/loadavg: 1.00 1.45 3.29 2/185 22020
/proc/meminfo: memFree=18858760/36427776 swapFree=4620/182424
[pid=22004] ppid=22002 vsize=177616 CPUtime=822.31
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47412 0 0 0 82211 20 0 0 20 0 1 0 654015462 181878784 43231 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44404 43231 77 177 0 44226 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 177616

[startup+882.302 s]
/proc/loadavg: 1.00 1.36 3.14 2/185 22020
/proc/meminfo: memFree=18858636/36427776 swapFree=4620/182580
[pid=22004] ppid=22002 vsize=177748 CPUtime=882.31
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47453 0 0 0 88211 20 0 0 20 0 1 0 654015462 182013952 43272 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44437 43272 77 177 0 44259 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 177748

[startup+942.303 s]
/proc/loadavg: 1.00 1.29 3.00 2/185 22020
/proc/meminfo: memFree=18858512/36427776 swapFree=4620/182704
[pid=22004] ppid=22002 vsize=177880 CPUtime=942.31
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47484 0 0 0 94211 20 0 0 20 0 1 0 654015462 182149120 43303 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600733 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44470 43303 77 177 0 44292 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 177880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.00 1.24 2.88 2/185 22020
/proc/meminfo: memFree=18858264/36427776 swapFree=4620/182872
[pid=22004] ppid=22002 vsize=178012 CPUtime=1000.03
/proc/22004/stat : 22004 (ttsth-5-0) R 22002 22004 15497 0 -1 4202496 47530 0 0 0 99983 20 0 0 20 0 1 0 654015462 182284288 43349 18446744073709551615 134512640 135237372 4288583872 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/22004/statm: 44503 43349 77 177 0 44325 0
Current children cumulated CPU time (s) 1000.03
Current children cumulated vsize (KiB) 178012

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 22004 and gives
#  childrusage.ru_utime.tv_sec=999
#  childrusage.ru_utime.tv_usec=774482
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=244015
# CPU time returned by wait4() is 1000.02
# while last known CPU time is 1000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.04
CPU time (s): 1000.03
CPU user time (s): 999.83
CPU system time (s): 0.2
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 178012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.774
system time used= 0.244015
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47530
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= 1534

runsolver used 2.50416 second user time and 6.08438 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 04:38:10
IDJOB=1778925
IDBENCH=70782
IDSOLVER=634
FILE ID=xenhost3-49/1778925-1244947090
PBS_JOBID=
Free space on /tmp= 7009 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl128.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778925-1244947090/watcher-1778925-1244947090 -o /tmp/evaluation-result-1778925-1244947090/solver-1778925-1244947090 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778925-1244947090.cnf

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

MD5SUM BENCH= d464f22dd212ad9afa317dae82dd7350
RANDOM SEED= 746277893

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:      19033392 kB
Buffers:        480644 kB
Cached:       14132468 kB
SwapCached:          0 kB
Active:        4127016 kB
Inactive:     10494516 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           17308 kB
Writeback:           0 kB
AnonPages:        7796 kB
Mapped:           3580 kB
Slab:           720816 kB
SReclaimable:   693864 kB
SUnreclaim:      26952 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7009 MiB
End job on xenhost3-49 at 2009-06-14 04:54:53