Trace number 1577760

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.15 1200.79

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 benchmark542.008
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

10.68/10.76	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577760-1241004476.cnf 
10.68/10.76	c Using SATTIMEOUT of 1200
10.68/10.76	c Using SATRAM of 1800
10.68/10.76	c Size of subset node = 16
10.68/10.76	c Variables = 670867
10.68/10.76	c Clauses = 3513333
10.68/10.76	c Literals = 10259569
10.68/10.76	c Reduced size:
10.68/10.76	c Variables = 670867
10.68/10.76	c Clauses = 3003709
10.68/10.76	c Literals = 8943305
10.68/10.76	c a2
20.96/21.04	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-1577760-1241004476/watcher-1577760-1241004476 -o /tmp/evaluation-result-1577760-1241004476/solver-1577760-1241004476 -C 1200 -W 1800 -M 1800 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577760-1241004476.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.01 1.00 0.96 3/65 1341
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=1064 CPUtime=0
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 128477664 1089536 133 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 266 133 77 176 0 88 0

[startup+0.0998841 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 1341
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=4732 CPUtime=0.09
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 1049 0 0 0 9 0 0 0 18 0 1 0 128477664 4845568 1033 1992294400 134512640 135237372 4294956192 18446744073709551615 134685574 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 1183 1034 78 176 0 1005 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4732

[startup+0.101883 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 1341
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=4864 CPUtime=0.09
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 1067 0 0 0 9 0 0 0 18 0 1 0 128477664 4980736 1051 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 1216 1051 78 176 0 1038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.301919 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 1341
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=11912 CPUtime=0.29
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 2824 0 0 0 28 1 0 0 20 0 1 0 128477664 12197888 2808 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 2978 2808 78 176 0 2800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11912

[startup+0.701992 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 1341
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=25992 CPUtime=0.69
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 6338 0 0 0 67 2 0 0 24 0 1 0 128477664 26615808 6322 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 6498 6322 78 176 0 6320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25992

[startup+1.50113 s]
/proc/loadavg: 1.01 1.00 0.96 2/66 1342
/proc/meminfo: memFree=1146536/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=54540 CPUtime=1.49
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 13350 0 0 0 144 5 0 0 25 0 1 0 128477664 55848960 13334 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 13635 13334 78 176 0 13457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54540

[startup+3.10142 s]
/proc/loadavg: 1.01 1.00 0.96 2/66 1342
/proc/meminfo: memFree=1107752/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=112200 CPUtime=3.09
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 27363 0 0 0 297 12 0 0 25 0 1 0 128477664 114892800 27347 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 28050 27347 78 176 0 27872 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112200

[startup+6.30199 s]
/proc/loadavg: 1.09 1.02 0.96 2/66 1342
/proc/meminfo: memFree=995824/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=241132 CPUtime=6.29
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 56207 0 0 0 602 27 0 0 25 0 1 0 128477664 246919168 56191 1992294400 134512640 135237372 4294956192 18446744073709551615 134533768 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 60283 56191 78 176 0 60105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 241132

[startup+12.7011 s]
/proc/loadavg: 1.16 1.03 0.97 2/66 1342
/proc/meminfo: memFree=757616/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=466372 CPUtime=12.68
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 114074 0 0 0 1218 50 0 0 25 0 1 0 128477664 477564928 112767 1992294400 134512640 135237372 4294956192 18446744073709551615 134519988 0 0 4096 0 0 0 0 17 1 0 0
/proc/1341/statm: 116593 112767 79 176 0 116415 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 466372

[startup+25.5014 s]
/proc/loadavg: 1.19 1.05 0.97 2/66 1342
/proc/meminfo: memFree=815216/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=378552 CPUtime=25.46
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 139405 0 0 0 2483 63 0 0 25 0 1 0 128477664 387637248 92577 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 94638 92577 80 176 0 94460 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 378552

[startup+51.102 s]
/proc/loadavg: 1.12 1.04 0.97 2/66 1342
/proc/meminfo: memFree=765488/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=428140 CPUtime=51.04
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 151685 0 0 0 5036 68 0 0 25 0 1 0 128477664 438415360 104857 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 107035 104857 80 176 0 106857 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 428140

[startup+102.305 s]
/proc/loadavg: 1.05 1.03 0.97 2/66 1342
/proc/meminfo: memFree=654704/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=540240 CPUtime=102.21
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 179214 0 0 0 10140 81 0 0 25 0 1 0 128477664 553205760 132386 1992294400 134512640 135237372 4294956192 18446744073709551615 134555275 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 135060 132386 80 176 0 134882 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 540240

[startup+162.303 s]
/proc/loadavg: 1.02 1.02 0.97 2/66 1342
/proc/meminfo: memFree=641392/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=552732 CPUtime=162.18
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183290 0 0 0 16136 82 0 0 25 0 1 0 128477664 565997568 135638 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138183 135638 80 176 0 138005 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 552732

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 0.97 2/66 1342
/proc/meminfo: memFree=641392/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=552732 CPUtime=222.15
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183290 0 0 0 22133 82 0 0 25 0 1 0 128477664 565997568 135638 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138183 135638 80 176 0 138005 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 552732

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 0.97 2/66 1342
/proc/meminfo: memFree=641392/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=552732 CPUtime=282.11
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183290 0 0 0 28129 82 0 0 25 0 1 0 128477664 565997568 135638 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138183 135638 80 176 0 138005 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 552732

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 0.97 2/66 1342
/proc/meminfo: memFree=641392/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=552732 CPUtime=342.1
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183290 0 0 0 34127 83 0 0 25 0 1 0 128477664 565997568 135638 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138183 135638 80 176 0 138005 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 552732

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1342
/proc/meminfo: memFree=641392/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=552732 CPUtime=402.06
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183290 0 0 0 40123 83 0 0 25 0 1 0 128477664 565997568 135638 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138183 135638 80 176 0 138005 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 552732

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1342
/proc/meminfo: memFree=641392/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=552732 CPUtime=462.03
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183290 0 0 0 46120 83 0 0 25 0 1 0 128477664 565997568 135638 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138183 135638 80 176 0 138005 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 552732

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1342
/proc/meminfo: memFree=641328/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=552996 CPUtime=522
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183354 0 0 0 52117 83 0 0 25 0 1 0 128477664 566267904 135702 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138249 135702 80 176 0 138071 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 552996

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1342
/proc/meminfo: memFree=640944/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553524 CPUtime=581.97
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183456 0 0 0 58114 83 0 0 25 0 1 0 128477664 566808576 135804 1992294400 134512640 135237372 4294956192 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138381 135804 80 176 0 138203 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 553524

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1342
/proc/meminfo: memFree=640816/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553524 CPUtime=641.94
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183488 0 0 0 64111 83 0 0 25 0 1 0 128477664 566808576 135836 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138381 135836 80 176 0 138203 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 553524

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640560/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553656 CPUtime=701.91
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183498 0 0 0 70108 83 0 0 25 0 1 0 128477664 566943744 135846 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138414 135846 80 176 0 138236 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 553656

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640560/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553656 CPUtime=761.88
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183510 0 0 0 76105 83 0 0 25 0 1 0 128477664 566943744 135858 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138414 135858 80 176 0 138236 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 553656

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640560/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553656 CPUtime=821.85
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183521 0 0 0 82102 83 0 0 25 0 1 0 128477664 566943744 135869 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138414 135869 80 176 0 138236 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 553656

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640560/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553788 CPUtime=881.82
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183525 0 0 0 88099 83 0 0 25 0 1 0 128477664 567078912 135873 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138447 135873 80 176 0 138269 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 553788

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640560/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553788 CPUtime=941.79
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183536 0 0 0 94096 83 0 0 25 0 1 0 128477664 567078912 135884 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138447 135884 80 176 0 138269 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 553788

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640560/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553788 CPUtime=1001.75
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183546 0 0 0 100092 83 0 0 25 0 1 0 128477664 567078912 135894 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138447 135894 80 176 0 138269 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 553788

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640496/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553788 CPUtime=1061.72
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183554 0 0 0 106089 83 0 0 25 0 1 0 128477664 567078912 135902 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138447 135902 80 176 0 138269 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 553788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640496/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553920 CPUtime=1121.7
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183561 0 0 0 112086 84 0 0 25 0 1 0 128477664 567214080 135909 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138480 135909 80 176 0 138302 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 553920

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640432/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553920 CPUtime=1181.67
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183572 0 0 0 118083 84 0 0 25 0 1 0 128477664 567214080 135920 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138480 135920 80 176 0 138302 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 553920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640432/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553920 CPUtime=1200.07
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183575 0 0 0 119923 84 0 0 25 0 1 0 128477664 567214080 135923 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138480 135923 80 176 0 138302 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 553920

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 1344
/proc/meminfo: memFree=640432/2055920 swapFree=4192812/4192956
[pid=1341] ppid=1339 vsize=553920 CPUtime=1200.07
/proc/1341/stat : 1341 (ttsth-5-0) R 1339 1341 1033 0 -1 4194304 183575 0 0 0 119923 84 0 0 25 0 1 0 128477664 567214080 135923 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/1341/statm: 138480 135923 80 176 0 138302 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 553920

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.79
CPU time (s): 1200.15
CPU user time (s): 1199.23
CPU system time (s): 0.92086
CPU usage (%): 99.9473
Max. virtual memory (cumulated for all children) (KiB): 554132

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

runsolver used 1.2778 second user time and 2.83557 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-29 13:28:01
IDJOB=1577760
IDBENCH=70965
IDSOLVER=549
FILE ID=node89/1577760-1241004476
PBS_JOBID= 9204783
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=122025793

node89.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1182480 kB
Buffers:         78492 kB
Cached:         696572 kB
SwapCached:          0 kB
Active:         318808 kB
Inactive:       470080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1182480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           72200 kB
Writeback:           0 kB
Mapped:          23608 kB
Slab:            70464 kB
Committed_AS:   419096 kB
PageTables:       1372 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= 66300 MiB
End job on node89 at 2009-04-29 13:48:04