Trace number 1577772

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.12 1200.67

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.35749
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

8.58/8.69	c Command: HOME/tts-5-0 HOME/instance-1577772-1241004587.cnf 
8.58/8.69	c Using SATTIMEOUT of 1200
8.58/8.69	c Using SATRAM of 1800
8.58/8.69	c Size of subset node = 16
8.58/8.69	c Variables = 617854
8.58/8.69	c Clauses = 2745225
8.58/8.69	c Literals = 7889647
8.58/8.69	c Reduced size:
8.58/8.69	c Variables = 617854
8.58/8.69	c Clauses = 2194682
8.58/8.69	c Literals = 6468090
8.58/8.69	c a2
16.29/16.30	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-1577772-1241004587/watcher-1577772-1241004587 -o /tmp/evaluation-result-1577772-1241004587/solver-1577772-1241004587 -C 1200 -W 1800 -M 1800 HOME/tts-5-0 HOME/instance-1577772-1241004587.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: 0.92 0.98 0.95 3/65 1384
/proc/meminfo: memFree=1664328/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=1008 CPUtime=0
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 128488401 1032192 121 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 252 121 67 165 0 85 0

[startup+0.0337331 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 1384
/proc/meminfo: memFree=1664328/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=2200 CPUtime=0.03
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 446 0 0 0 3 0 0 0 18 0 1 0 128488401 2252800 430 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 550 430 68 165 0 383 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2200

[startup+0.102785 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 1384
/proc/meminfo: memFree=1664328/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=4676 CPUtime=0.09
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 1038 0 0 0 9 0 0 0 18 0 1 0 128488401 4788224 1022 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 1169 1023 68 165 0 1002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4676

[startup+0.301764 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 1384
/proc/meminfo: memFree=1664328/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=11460 CPUtime=0.29
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 2715 0 0 0 28 1 0 0 19 0 1 0 128488401 11735040 2699 1992294400 134512640 135191068 4294956240 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 2865 2699 68 165 0 2698 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11460

[startup+0.702816 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 1384
/proc/meminfo: memFree=1664328/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=25144 CPUtime=0.69
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 6107 0 0 0 66 3 0 0 23 0 1 0 128488401 25747456 6091 1992294400 134512640 135191068 4294956240 18446744073709551615 134670929 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 6286 6091 68 165 0 6119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25144

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.95 2/66 1385
/proc/meminfo: memFree=1630208/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=52372 CPUtime=1.49
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 12777 0 0 0 143 6 0 0 25 0 1 0 128488401 53628928 12761 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 13093 12761 68 165 0 12926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52372

[startup+3.10112 s]
/proc/loadavg: 1.01 1.00 0.95 2/66 1385
/proc/meminfo: memFree=1593472/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=107524 CPUtime=3.09
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 26110 0 0 0 295 14 0 0 25 0 1 0 128488401 110104576 26094 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 26881 26095 68 165 0 26714 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107524

[startup+6.30152 s]
/proc/loadavg: 1.01 1.00 0.95 2/66 1385
/proc/meminfo: memFree=1485824/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=197284 CPUtime=6.29
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 47229 0 0 0 605 24 0 0 25 0 1 0 128488401 202018816 47213 1992294400 134512640 135191068 4294956240 18446744073709551615 134534123 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 49321 47213 68 165 0 49154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 197284

[startup+12.7013 s]
/proc/loadavg: 1.08 1.02 0.96 2/66 1385
/proc/meminfo: memFree=1315008/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=372548 CPUtime=12.69
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 92537 0 0 0 1227 42 0 0 25 0 1 0 128488401 381489152 87769 1992294400 134512640 135191068 4294956240 18446744073709551615 134519820 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 93137 87769 69 165 0 92970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 372548

[startup+25.5019 s]
/proc/loadavg: 1.07 1.02 0.96 2/66 1385
/proc/meminfo: memFree=1347776/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=327436 CPUtime=25.49
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 111319 0 0 0 2498 51 0 0 25 0 1 0 128488401 335294464 79862 1992294400 134512640 135191068 4294956240 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 81859 79862 71 165 0 81692 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 327436

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 0.96 2/66 1385
/proc/meminfo: memFree=1308352/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=367480 CPUtime=51.07
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 121115 0 0 0 5053 54 0 0 25 0 1 0 128488401 376299520 89658 1992294400 134512640 135191068 4294956240 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 91870 89658 71 165 0 91703 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 367480

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 0.96 2/66 1385
/proc/meminfo: memFree=1263552/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=412660 CPUtime=102.25
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 132173 0 0 0 10165 60 0 0 25 0 1 0 128488401 422563840 100716 1992294400 134512640 135191068 4294956240 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 103165 100716 71 165 0 102998 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 412660

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1244480/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=430696 CPUtime=162.23
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137712 0 0 0 16159 64 0 0 25 0 1 0 128488401 441032704 105391 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107674 105391 71 165 0 107507 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 430696

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1244544/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=430696 CPUtime=222.19
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137712 0 0 0 22155 64 0 0 25 0 1 0 128488401 441032704 105391 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107674 105391 71 165 0 107507 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 430696

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1244480/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=430696 CPUtime=282.17
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137712 0 0 0 28153 64 0 0 25 0 1 0 128488401 441032704 105391 1992294400 134512640 135191068 4294956240 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107674 105391 71 165 0 107507 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 430696

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1244480/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=430696 CPUtime=342.15
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137712 0 0 0 34151 64 0 0 25 0 1 0 128488401 441032704 105391 1992294400 134512640 135191068 4294956240 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107674 105391 71 165 0 107507 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 430696

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1244544/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=430696 CPUtime=402.12
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137712 0 0 0 40148 64 0 0 25 0 1 0 128488401 441032704 105391 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107674 105391 71 165 0 107507 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 430696

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1244480/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=430696 CPUtime=462.09
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137712 0 0 0 46145 64 0 0 25 0 1 0 128488401 441032704 105391 1992294400 134512640 135191068 4294956240 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107674 105391 71 165 0 107507 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 430696

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1244224/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=431092 CPUtime=522.06
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137808 0 0 0 52142 64 0 0 25 0 1 0 128488401 441438208 105487 1992294400 134512640 135191068 4294956240 18446744073709551615 134551005 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107773 105487 71 165 0 107606 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 431092

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1385
/proc/meminfo: memFree=1243968/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=431488 CPUtime=582.02
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137888 0 0 0 58138 64 0 0 25 0 1 0 128488401 441843712 105567 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107872 105567 71 165 0 107705 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 431488

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1243648/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=431620 CPUtime=641.98
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137917 0 0 0 64134 64 0 0 25 0 1 0 128488401 441978880 105596 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107905 105596 71 165 0 107738 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 431620

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1243456/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=431620 CPUtime=701.95
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137943 0 0 0 70130 65 0 0 25 0 1 0 128488401 441978880 105622 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107905 105622 71 165 0 107738 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 431620

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1243392/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=431752 CPUtime=761.93
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137961 0 0 0 76128 65 0 0 25 0 1 0 128488401 442114048 105640 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107938 105640 71 165 0 107771 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 431752

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1243392/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=431884 CPUtime=821.9
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 137977 0 0 0 82125 65 0 0 25 0 1 0 128488401 442249216 105656 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107971 105656 71 165 0 107804 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 431884

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1243328/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=431884 CPUtime=881.88
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 138000 0 0 0 88123 65 0 0 25 0 1 0 128488401 442249216 105679 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 107971 105679 71 165 0 107804 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 431884

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1243200/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=432016 CPUtime=941.85
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 138014 0 0 0 94120 65 0 0 25 0 1 0 128488401 442384384 105693 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 108004 105693 71 165 0 107837 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 432016

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1243072/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=432016 CPUtime=1001.82
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 138036 0 0 0 100117 65 0 0 25 0 1 0 128488401 442384384 105715 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 108004 105715 71 165 0 107837 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 432016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1241792/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=434580 CPUtime=1061.8
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 138365 0 0 0 106115 65 0 0 25 0 1 0 128488401 445009920 106044 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 108645 106044 71 165 0 108478 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 434580

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1241728/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=434580 CPUtime=1121.77
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 138368 0 0 0 112112 65 0 0 25 0 1 0 128488401 445009920 106047 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 108645 106047 71 165 0 108478 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 434580

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1241664/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=434580 CPUtime=1181.75
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 138372 0 0 0 118110 65 0 0 25 0 1 0 128488401 445009920 106051 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 108645 106051 71 165 0 108478 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 434580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1387
/proc/meminfo: memFree=1241664/2055920 swapFree=4191900/4192956
[pid=1384] ppid=1382 vsize=434580 CPUtime=1200.05
/proc/1384/stat : 1384 (tts-5-0) R 1382 1384 1131 0 -1 4194304 138373 0 0 0 119940 65 0 0 25 0 1 0 128488401 445009920 106052 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/1384/statm: 108645 106052 71 165 0 108478 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 434580

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.67
CPU time (s): 1200.12
CPU user time (s): 1199.4
CPU system time (s): 0.71989
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 434580

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

runsolver used 1.39879 second user time and 2.6426 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-29 13:29:50
IDJOB=1577772
IDBENCH=70966
IDSOLVER=505
FILE ID=node92/1577772-1241004587
PBS_JOBID= 9204780
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1534559439

node92.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.245
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.245
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:       1664744 kB
Buffers:         19552 kB
Cached:         283072 kB
SwapCached:        384 kB
Active:          91796 kB
Inactive:       224628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664744 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           54700 kB
Writeback:           0 kB
Mapped:          22196 kB
Slab:            60592 kB
Committed_AS:   333720 kB
PageTables:       1460 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= 66420 MiB
End job on node92 at 2009-04-29 13:49:53