Trace number 1577864

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

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.59/4.65	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577864-1241005369.cnf 
4.59/4.65	c Using SATTIMEOUT of 1200
4.59/4.65	c Using SATRAM of 1800
4.59/4.65	c Size of subset node = 16
4.59/4.65	c Variables = 315617
4.59/4.65	c Clauses = 1522583
4.59/4.65	c Literals = 4407119
4.59/4.65	c Reduced size:
4.59/4.65	c Variables = 315617
4.59/4.65	c Clauses = 1255959
4.59/4.65	c Literals = 3720255
4.59/4.65	c a2
8.79/8.89	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-1577864-1241005369/watcher-1577864-1241005369 -o /tmp/evaluation-result-1577864-1241005369/solver-1577864-1241005369 -C 1200 -W 1800 -M 1800 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577864-1241005369.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.03 1.00 3/64 14953
/proc/meminfo: memFree=1085560/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=1064 CPUtime=0
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 128564791 1089536 135 1992294400 134512640 135237372 4294956192 18446744073709551615 134887124 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 266 136 77 176 0 88 0

[startup+0.0224681 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 14953
/proc/meminfo: memFree=1085560/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=1860 CPUtime=0.02
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 343 0 0 0 2 0 0 0 18 0 1 0 128564791 1904640 327 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 465 327 78 176 0 287 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1860

[startup+0.101475 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 14953
/proc/meminfo: memFree=1085560/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=4864 CPUtime=0.09
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 1064 0 0 0 9 0 0 0 18 0 1 0 128564791 4980736 1048 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 1216 1048 78 176 0 1038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.301493 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 14953
/proc/meminfo: memFree=1085560/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=11780 CPUtime=0.29
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 2817 0 0 0 29 0 0 0 19 0 1 0 128564791 12062720 2801 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 2945 2802 78 176 0 2767 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11780

[startup+0.70153 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 14953
/proc/meminfo: memFree=1085560/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=25992 CPUtime=0.69
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 6331 0 0 0 68 1 0 0 23 0 1 0 128564791 26615808 6315 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 6498 6316 78 176 0 6320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25992

[startup+1.50161 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 14954
/proc/meminfo: memFree=1048880/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=54540 CPUtime=1.49
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 13344 0 0 0 144 5 0 0 25 0 1 0 128564791 55848960 13328 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 13635 13329 78 176 0 13457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54540

[startup+3.10175 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 14954
/proc/meminfo: memFree=1012336/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=106568 CPUtime=3.09
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 25868 0 0 0 298 11 0 0 25 0 1 0 128564791 109125632 25852 1992294400 134512640 135237372 4294956192 18446744073709551615 134534291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 26642 25852 78 176 0 26464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106568

[startup+6.30105 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 14954
/proc/meminfo: memFree=891184/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=202540 CPUtime=6.29
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 50213 0 0 0 608 21 0 0 25 0 1 0 128564791 207400960 48626 1992294400 134512640 135237372 4294956192 18446744073709551615 134519991 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 50635 48626 79 176 0 50457 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 202540

[startup+12.7017 s]
/proc/loadavg: 1.07 1.04 1.00 2/65 14954
/proc/meminfo: memFree=920432/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=179904 CPUtime=12.69
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 65377 0 0 0 1241 28 0 0 25 0 1 0 128564791 184221696 42160 1992294400 134512640 135237372 4294956192 18446744073709551615 134555279 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 44976 42160 80 176 0 44798 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179904

[startup+25.5018 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 14954
/proc/meminfo: memFree=865776/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=226724 CPUtime=25.48
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 78390 0 0 0 2515 33 0 0 25 0 1 0 128564791 232165376 55173 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 56681 55173 80 176 0 56503 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 226724

[startup+51.1012 s]
/proc/loadavg: 1.04 1.04 1.00 2/65 14954
/proc/meminfo: memFree=849776/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=241012 CPUtime=51.08
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82409 0 0 0 5072 36 0 0 25 0 1 0 128564791 246796288 58974 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60253 58974 80 176 0 60075 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 241012

[startup+102.306 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 14954
/proc/meminfo: memFree=849776/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=241012 CPUtime=102.27
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82409 0 0 0 10191 36 0 0 25 0 1 0 128564791 246796288 58974 1992294400 134512640 135237372 4294956192 18446744073709551615 134600738 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60253 58974 80 176 0 60075 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 241012

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14954
/proc/meminfo: memFree=849776/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=241012 CPUtime=162.23
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82409 0 0 0 16187 36 0 0 25 0 1 0 128564791 246796288 58974 1992294400 134512640 135237372 4294956192 18446744073709551615 134600721 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60253 58974 80 176 0 60075 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 241012

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14954
/proc/meminfo: memFree=849008/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=242296 CPUtime=222.21
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82630 0 0 0 22185 36 0 0 25 0 1 0 128564791 248111104 59195 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60574 59195 80 176 0 60396 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 242296

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14954
/proc/meminfo: memFree=848624/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=242560 CPUtime=282.19
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82712 0 0 0 28183 36 0 0 25 0 1 0 128564791 248381440 59277 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60640 59277 80 176 0 60462 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 242560

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=848496/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=242824 CPUtime=342.16
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82758 0 0 0 34180 36 0 0 25 0 1 0 128564791 248651776 59323 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60706 59323 80 176 0 60528 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 242824

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=848304/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=242956 CPUtime=402.14
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82804 0 0 0 40178 36 0 0 25 0 1 0 128564791 248786944 59369 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60739 59369 80 176 0 60561 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 242956

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=848176/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=242956 CPUtime=462.12
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82832 0 0 0 46176 36 0 0 25 0 1 0 128564791 248786944 59397 1992294400 134512640 135237372 4294956192 18446744073709551615 134600704 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60739 59397 80 176 0 60561 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 242956

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=848112/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243088 CPUtime=522.09
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82851 0 0 0 52173 36 0 0 25 0 1 0 128564791 248922112 59416 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60772 59416 80 176 0 60594 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 243088

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847984/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243088 CPUtime=582.07
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82873 0 0 0 58171 36 0 0 25 0 1 0 128564791 248922112 59438 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60772 59438 80 176 0 60594 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 243088

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847920/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243220 CPUtime=642.05
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82890 0 0 0 64169 36 0 0 25 0 1 0 128564791 249057280 59455 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60805 59455 80 176 0 60627 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 243220

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847856/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243220 CPUtime=702.02
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82913 0 0 0 70166 36 0 0 25 0 1 0 128564791 249057280 59478 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60805 59478 80 176 0 60627 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 243220

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847728/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243352 CPUtime=762
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82931 0 0 0 76164 36 0 0 25 0 1 0 128564791 249192448 59496 1992294400 134512640 135237372 4294956192 18446744073709551615 134600960 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60838 59496 80 176 0 60660 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 243352

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847664/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243352 CPUtime=821.97
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82955 0 0 0 82161 36 0 0 25 0 1 0 128564791 249192448 59520 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60838 59520 80 176 0 60660 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 243352

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847600/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243484 CPUtime=881.93
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 82978 0 0 0 88157 36 0 0 25 0 1 0 128564791 249327616 59543 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60871 59543 80 176 0 60693 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 243484

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847472/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243616 CPUtime=941.91
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 83001 0 0 0 94155 36 0 0 25 0 1 0 128564791 249462784 59566 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60904 59566 80 176 0 60726 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 243616

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847408/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243616 CPUtime=1001.89
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 83027 0 0 0 100152 37 0 0 25 0 1 0 128564791 249462784 59592 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60904 59592 80 176 0 60726 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 243616

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14954
/proc/meminfo: memFree=847344/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243748 CPUtime=1061.86
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 83048 0 0 0 106149 37 0 0 25 0 1 0 128564791 249597952 59613 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60937 59613 80 176 0 60759 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 243748

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14960
/proc/meminfo: memFree=846952/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243748 CPUtime=1121.83
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 83074 0 0 0 112146 37 0 0 25 0 1 0 128564791 249597952 59639 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60937 59639 80 176 0 60759 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 243748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14960
/proc/meminfo: memFree=846952/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243880 CPUtime=1181.8
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 83094 0 0 0 118143 37 0 0 25 0 1 0 128564791 249733120 59659 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60970 59659 80 176 0 60792 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 243880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14960
/proc/meminfo: memFree=846888/2055920 swapFree=4181308/4192956
[pid=14953] ppid=14951 vsize=243880 CPUtime=1200.09
/proc/14953/stat : 14953 (ttsth-5-0) R 14951 14953 14640 0 -1 4194304 83101 0 0 0 119972 37 0 0 25 0 1 0 128564791 249733120 59666 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/14953/statm: 60970 59666 80 176 0 60792 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 243880

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.64
CPU time (s): 1200.14
CPU user time (s): 1199.73
CPU system time (s): 0.412937
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 243880

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

runsolver used 0.971852 second user time and 3.40548 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-29 13:42:51
IDJOB=1577864
IDBENCH=70967
IDSOLVER=549
FILE ID=node48/1577864-1241005369
PBS_JOBID= 9204822
Free space on /tmp= 66312 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L100_coli.sat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577864-1241005369/watcher-1577864-1241005369 -o /tmp/evaluation-result-1577864-1241005369/solver-1577864-1241005369 -C 1200 -W 1800 -M 1800  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1577864-1241005369.cnf

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

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED=485731318

node48.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.209
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.209
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:       1085976 kB
Buffers:         58324 kB
Cached:         835420 kB
SwapCached:       5488 kB
Active:         201868 kB
Inactive:       699760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1085976 kB
SwapTotal:     4192956 kB
SwapFree:      4181308 kB
Dirty:           30892 kB
Writeback:           0 kB
Mapped:          13596 kB
Slab:            54296 kB
Committed_AS:   622848 kB
PageTables:       1368 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= 66312 MiB
End job on node48 at 2009-04-29 14:02:53