Trace number 1780215

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.06

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark862.84
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

5.40/5.48	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780215-1244962901.cnf 
5.40/5.48	c Using SATTIMEOUT of 10000
5.40/5.48	c Using SATRAM of 2047
5.40/5.48	c Size of subset node = 16
5.40/5.48	c Variables = 486992
5.40/5.48	c Clauses = 2456708
5.40/5.48	c Literals = 7147094
5.40/5.48	c Reduced size:
5.40/5.48	c Variables = 486992
5.40/5.48	c Clauses = 2068584
5.40/5.48	c Literals = 6145530
5.40/5.48	c a2
9.30/9.30	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-1780215-1244962901/watcher-1780215-1244962901 -o /tmp/evaluation-result-1780215-1244962901/solver-1780215-1244962901 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780215-1244962901.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: 1.00 1.00 1.50 2/184 27432
/proc/meminfo: memFree=18978964/36427776 swapFree=4456/8312
[pid=27432] ppid=27430 vsize=1544 CPUtime=0
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 293 0 0 0 0 0 0 0 20 0 1 0 655596605 1581056 249 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 386 249 75 177 0 208 0

[startup+0.050314 s]
/proc/loadavg: 1.00 1.00 1.50 2/184 27432
/proc/meminfo: memFree=18978964/36427776 swapFree=4456/8312
[pid=27432] ppid=27430 vsize=4164 CPUtime=0.04
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 914 0 0 0 4 0 0 0 20 0 1 0 655596605 4263936 870 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 1041 871 75 177 0 863 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4164

[startup+0.102317 s]
/proc/loadavg: 1.00 1.00 1.50 2/184 27432
/proc/meminfo: memFree=18978964/36427776 swapFree=4456/8312
[pid=27432] ppid=27430 vsize=7236 CPUtime=0.1
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 1667 0 0 0 8 2 0 0 20 0 1 0 655596605 7409664 1623 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 1809 1624 75 177 0 1631 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7236

[startup+0.302345 s]
/proc/loadavg: 1.00 1.00 1.50 2/184 27432
/proc/meminfo: memFree=18978964/36427776 swapFree=4456/8312
[pid=27432] ppid=27430 vsize=18732 CPUtime=0.3
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 4543 0 0 0 26 4 0 0 20 0 1 0 655596605 19181568 4499 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 4683 4500 75 177 0 4505 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 18732

[startup+0.702381 s]
/proc/loadavg: 1.00 1.00 1.50 2/184 27432
/proc/meminfo: memFree=18978964/36427776 swapFree=4456/8312
[pid=27432] ppid=27430 vsize=41768 CPUtime=0.7
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 10294 0 0 0 66 4 0 0 20 0 1 0 655596605 42770432 10250 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 10442 10251 75 177 0 10264 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 41768

[startup+1.50243 s]
/proc/loadavg: 1.00 1.00 1.50 2/185 27433
/proc/meminfo: memFree=18921780/36427776 swapFree=5132/66692
[pid=27432] ppid=27430 vsize=88348 CPUtime=1.5
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 21811 0 0 0 140 10 0 0 20 0 1 0 655596605 90468352 21767 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 22087 21767 75 177 0 21909 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 88348

[startup+3.10256 s]
/proc/loadavg: 1.00 1.00 1.50 2/185 27433
/proc/meminfo: memFree=18858976/36427776 swapFree=4648/129680
[pid=27432] ppid=27430 vsize=174216 CPUtime=3.1
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 41421 0 0 0 290 20 0 0 20 0 1 0 655596605 178397184 41377 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134533977 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 43554 41377 75 177 0 43376 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 174216

[startup+6.30286 s]
/proc/loadavg: 1.00 1.00 1.50 2/185 27433
/proc/meminfo: memFree=18813584/36427776 swapFree=4612/174504
[pid=27432] ppid=27430 vsize=342348 CPUtime=6.28
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 80550 0 0 0 598 30 0 0 20 0 1 0 655596605 350564352 79540 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134680735 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 85587 79540 76 177 0 85409 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 342348

[startup+12.7034 s]
/proc/loadavg: 1.00 1.00 1.49 2/185 27433
/proc/meminfo: memFree=18713032/36427776 swapFree=4620/274624
[pid=27432] ppid=27430 vsize=275528 CPUtime=12.7
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 99961 0 0 0 1228 42 0 0 20 0 1 0 655596605 282140672 67369 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 68882 67369 77 177 0 68704 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 275528

[startup+25.5005 s]
/proc/loadavg: 1.00 1.00 1.48 2/185 27433
/proc/meminfo: memFree=18675664/36427776 swapFree=4620/312708
[pid=27432] ppid=27430 vsize=311432 CPUtime=25.5
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 108649 0 0 0 2504 46 0 0 20 0 1 0 655596605 318906368 76057 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 77858 76057 77 177 0 77680 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 311432

[startup+51.1028 s]
/proc/loadavg: 1.00 1.00 1.47 2/185 27433
/proc/meminfo: memFree=18602628/36427776 swapFree=4620/385800
[pid=27432] ppid=27430 vsize=384220 CPUtime=51.09
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 126885 0 0 0 5059 50 0 0 20 0 1 0 655596605 393441280 94293 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 96055 94293 77 177 0 95877 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 384220

[startup+102.311 s]
/proc/loadavg: 1.00 1.00 1.44 2/185 27433
/proc/meminfo: memFree=18596128/36427776 swapFree=4620/391600
[pid=27432] ppid=27430 vsize=389468 CPUtime=102.29
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128554 0 0 0 10179 50 0 0 20 0 1 0 655596605 398815232 95615 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97367 95615 77 177 0 97189 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 389468

[startup+162.304 s]
/proc/loadavg: 1.00 1.00 1.41 2/185 27433
/proc/meminfo: memFree=18595384/36427776 swapFree=4620/393040
[pid=27432] ppid=27430 vsize=390752 CPUtime=162.29
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128758 0 0 0 16179 50 0 0 20 0 1 0 655596605 400130048 95819 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95819 77 177 0 97510 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 390752

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.38 2/185 27438
/proc/meminfo: memFree=18595260/36427776 swapFree=4620/392992
[pid=27432] ppid=27430 vsize=390752 CPUtime=222.29
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128806 0 0 0 22179 50 0 0 20 0 1 0 655596605 400130048 95867 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600718 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95867 77 177 0 97510 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 390752

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.36 2/185 27438
/proc/meminfo: memFree=18595136/36427776 swapFree=4620/393024
[pid=27432] ppid=27430 vsize=390752 CPUtime=282.29
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128814 0 0 0 28179 50 0 0 20 0 1 0 655596605 400130048 95875 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95875 77 177 0 97510 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 390752

[startup+342.3 s]
/proc/loadavg: 1.00 1.00 1.33 2/185 27438
/proc/meminfo: memFree=18595136/36427776 swapFree=4620/393040
[pid=27432] ppid=27430 vsize=390752 CPUtime=342.28
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128819 0 0 0 34178 50 0 0 20 0 1 0 655596605 400130048 95880 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95880 77 177 0 97510 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 390752

[startup+402.301 s]
/proc/loadavg: 1.05 1.01 1.31 2/185 27438
/proc/meminfo: memFree=18595012/36427776 swapFree=4620/393052
[pid=27432] ppid=27430 vsize=390752 CPUtime=402.3
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128824 0 0 0 40180 50 0 0 20 0 1 0 655596605 400130048 95885 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95885 77 177 0 97510 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 390752

[startup+462.303 s]
/proc/loadavg: 1.02 1.01 1.29 2/185 27438
/proc/meminfo: memFree=18595012/36427776 swapFree=4620/393068
[pid=27432] ppid=27430 vsize=390752 CPUtime=462.3
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128828 0 0 0 46180 50 0 0 20 0 1 0 655596605 400130048 95889 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95889 77 177 0 97510 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 390752

[startup+522.304 s]
/proc/loadavg: 1.00 1.00 1.27 2/185 27443
/proc/meminfo: memFree=18595384/36427776 swapFree=4620/393100
[pid=27432] ppid=27430 vsize=390752 CPUtime=522.3
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128837 0 0 0 52180 50 0 0 20 0 1 0 655596605 400130048 95898 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95898 77 177 0 97510 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 390752

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.25 2/185 27443
/proc/meminfo: memFree=18595384/36427776 swapFree=4620/393188
[pid=27432] ppid=27430 vsize=390752 CPUtime=582.3
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128859 0 0 0 58180 50 0 0 20 0 1 0 655596605 400130048 95920 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97688 95920 77 177 0 97510 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 390752

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.23 2/185 27443
/proc/meminfo: memFree=18595384/36427776 swapFree=4620/393252
[pid=27432] ppid=27430 vsize=390884 CPUtime=642.32
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128874 0 0 0 64182 50 0 0 20 0 1 0 655596605 400265216 95935 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97721 95935 77 177 0 97543 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 390884

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.22 2/185 27443
/proc/meminfo: memFree=18595012/36427776 swapFree=4620/393340
[pid=27432] ppid=27430 vsize=390884 CPUtime=702.31
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128896 0 0 0 70181 50 0 0 20 0 1 0 655596605 400265216 95957 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97721 95957 77 177 0 97543 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 390884

[startup+762.313 s]
/proc/loadavg: 1.00 1.00 1.20 2/185 27443
/proc/meminfo: memFree=18594888/36427776 swapFree=4620/393400
[pid=27432] ppid=27430 vsize=391016 CPUtime=762.32
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128912 0 0 0 76182 50 0 0 20 0 1 0 655596605 400400384 95973 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97754 95973 77 177 0 97576 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 391016

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.18 2/185 27448
/proc/meminfo: memFree=18595136/36427776 swapFree=4620/393484
[pid=27432] ppid=27430 vsize=391016 CPUtime=822.31
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128934 0 0 0 82181 50 0 0 20 0 1 0 655596605 400400384 95995 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600966 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97754 95995 77 177 0 97576 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 391016

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.17 2/185 27448
/proc/meminfo: memFree=18595136/36427776 swapFree=4620/393548
[pid=27432] ppid=27430 vsize=391148 CPUtime=882.31
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128951 0 0 0 88181 50 0 0 20 0 1 0 655596605 400535552 96012 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97787 96012 77 177 0 97609 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 391148

[startup+942.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/185 27451
/proc/meminfo: memFree=18594888/36427776 swapFree=4620/393628
[pid=27432] ppid=27430 vsize=391148 CPUtime=942.31
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128972 0 0 0 94181 50 0 0 20 0 1 0 655596605 400535552 96033 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97787 96033 77 177 0 97609 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 391148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.00 1.00 1.15 2/185 27451
/proc/meminfo: memFree=18594764/36427776 swapFree=4620/393676
[pid=27432] ppid=27430 vsize=391280 CPUtime=1000.03
/proc/27432/stat : 27432 (ttsth-5-0) R 27430 27432 15497 0 -1 4202496 128987 0 0 0 99953 50 0 0 20 0 1 0 655596605 400670720 96048 18446744073709551615 134512640 135237372 4289309040 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/27432/statm: 97820 96048 77 177 0 97642 0
Current children cumulated CPU time (s) 1000.03
Current children cumulated vsize (KiB) 391280

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.06
CPU time (s): 1000.03
CPU user time (s): 999.47
CPU system time (s): 0.560035
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 391280

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

runsolver used 2.54416 second user time and 6.14438 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 09:01:41
IDJOB=1780215
IDBENCH=70961
IDSOLVER=634
FILE ID=xenhost3-49/1780215-1244962901
PBS_JOBID=
Free space on /tmp= 6975 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED= 256306713

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:      18978964 kB
Buffers:        493520 kB
Cached:       14166728 kB
SwapCached:          0 kB
Active:        4140408 kB
Inactive:     10528696 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           50364 kB
Writeback:           0 kB
AnonPages:        8312 kB
Mapped:           3792 kB
Slab:           726284 kB
SReclaimable:   699464 kB
SUnreclaim:      26820 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29852 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 6975 MiB
End job on xenhost3-49 at 2009-06-14 09:18:24