Trace number 1577552

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? (TO) 1200.14 1200.66

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 benchmark200.567
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

7.58/7.68	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577552-1241002485.cnf 
7.58/7.68	c Using SATTIMEOUT of 1200
7.58/7.68	c Using SATRAM of 1800
7.58/7.68	c Size of subset node = 16
7.58/7.68	c Variables = 486992
7.58/7.68	c Clauses = 2456708
7.58/7.68	c Literals = 7147094
7.58/7.68	c Reduced size:
7.58/7.68	c Variables = 486992
7.58/7.68	c Clauses = 2068584
7.58/7.68	c Literals = 6145530
7.58/7.68	c a2
14.68/14.72	c a1

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1577552-1241002485/watcher-1577552-1241002485 -o /tmp/evaluation-result-1577552-1241002485/solver-1577552-1241002485 -C 1200 -W 1800 -M 1800 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577552-1241002485.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 9753
/proc/meminfo: memFree=1321000/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=1064 CPUtime=0
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 128276265 1089536 135 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 266 135 77 176 0 88 0

[startup+0.0477439 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 9753
/proc/meminfo: memFree=1321000/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=2816 CPUtime=0.04
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 591 0 0 0 4 0 0 0 18 0 1 0 128276265 2883584 575 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 704 575 78 176 0 526 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2816

[startup+0.101747 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 9753
/proc/meminfo: memFree=1321000/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=4864 CPUtime=0.09
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 1065 0 0 0 9 0 0 0 18 0 1 0 128276265 4980736 1049 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 1216 1049 78 176 0 1038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.30176 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 9753
/proc/meminfo: memFree=1321000/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=11912 CPUtime=0.29
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 2821 0 0 0 28 1 0 0 20 0 1 0 128276265 12197888 2805 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 2978 2805 78 176 0 2800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11912

[startup+0.701786 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 9753
/proc/meminfo: memFree=1321000/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=25992 CPUtime=0.69
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 6336 0 0 0 66 3 0 0 24 0 1 0 128276265 26615808 6320 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 6498 6320 78 176 0 6320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25992

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 9754
/proc/meminfo: memFree=1285344/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=54672 CPUtime=1.49
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 13361 0 0 0 142 7 0 0 25 0 1 0 128276265 55984128 13345 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 13668 13345 78 176 0 13490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54672

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 9754
/proc/meminfo: memFree=1246112/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=107316 CPUtime=3.09
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 26087 0 0 0 294 15 0 0 25 0 1 0 128276265 109891584 26071 1992294400 134512640 135237372 4294956192 18446744073709551615 134886605 0 0 4096 0 0 0 0 17 1 0 0
/proc/9753/statm: 26829 26071 78 176 0 26651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107316

[startup+6.30116 s]
/proc/loadavg: 1.08 1.02 0.93 2/65 9754
/proc/meminfo: memFree=1156128/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=174136 CPUtime=6.27
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 41395 0 0 0 605 22 0 0 25 0 1 0 128276265 178315264 41379 1992294400 134512640 135237372 4294956192 18446744073709551615 134534054 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 43534 41379 78 176 0 43356 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 174136

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 0.93 3/65 9754
/proc/meminfo: memFree=1002464/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=341116 CPUtime=12.68
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 83222 0 0 0 1230 38 0 0 25 0 1 0 128276265 349302784 79662 1992294400 134512640 135237372 4294956192 18446744073709551615 134680356 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 85279 79662 79 176 0 85101 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 341116

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 0.93 2/65 9754
/proc/meminfo: memFree=1060768/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=292928 CPUtime=25.47
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 110116 0 0 0 2497 50 0 0 25 0 1 0 128276265 299958272 65375 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 73232 65375 80 176 0 73054 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 292928

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 0.93 2/65 9754
/proc/meminfo: memFree=973472/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=367492 CPUtime=51.06
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 131945 0 0 0 5046 60 0 0 25 0 1 0 128276265 376311808 87204 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 91873 87204 80 176 0 91695 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 367492

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 0.93 2/65 9754
/proc/meminfo: memFree=938976/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=389412 CPUtime=102.24
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140710 0 0 0 10160 64 0 0 25 0 1 0 128276265 398757888 95622 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97353 95622 80 176 0 97175 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 389412

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 9754
/proc/meminfo: memFree=938912/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=389412 CPUtime=162.23
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140710 0 0 0 16158 65 0 0 25 0 1 0 128276265 398757888 95622 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97353 95622 80 176 0 97175 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 389412

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 9754
/proc/meminfo: memFree=938848/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=389412 CPUtime=222.2
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140710 0 0 0 22155 65 0 0 25 0 1 0 128276265 398757888 95622 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97353 95622 80 176 0 97175 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 389412

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 9754
/proc/meminfo: memFree=938208/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=282.18
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140888 0 0 0 28153 65 0 0 25 0 1 0 128276265 400072704 95800 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95800 80 176 0 97496 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 390696

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 9754
/proc/meminfo: memFree=938016/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=342.16
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140925 0 0 0 34151 65 0 0 25 0 1 0 128276265 400072704 95837 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95837 80 176 0 97496 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 390696

[startup+402.302 s]
/proc/loadavg: 1.10 1.03 0.94 2/65 9760
/proc/meminfo: memFree=937696/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=402.12
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140955 0 0 0 40147 65 0 0 25 0 1 0 128276265 400072704 95867 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95867 80 176 0 97496 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 390696

[startup+462.302 s]
/proc/loadavg: 1.04 1.02 0.94 2/65 9760
/proc/meminfo: memFree=937696/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=462.1
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140967 0 0 0 46145 65 0 0 25 0 1 0 128276265 400072704 95879 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95879 80 176 0 97496 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 390696

[startup+522.302 s]
/proc/loadavg: 1.12 1.05 0.95 2/65 9760
/proc/meminfo: memFree=937632/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=522.05
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140972 0 0 0 52140 65 0 0 25 0 1 0 128276265 400072704 95884 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95884 80 176 0 97496 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 390696

[startup+582.302 s]
/proc/loadavg: 1.04 1.04 0.95 2/65 9760
/proc/meminfo: memFree=937632/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=582.02
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140976 0 0 0 58137 65 0 0 25 0 1 0 128276265 400072704 95888 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95888 80 176 0 97496 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 390696

[startup+642.302 s]
/proc/loadavg: 1.01 1.03 0.95 2/65 9760
/proc/meminfo: memFree=937632/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=642.01
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140980 0 0 0 64136 65 0 0 25 0 1 0 128276265 400072704 95892 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95892 80 176 0 97496 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 390696

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 0.95 2/65 9760
/proc/meminfo: memFree=937568/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=701.98
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140984 0 0 0 70133 65 0 0 25 0 1 0 128276265 400072704 95896 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95896 80 176 0 97496 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 390696

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 0.95 2/65 9760
/proc/meminfo: memFree=937568/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=761.97
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 140990 0 0 0 76131 66 0 0 25 0 1 0 128276265 400072704 95902 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95902 80 176 0 97496 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 390696

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 0.95 2/65 9760
/proc/meminfo: memFree=937568/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390696 CPUtime=821.93
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141010 0 0 0 82127 66 0 0 25 0 1 0 128276265 400072704 95922 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97674 95922 80 176 0 97496 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 390696

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 9760
/proc/meminfo: memFree=937568/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390828 CPUtime=881.9
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141022 0 0 0 88124 66 0 0 25 0 1 0 128276265 400207872 95934 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97707 95934 80 176 0 97529 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 390828

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 9760
/proc/meminfo: memFree=937568/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390828 CPUtime=941.88
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141041 0 0 0 94122 66 0 0 25 0 1 0 128276265 400207872 95953 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97707 95953 80 176 0 97529 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 390828

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 9760
/proc/meminfo: memFree=937568/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390828 CPUtime=1001.86
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141060 0 0 0 100120 66 0 0 25 0 1 0 128276265 400207872 95972 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97707 95972 80 176 0 97529 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 390828

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 9760
/proc/meminfo: memFree=937504/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390960 CPUtime=1061.83
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141073 0 0 0 106117 66 0 0 25 0 1 0 128276265 400343040 95985 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97740 95985 80 176 0 97562 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 390960

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 9760
/proc/meminfo: memFree=937440/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=390960 CPUtime=1121.81
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141092 0 0 0 112115 66 0 0 25 0 1 0 128276265 400343040 96004 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97740 96004 80 176 0 97562 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 390960

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 9760
/proc/meminfo: memFree=937376/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=391092 CPUtime=1181.78
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141105 0 0 0 118112 66 0 0 25 0 1 0 128276265 400478208 96017 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97773 96017 80 176 0 97595 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 391092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 9760
/proc/meminfo: memFree=937312/2055920 swapFree=4181772/4192956
[pid=9753] ppid=9751 vsize=391092 CPUtime=1200.07
/proc/9753/stat : 9753 (ttsth-5-0) R 9751 9753 9513 0 -1 4194304 141111 0 0 0 119941 66 0 0 25 0 1 0 128276265 400478208 96023 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/9753/statm: 97773 96023 80 176 0 97595 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 391092

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): 1200.66
CPU time (s): 1200.14
CPU user time (s): 1199.42
CPU system time (s): 0.72289
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 391092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.42
system time used= 0.72289
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141111
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3248

runsolver used 1.16582 second user time and 3.21051 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-29 12:54:48
IDJOB=1577552
IDBENCH=70961
IDSOLVER=549
FILE ID=node52/1577552-1241002485
PBS_JOBID= 9204818
Free space on /tmp= 66384 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
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= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577552-1241002485/watcher-1577552-1241002485 -o /tmp/evaluation-result-1577552-1241002485/solver-1577552-1241002485 -C 1200 -W 1800 -M 1800  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577552-1241002485.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1722402207

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1321416 kB
Buffers:         62520 kB
Cached:         579116 kB
SwapCached:       5044 kB
Active:         239528 kB
Inactive:       410044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321416 kB
SwapTotal:     4192956 kB
SwapFree:      4181772 kB
Dirty:           50156 kB
Writeback:           0 kB
Mapped:          14044 kB
Slab:            70848 kB
Committed_AS:   606920 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node52 at 2009-04-29 13:14:50