Trace number 1780275

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

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark895.28
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

7.80/7.80	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780275-1244965529.cnf 
7.80/7.80	c Using SATTIMEOUT of 10000
7.80/7.80	c Using SATRAM of 2047
7.80/7.80	c Size of subset node = 16
7.80/7.80	c Variables = 670867
7.80/7.80	c Clauses = 3513333
7.80/7.80	c Literals = 10259569
7.80/7.80	c Reduced size:
7.80/7.80	c Variables = 670867
7.80/7.80	c Clauses = 3003709
7.80/7.80	c Literals = 8943305
7.80/7.80	c a2
13.30/13.35	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-1780275-1244965529/watcher-1780275-1244965529 -o /tmp/evaluation-result-1780275-1244965529/solver-1780275-1244965529 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780275-1244965529.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.02 1.00 2/184 27659
/proc/meminfo: memFree=18952356/36427776 swapFree=3824/8088
[pid=27659] ppid=27657 vsize=1544 CPUtime=0
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 294 0 0 0 0 0 0 0 20 0 1 0 655859508 1581056 251 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134639534 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 419 252 75 177 0 241 0

[startup+0.078637 s]
/proc/loadavg: 1.00 1.02 1.00 2/184 27659
/proc/meminfo: memFree=18952356/36427776 swapFree=3824/8088
[pid=27659] ppid=27657 vsize=5868 CPUtime=0.06
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 1335 0 0 0 6 0 0 0 20 0 1 0 655859508 6008832 1292 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134639534 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 1467 1293 75 177 0 1289 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5868

[startup+0.102629 s]
/proc/loadavg: 1.00 1.02 1.00 2/184 27659
/proc/meminfo: memFree=18952356/36427776 swapFree=3824/8088
[pid=27659] ppid=27657 vsize=7368 CPUtime=0.1
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 1682 0 0 0 8 2 0 0 20 0 1 0 655859508 7544832 1639 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134884288 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 1842 1640 75 177 0 1664 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7368

[startup+0.302654 s]
/proc/loadavg: 1.00 1.02 1.00 2/184 27659
/proc/meminfo: memFree=18952356/36427776 swapFree=3824/8088
[pid=27659] ppid=27657 vsize=18864 CPUtime=0.28
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 4589 0 0 0 26 2 0 0 20 0 1 0 655859508 19316736 4546 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 4716 4546 75 177 0 4538 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18864

[startup+0.702702 s]
/proc/loadavg: 1.00 1.02 1.00 2/184 27659
/proc/meminfo: memFree=18952356/36427776 swapFree=3824/8088
[pid=27659] ppid=27657 vsize=42164 CPUtime=0.68
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 10398 0 0 0 62 6 0 0 20 0 1 0 655859508 43175936 10355 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 10541 10356 75 177 0 10363 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42164

[startup+1.50276 s]
/proc/loadavg: 1.00 1.02 1.00 2/185 27660
/proc/meminfo: memFree=18893896/36427776 swapFree=4392/66600
[pid=27659] ppid=27657 vsize=89140 CPUtime=1.48
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 22013 0 0 0 138 10 0 0 20 0 1 0 655859508 91279360 21970 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 22285 21971 75 177 0 22107 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89140

[startup+3.10293 s]
/proc/loadavg: 1.00 1.02 1.00 2/185 27660
/proc/meminfo: memFree=18829916/36427776 swapFree=4608/131596
[pid=27659] ppid=27657 vsize=182632 CPUtime=3.08
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 44964 0 0 0 286 22 0 0 20 0 1 0 655859508 187015168 44921 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 45658 44921 75 177 0 45480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 182632

[startup+6.30318 s]
/proc/loadavg: 1.00 1.02 1.00 2/185 27660
/proc/meminfo: memFree=18717484/36427776 swapFree=4612/244232
[pid=27659] ppid=27657 vsize=241212 CPUtime=6.3
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 58852 0 0 0 602 28 0 0 20 0 1 0 655859508 247001088 58809 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134534262 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 60303 58809 75 177 0 60125 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 241212

[startup+12.7037 s]
/proc/loadavg: 1.00 1.02 1.00 2/185 27660
/proc/meminfo: memFree=18500400/36427776 swapFree=4616/460284
[pid=27659] ppid=27657 vsize=464948 CPUtime=12.7
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 117562 0 0 0 1224 46 0 0 20 0 1 0 655859508 476106752 112792 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134519997 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 116237 112792 76 177 0 116059 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 464948

[startup+25.5008 s]
/proc/loadavg: 1.00 1.02 1.00 2/185 27660
/proc/meminfo: memFree=18563088/36427776 swapFree=4620/398664
[pid=27659] ppid=27657 vsize=407340 CPUtime=25.48
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 150489 0 0 0 2484 64 0 0 20 0 1 0 655859508 417116160 97532 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 101835 97532 77 177 0 101657 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 407340

[startup+51.1029 s]
/proc/loadavg: 1.00 1.01 1.00 2/185 27660
/proc/meminfo: memFree=18450868/36427776 swapFree=4620/511176
[pid=27659] ppid=27657 vsize=513972 CPUtime=51.08
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 178546 0 0 0 5034 74 0 0 20 0 1 0 655859508 526307328 125589 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134555272 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 128493 125589 77 177 0 128315 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 513972

[startup+102.311 s]
/proc/loadavg: 1.00 1.01 1.00 2/185 27660
/proc/meminfo: memFree=18409276/36427776 swapFree=4620/551684
[pid=27659] ppid=27657 vsize=552808 CPUtime=102.29
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189417 0 0 0 10149 80 0 0 20 0 1 0 655859508 566075392 135636 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138202 135636 77 177 0 138024 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 552808

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27660
/proc/meminfo: memFree=18409028/36427776 swapFree=4620/552316
[pid=27659] ppid=27657 vsize=552808 CPUtime=162.27
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189417 0 0 0 16147 80 0 0 20 0 1 0 655859508 566075392 135636 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600963 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138202 135636 77 177 0 138024 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 552808

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27660
/proc/meminfo: memFree=18409028/36427776 swapFree=4620/552068
[pid=27659] ppid=27657 vsize=552808 CPUtime=222.28
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189417 0 0 0 22148 80 0 0 20 0 1 0 655859508 566075392 135636 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600966 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138202 135636 77 177 0 138024 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 552808

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27665
/proc/meminfo: memFree=18409524/36427776 swapFree=4620/552068
[pid=27659] ppid=27657 vsize=552808 CPUtime=282.28
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189417 0 0 0 28148 80 0 0 20 0 1 0 655859508 566075392 135636 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600966 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138202 135636 77 177 0 138024 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 552808

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27665
/proc/meminfo: memFree=18409524/36427776 swapFree=4620/552436
[pid=27659] ppid=27657 vsize=553204 CPUtime=342.28
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189515 0 0 0 34148 80 0 0 20 0 1 0 655859508 566480896 135734 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600721 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138301 135734 77 177 0 138123 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 553204

[startup+402.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/185 27665
/proc/meminfo: memFree=18409276/36427776 swapFree=4620/552824
[pid=27659] ppid=27657 vsize=553600 CPUtime=402.28
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189609 0 0 0 40148 80 0 0 20 0 1 0 655859508 566886400 135828 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138400 135828 77 177 0 138222 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 553600

[startup+462.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/185 27665
/proc/meminfo: memFree=18409276/36427776 swapFree=4620/552876
[pid=27659] ppid=27657 vsize=553732 CPUtime=462.28
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189622 0 0 0 46148 80 0 0 20 0 1 0 655859508 567021568 135841 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138433 135841 77 177 0 138255 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 553732

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27665
/proc/meminfo: memFree=18409276/36427776 swapFree=4620/552932
[pid=27659] ppid=27657 vsize=553732 CPUtime=522.29
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189636 0 0 0 52149 80 0 0 20 0 1 0 655859508 567021568 135855 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138433 135855 77 177 0 138255 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 553732

[startup+582.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27670
/proc/meminfo: memFree=18408904/36427776 swapFree=4620/552980
[pid=27659] ppid=27657 vsize=553732 CPUtime=582.29
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189648 0 0 0 58149 80 0 0 20 0 1 0 655859508 567021568 135867 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600972 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138433 135867 77 177 0 138255 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 553732

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27670
/proc/meminfo: memFree=18408904/36427776 swapFree=4620/553008
[pid=27659] ppid=27657 vsize=553864 CPUtime=642.3
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189655 0 0 0 64150 80 0 0 20 0 1 0 655859508 567156736 135874 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138466 135874 77 177 0 138288 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 553864

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27670
/proc/meminfo: memFree=18408656/36427776 swapFree=4620/553056
[pid=27659] ppid=27657 vsize=553864 CPUtime=702.29
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189667 0 0 0 70149 80 0 0 20 0 1 0 655859508 567156736 135886 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600966 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138466 135886 77 177 0 138288 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 553864

[startup+762.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27670
/proc/meminfo: memFree=18408656/36427776 swapFree=4620/553100
[pid=27659] ppid=27657 vsize=553864 CPUtime=762.3
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189679 0 0 0 76150 80 0 0 20 0 1 0 655859508 567156736 135898 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138466 135898 77 177 0 138288 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 553864

[startup+822.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27670
/proc/meminfo: memFree=18408656/36427776 swapFree=4620/553120
[pid=27659] ppid=27657 vsize=553996 CPUtime=822.29
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189685 0 0 0 82149 80 0 0 20 0 1 0 655859508 567291904 135904 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138499 135904 77 177 0 138321 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 553996

[startup+882.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/185 27675
/proc/meminfo: memFree=18408532/36427776 swapFree=4620/553164
[pid=27659] ppid=27657 vsize=553996 CPUtime=882.3
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189697 0 0 0 88150 80 0 0 20 0 1 0 655859508 567291904 135916 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138499 135916 77 177 0 138321 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 553996

[startup+942.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/185 27675
/proc/meminfo: memFree=18408532/36427776 swapFree=4620/553212
[pid=27659] ppid=27657 vsize=553996 CPUtime=942.29
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189709 0 0 0 94149 80 0 0 20 0 1 0 655859508 567291904 135928 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138499 135928 77 177 0 138321 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 553996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27675
/proc/meminfo: memFree=18408532/36427776 swapFree=4620/553216
[pid=27659] ppid=27657 vsize=553996 CPUtime=1000.01
/proc/27659/stat : 27659 (ttsth-5-0) R 27657 27659 15497 0 -1 4202496 189714 0 0 0 99921 80 0 0 20 0 1 0 655859508 567291904 135933 18446744073709551615 134512640 135237372 4293801408 18446744073709551615 134600975 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/27659/statm: 138499 135933 77 177 0 138321 0
Current children cumulated CPU time (s) 1000.01
Current children cumulated vsize (KiB) 553996

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.08
CPU time (s): 1000.05
CPU user time (s): 999.17
CPU system time (s): 0.880055
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 554208

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

runsolver used 2.56816 second user time and 6.11638 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 09:45:29
IDJOB=1780275
IDBENCH=70965
IDSOLVER=634
FILE ID=xenhost3-49/1780275-1244965529
PBS_JOBID=
Free space on /tmp= 6954 MiB

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

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED= 359098036

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:      18951912 kB
Buffers:        496856 kB
Cached:       14188808 kB
SwapCached:          0 kB
Active:        4143520 kB
Inactive:     10550752 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           72592 kB
Writeback:           0 kB
AnonPages:        8076 kB
Mapped:           3824 kB
Slab:           728044 kB
SReclaimable:   701132 kB
SUnreclaim:      26912 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 6954 MiB
End job on xenhost3-49 at 2009-06-14 10:02:13