Trace number 1577824

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
tts tts-5-0? (TO) 1200.14 1200.44

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L100_coli.sat.cnf
MD5SUM370a08d01be1cc652e9a09ab1aafdced
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark183.559
Satisfiable
(Un)Satisfiability was proved
Number of variables315617
Number of clauses1522583
Sum of the clauses size4407119
Maximum clause length11
Minimum clause length1
Number of clauses of size 132077
Number of clauses of size 2403677
Number of clauses of size 3835608
Number of clauses of size 4197035
Number of clauses of size 553887
Number of clauses of size over 5299

Solver Data

4.99/5.00	c Command: HOME/tts-5-0 HOME/instance-1577824-1241004973.cnf 
4.99/5.00	c Using SATTIMEOUT of 1200
4.99/5.00	c Using SATRAM of 1800
4.99/5.00	c Size of subset node = 16
4.99/5.00	c Variables = 315617
4.99/5.00	c Clauses = 1522583
4.99/5.00	c Literals = 4407119
4.99/5.00	c Reduced size:
4.99/5.00	c Variables = 315617
4.99/5.00	c Clauses = 1255959
4.99/5.00	c Literals = 3720255
4.99/5.00	c a2
9.49/9.59	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-1577824-1241004973/watcher-1577824-1241004973 -o /tmp/evaluation-result-1577824-1241004973/solver-1577824-1241004973 -C 1200 -W 1800 -M 1800 HOME/tts-5-0 HOME/instance-1577824-1241004973.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.96 3/64 9847
/proc/meminfo: memFree=1330792/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=1008 CPUtime=0
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 128524964 1032192 120 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 252 120 67 165 0 85 0

[startup+0.0383541 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 9847
/proc/meminfo: memFree=1330792/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=2332 CPUtime=0.03
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 486 0 0 0 3 0 0 0 18 0 1 0 128524964 2387968 470 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 583 470 68 165 0 416 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2332

[startup+0.101343 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 9847
/proc/meminfo: memFree=1330792/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=4424 CPUtime=0.09
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 992 0 0 0 9 0 0 0 18 0 1 0 128524964 4530176 976 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 1106 976 68 165 0 939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4424

[startup+0.301355 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 9847
/proc/meminfo: memFree=1330792/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=10932 CPUtime=0.3
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 2567 0 0 0 28 2 0 0 19 0 1 0 128524964 11194368 2551 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 2733 2551 68 165 0 2566 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10932

[startup+0.701383 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 9847
/proc/meminfo: memFree=1330792/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=23824 CPUtime=0.69
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 5738 0 0 0 66 3 0 0 23 0 1 0 128524964 24395776 5722 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 5956 5723 68 165 0 5789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23824

[startup+1.50144 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9848
/proc/meminfo: memFree=1298528/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=49864 CPUtime=1.5
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 12076 0 0 0 143 7 0 0 25 0 1 0 128524964 51060736 12060 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 12466 12060 68 165 0 12299 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 49864

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9848
/proc/meminfo: memFree=1263648/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=106512 CPUtime=3.09
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 24625 0 0 0 297 12 0 0 25 0 1 0 128524964 109068288 24609 1992294400 134512640 135191068 4294956224 18446744073709551615 134522884 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 26628 24609 68 165 0 26461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106512

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9848
/proc/meminfo: memFree=1168928/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=203200 CPUtime=6.29
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 50102 0 0 0 608 21 0 0 25 0 1 0 128524964 208076800 48688 1992294400 134512640 135191068 4294956224 18446744073709551615 134710791 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 50800 48688 69 165 0 50633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 203200

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9848
/proc/meminfo: memFree=1170080/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=176084 CPUtime=12.69
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 64344 0 0 0 1240 29 0 0 25 0 1 0 128524964 180310016 41127 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 44021 41127 71 165 0 43854 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 176084

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9848
/proc/meminfo: memFree=1114208/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=223612 CPUtime=25.48
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 77550 0 0 0 2514 34 0 0 25 0 1 0 128524964 228978688 54333 1992294400 134512640 135191068 4294956224 18446744073709551615 134555298 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 55903 54333 71 165 0 55736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 223612

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9848
/proc/meminfo: memFree=1095200/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=240956 CPUtime=51.07
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82399 0 0 0 5071 36 0 0 25 0 1 0 128524964 246738944 58964 1992294400 134512640 135191068 4294956224 18446744073709551615 134553905 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60239 58964 71 165 0 60072 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 240956

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 9848
/proc/meminfo: memFree=1095200/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=240956 CPUtime=102.26
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82399 0 0 0 10190 36 0 0 25 0 1 0 128524964 246738944 58964 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60239 58964 71 165 0 60072 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 240956

[startup+162.301 s]
/proc/loadavg: 1.06 1.01 0.96 2/65 9850
/proc/meminfo: memFree=1095072/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=240956 CPUtime=162.23
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82399 0 0 0 16187 36 0 0 25 0 1 0 128524964 246738944 58964 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60239 58964 71 165 0 60072 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 240956

[startup+222.301 s]
/proc/loadavg: 1.07 1.03 0.97 2/65 9850
/proc/meminfo: memFree=1094304/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=242240 CPUtime=222.22
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82614 0 0 0 22186 36 0 0 25 0 1 0 128524964 248053760 59179 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60560 59179 71 165 0 60393 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 242240

[startup+282.301 s]
/proc/loadavg: 1.10 1.04 0.97 2/65 9850
/proc/meminfo: memFree=1093984/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=242504 CPUtime=282.21
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82696 0 0 0 28184 37 0 0 25 0 1 0 128524964 248324096 59261 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60626 59261 71 165 0 60459 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 242504

[startup+342.301 s]
/proc/loadavg: 1.04 1.03 0.97 2/65 9850
/proc/meminfo: memFree=1093728/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=242636 CPUtime=342.2
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82741 0 0 0 34183 37 0 0 25 0 1 0 128524964 248459264 59306 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60659 59306 71 165 0 60492 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 242636

[startup+402.301 s]
/proc/loadavg: 1.01 1.02 0.97 2/65 9850
/proc/meminfo: memFree=1093536/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=242768 CPUtime=402.18
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82782 0 0 0 40181 37 0 0 25 0 1 0 128524964 248594432 59347 1992294400 134512640 135191068 4294956224 18446744073709551615 134600392 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60692 59347 71 165 0 60525 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 242768

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 0.97 2/65 9850
/proc/meminfo: memFree=1093344/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=242900 CPUtime=462.16
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82819 0 0 0 46179 37 0 0 25 0 1 0 128524964 248729600 59384 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60725 59384 71 165 0 60558 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 242900

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 0.97 2/65 9850
/proc/meminfo: memFree=1093472/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243032 CPUtime=522.15
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82833 0 0 0 52178 37 0 0 25 0 1 0 128524964 248864768 59398 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60758 59398 71 165 0 60591 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 243032

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 9850
/proc/meminfo: memFree=1093344/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243032 CPUtime=582.13
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82855 0 0 0 58176 37 0 0 25 0 1 0 128524964 248864768 59420 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60758 59420 71 165 0 60591 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 243032

[startup+642.302 s]
/proc/loadavg: 1.08 1.02 0.98 2/65 9850
/proc/meminfo: memFree=1093280/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243164 CPUtime=642.12
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82868 0 0 0 64175 37 0 0 25 0 1 0 128524964 248999936 59433 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60791 59433 71 165 0 60624 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 243164

[startup+702.302 s]
/proc/loadavg: 1.03 1.01 0.98 2/65 9850
/proc/meminfo: memFree=1093216/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243164 CPUtime=702.11
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82891 0 0 0 70173 38 0 0 25 0 1 0 128524964 248999936 59456 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60791 59456 71 165 0 60624 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 243164

[startup+762.306 s]
/proc/loadavg: 1.01 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1093088/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243296 CPUtime=762.1
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82906 0 0 0 76172 38 0 0 25 0 1 0 128524964 249135104 59471 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60824 59471 71 165 0 60657 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 243296

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1093024/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243296 CPUtime=822.08
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82931 0 0 0 82170 38 0 0 25 0 1 0 128524964 249135104 59496 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60824 59496 71 165 0 60657 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 243296

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1092960/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243428 CPUtime=882.06
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82951 0 0 0 88168 38 0 0 25 0 1 0 128524964 249270272 59516 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60857 59516 71 165 0 60690 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 243428

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1092832/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243428 CPUtime=942.04
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82975 0 0 0 94166 38 0 0 25 0 1 0 128524964 249270272 59540 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60857 59540 71 165 0 60690 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 243428

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1092768/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243560 CPUtime=1002.03
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 82995 0 0 0 100165 38 0 0 25 0 1 0 128524964 249405440 59560 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60890 59560 71 165 0 60723 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 243560

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1092640/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243560 CPUtime=1062.01
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 83022 0 0 0 106163 38 0 0 25 0 1 0 128524964 249405440 59587 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60890 59587 71 165 0 60723 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 243560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1092576/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243692 CPUtime=1122
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 83041 0 0 0 112162 38 0 0 25 0 1 0 128524964 249540608 59606 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60923 59606 71 165 0 60756 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 243692

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1092448/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243692 CPUtime=1181.99
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 83065 0 0 0 118160 39 0 0 25 0 1 0 128524964 249540608 59630 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60923 59630 71 165 0 60756 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 243692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9850
/proc/meminfo: memFree=1092448/2055920 swapFree=4181772/4192956
[pid=9847] ppid=9845 vsize=243692 CPUtime=1200.09
/proc/9847/stat : 9847 (tts-5-0) R 9845 9847 9513 0 -1 4194304 83067 0 0 0 119970 39 0 0 25 0 1 0 128524964 249540608 59632 1992294400 134512640 135191068 4294956224 18446744073709551615 134600352 0 0 4096 0 0 0 0 17 1 0 0
/proc/9847/statm: 60923 59632 71 165 0 60756 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 243692

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.44
CPU time (s): 1200.14
CPU user time (s): 1199.7
CPU system time (s): 0.431934
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 243692

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

runsolver used 1.01085 second user time and 2.34664 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-29 13:36:15
IDJOB=1577824
IDBENCH=70967
IDSOLVER=505
FILE ID=node52/1577824-1241004973
PBS_JOBID= 9204818
Free space on /tmp= 66404 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L100_coli.sat.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577824-1241004973/watcher-1577824-1241004973 -o /tmp/evaluation-result-1577824-1241004973/solver-1577824-1241004973 -C 1200 -W 1800 -M 1800  HOME/tts-5-0 HOME/instance-1577824-1241004973.cnf

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

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED=462033886

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:       1331208 kB
Buffers:         63176 kB
Cached:         569212 kB
SwapCached:       5044 kB
Active:         225336 kB
Inactive:       414984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331208 kB
SwapTotal:     4192956 kB
SwapFree:      4181772 kB
Dirty:           30832 kB
Writeback:           0 kB
Mapped:          14044 kB
Slab:            70304 kB
Committed_AS:   609700 kB
PageTables:       1488 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= 66404 MiB
End job on node52 at 2009-04-29 13:56:17