Trace number 1780290

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.05 1000.07

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.15
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

6.08/6.13	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780290-1244966534.cnf 
6.08/6.13	c Using SATTIMEOUT of 10000
6.08/6.13	c Using SATRAM of 2047
6.08/6.13	c Size of subset node = 16
6.08/6.13	c Variables = 617854
6.08/6.13	c Clauses = 2745225
6.08/6.13	c Literals = 7889647
6.08/6.13	c Reduced size:
6.08/6.13	c Variables = 617854
6.08/6.13	c Clauses = 2194682
6.08/6.13	c Literals = 6468090
6.08/6.13	c a2
10.20/10.25	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-1780290-1244966534/watcher-1780290-1244966534 -o /tmp/evaluation-result-1780290-1244966534/solver-1780290-1244966534 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780290-1244966534.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.00 2/184 27713
/proc/meminfo: memFree=18969124/36427776 swapFree=4488/8072
[pid=27713] ppid=27711 vsize=1544 CPUtime=0
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 290 0 0 0 0 0 0 0 20 0 1 0 655959902 1581056 246 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134536395 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 386 246 75 177 0 208 0

[startup+0.021721 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27713
/proc/meminfo: memFree=18969124/36427776 swapFree=4488/8072
[pid=27713] ppid=27711 vsize=2468 CPUtime=0.02
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 506 0 0 0 2 0 0 0 20 0 1 0 655959902 2527232 462 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 617 464 75 177 0 439 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2468

[startup+0.101726 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27713
/proc/meminfo: memFree=18969124/36427776 swapFree=4488/8072
[pid=27713] ppid=27711 vsize=7368 CPUtime=0.1
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 1697 0 0 0 10 0 0 0 20 0 1 0 655959902 7544832 1654 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 1842 1654 75 177 0 1664 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7368

[startup+0.301739 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27713
/proc/meminfo: memFree=18969124/36427776 swapFree=4488/8072
[pid=27713] ppid=27711 vsize=19128 CPUtime=0.3
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 4653 0 0 0 28 2 0 0 20 0 1 0 655959902 19587072 4609 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 4782 4610 75 177 0 4604 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 19128

[startup+0.701773 s]
/proc/loadavg: 1.00 1.00 1.00 2/184 27713
/proc/meminfo: memFree=18969124/36427776 swapFree=4488/8072
[pid=27713] ppid=27711 vsize=42428 CPUtime=0.7
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 10475 0 0 0 66 4 0 0 20 0 1 0 655959902 43446272 10431 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 10607 10432 75 177 0 10429 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 42428

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27714
/proc/meminfo: memFree=18910392/36427776 swapFree=4760/67936
[pid=27713] ppid=27711 vsize=89272 CPUtime=1.5
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 22058 0 0 0 140 10 0 0 20 0 1 0 655959902 91414528 22014 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 22318 22015 75 177 0 22140 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 89272

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27714
/proc/meminfo: memFree=18847084/36427776 swapFree=4860/131656
[pid=27713] ppid=27711 vsize=197420 CPUtime=3.1
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 44853 0 0 0 290 20 0 0 20 0 1 0 655959902 202158080 44809 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134522836 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 49355 44809 75 177 0 49177 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 197420

[startup+6.30225 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27714
/proc/meminfo: memFree=18780840/36427776 swapFree=4612/197872
[pid=27713] ppid=27711 vsize=251652 CPUtime=6.28
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 60364 0 0 0 604 24 0 0 20 0 1 0 655959902 257691648 60320 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 62913 60323 76 177 0 62735 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 251652

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27714
/proc/meminfo: memFree=18674836/36427776 swapFree=4620/304016
[pid=27713] ppid=27711 vsize=307868 CPUtime=12.7
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 106592 0 0 0 1228 42 0 0 20 0 1 0 655959902 315256832 75115 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134555272 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 76967 75115 77 177 0 76789 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 307868

[startup+25.5038 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27714
/proc/meminfo: memFree=18631768/36427776 swapFree=4620/346952
[pid=27713] ppid=27711 vsize=347540 CPUtime=25.5
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 116186 0 0 0 2506 44 0 0 20 0 1 0 655959902 355880960 84709 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 86885 84709 77 177 0 86707 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 347540

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27714
/proc/meminfo: memFree=18596552/36427776 swapFree=4620/383504
[pid=27713] ppid=27711 vsize=383140 CPUtime=51.09
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 125171 0 0 0 5061 48 0 0 20 0 1 0 655959902 392335360 93694 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 95785 93694 77 177 0 95607 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 383140

[startup+102.31 s]
/proc/loadavg: 1.07 1.02 1.00 2/185 27714
/proc/meminfo: memFree=18548264/36427776 swapFree=4620/430724
[pid=27713] ppid=27711 vsize=430824 CPUtime=102.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 137739 0 0 0 10175 54 0 0 20 0 1 0 655959902 441163776 105398 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107706 105398 77 177 0 107528 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 430824

[startup+162.303 s]
/proc/loadavg: 1.02 1.01 1.00 2/185 27714
/proc/meminfo: memFree=18548264/36427776 swapFree=4620/431356
[pid=27713] ppid=27711 vsize=430824 CPUtime=162.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 137739 0 0 0 16175 54 0 0 20 0 1 0 655959902 441163776 105398 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107706 105398 77 177 0 107528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 430824

[startup+222.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/185 27719
/proc/meminfo: memFree=18547892/36427776 swapFree=4620/431108
[pid=27713] ppid=27711 vsize=430824 CPUtime=222.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 137739 0 0 0 22175 54 0 0 20 0 1 0 655959902 441163776 105398 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600707 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107706 105398 77 177 0 107528 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 430824

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27719
/proc/meminfo: memFree=18547892/36427776 swapFree=4620/431108
[pid=27713] ppid=27711 vsize=430824 CPUtime=282.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 137739 0 0 0 28175 54 0 0 20 0 1 0 655959902 441163776 105398 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600972 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107706 105398 77 177 0 107528 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 430824

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27719
/proc/meminfo: memFree=18547768/36427776 swapFree=4620/431804
[pid=27713] ppid=27711 vsize=431616 CPUtime=342.28
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 137915 0 0 0 34174 54 0 0 20 0 1 0 655959902 441974784 105574 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107904 105574 77 177 0 107726 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 431616

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27719
/proc/meminfo: memFree=18547644/36427776 swapFree=4620/431944
[pid=27713] ppid=27711 vsize=431748 CPUtime=402.28
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 137951 0 0 0 40174 54 0 0 20 0 1 0 655959902 442109952 105610 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600978 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107937 105610 77 177 0 107759 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 431748

[startup+462.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27719
/proc/meminfo: memFree=18547520/36427776 swapFree=4620/432036
[pid=27713] ppid=27711 vsize=431880 CPUtime=462.28
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 137975 0 0 0 46174 54 0 0 20 0 1 0 655959902 442245120 105634 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107970 105634 77 177 0 107792 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 431880

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27724
/proc/meminfo: memFree=18547272/36427776 swapFree=4620/432148
[pid=27713] ppid=27711 vsize=431880 CPUtime=522.28
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138002 0 0 0 52174 54 0 0 20 0 1 0 655959902 442245120 105661 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 107970 105661 77 177 0 107792 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 431880

[startup+582.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/185 27724
/proc/meminfo: memFree=18547148/36427776 swapFree=4620/432224
[pid=27713] ppid=27711 vsize=432012 CPUtime=582.28
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138022 0 0 0 58174 54 0 0 20 0 1 0 655959902 442380288 105681 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108003 105681 77 177 0 107825 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 432012

[startup+642.303 s]
/proc/loadavg: 1.02 1.01 1.00 2/185 27724
/proc/meminfo: memFree=18547024/36427776 swapFree=4620/432300
[pid=27713] ppid=27711 vsize=432144 CPUtime=642.3
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138041 0 0 0 64176 54 0 0 20 0 1 0 655959902 442515456 105700 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108036 105700 77 177 0 107858 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 432144

[startup+702.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27724
/proc/meminfo: memFree=18547024/36427776 swapFree=4620/432400
[pid=27713] ppid=27711 vsize=432144 CPUtime=702.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138066 0 0 0 70175 54 0 0 20 0 1 0 655959902 442515456 105725 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108036 105725 77 177 0 107858 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 432144

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27724
/proc/meminfo: memFree=18545536/36427776 swapFree=4620/433708
[pid=27713] ppid=27711 vsize=434708 CPUtime=762.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138393 0 0 0 76175 54 0 0 20 0 1 0 655959902 445140992 106052 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108677 106052 77 177 0 108499 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 434708

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 4/185 27729
/proc/meminfo: memFree=18545536/36427776 swapFree=4620/433724
[pid=27713] ppid=27711 vsize=434708 CPUtime=822.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138397 0 0 0 82175 54 0 0 20 0 1 0 655959902 445140992 106056 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108677 106056 77 177 0 108499 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 434708

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27729
/proc/meminfo: memFree=18545536/36427776 swapFree=4620/433736
[pid=27713] ppid=27711 vsize=434708 CPUtime=882.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138402 0 0 0 88175 54 0 0 20 0 1 0 655959902 445140992 106061 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108677 106061 77 177 0 108499 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 434708

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27732
/proc/meminfo: memFree=18545288/36427776 swapFree=4620/433752
[pid=27713] ppid=27711 vsize=434708 CPUtime=942.29
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138406 0 0 0 94175 54 0 0 20 0 1 0 655959902 445140992 106065 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108677 106065 77 177 0 108499 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 434708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27732
/proc/meminfo: memFree=18545164/36427776 swapFree=4620/433752
[pid=27713] ppid=27711 vsize=434708 CPUtime=1000.01
/proc/27713/stat : 27713 (ttsth-5-0) R 27711 27713 15497 0 -1 4202496 138410 0 0 0 99947 54 0 0 20 0 1 0 655959902 445140992 106069 18446744073709551615 134512640 135237372 4292627616 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/27713/statm: 108677 106069 77 177 0 108499 0
Current children cumulated CPU time (s) 1000.01
Current children cumulated vsize (KiB) 434708

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.05
CPU user time (s): 999.43
CPU system time (s): 0.616038
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 434708

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

runsolver used 2.63616 second user time and 6.06438 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 10:02:14
IDJOB=1780290
IDBENCH=70966
IDSOLVER=634
FILE ID=xenhost3-49/1780290-1244966534
PBS_JOBID=
Free space on /tmp= 6971 MiB

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

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED= 2048809628

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:      18969124 kB
Buffers:        496896 kB
Cached:       14171128 kB
SwapCached:          0 kB
Active:        4142940 kB
Inactive:     10533080 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           54660 kB
Writeback:           0 kB
AnonPages:        8072 kB
Mapped:           3824 kB
Slab:           727584 kB
SReclaimable:   700672 kB
SUnreclaim:      26912 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 6971 MiB
End job on xenhost3-49 at 2009-06-14 10:18:57