Trace number 1577512

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.07 1200.66

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.567
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

7.48/7.55	c Command: HOME/tts-5-0 HOME/instance-1577512-1241001981.cnf 
7.48/7.55	c Using SATTIMEOUT of 1200
7.48/7.55	c Using SATRAM of 1800
7.48/7.55	c Size of subset node = 16
7.48/7.55	c Variables = 486992
7.48/7.55	c Clauses = 2456708
7.48/7.55	c Literals = 7147094
7.48/7.55	c Reduced size:
7.48/7.55	c Variables = 486992
7.48/7.55	c Clauses = 2068584
7.48/7.55	c Literals = 6145530
7.48/7.55	c a2
14.48/14.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-1577512-1241001981/watcher-1577512-1241001981 -o /tmp/evaluation-result-1577512-1241001981/solver-1577512-1241001981 -C 1200 -W 1800 -M 1800 HOME/tts-5-0 HOME/instance-1577512-1241001981.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 1.00 3/65 25123
/proc/meminfo: memFree=1355632/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=1008 CPUtime=0
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 128227524 1032192 123 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 252 123 67 165 0 85 0

[startup+0.076544 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25123
/proc/meminfo: memFree=1355632/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=3896 CPUtime=0.07
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 841 0 0 0 7 0 0 0 18 0 1 0 128227524 3989504 825 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 974 825 68 165 0 807 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3896

[startup+0.101544 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25123
/proc/meminfo: memFree=1355632/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=4808 CPUtime=0.09
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 1056 0 0 0 9 0 0 0 18 0 1 0 128227524 4923392 1040 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 1202 1040 68 165 0 1035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4808

[startup+0.301568 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25123
/proc/meminfo: memFree=1355632/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=11724 CPUtime=0.29
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 2792 0 0 0 28 1 0 0 19 0 1 0 128227524 12005376 2776 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 2931 2776 68 165 0 2764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11724

[startup+0.701613 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25123
/proc/meminfo: memFree=1355632/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=25672 CPUtime=0.69
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 6246 0 0 0 66 3 0 0 23 0 1 0 128227524 26288128 6230 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 6418 6230 68 165 0 6251 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25672

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=1320488/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=53956 CPUtime=1.49
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 13177 0 0 0 143 6 0 0 25 0 1 0 128227524 55250944 13161 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 13489 13161 68 165 0 13322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53956

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=1280744/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=109372 CPUtime=3.08
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 26630 0 0 0 295 13 0 0 25 0 1 0 128227524 111996928 26614 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 27343 26615 68 165 0 27176 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109372

[startup+6.30125 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=1188648/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=174080 CPUtime=6.29
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 41384 0 0 0 609 20 0 0 25 0 1 0 128227524 178257920 41368 1992294400 134512640 135191068 4294956224 18446744073709551615 134534067 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 43520 41368 68 165 0 43353 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174080

[startup+12.702 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 25124
/proc/meminfo: memFree=1037032/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=341060 CPUtime=12.68
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 83211 0 0 0 1231 37 0 0 25 0 1 0 128227524 349245440 79651 1992294400 134512640 135191068 4294956224 18446744073709551615 134710791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 85265 79651 69 165 0 85098 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 341060

[startup+25.5014 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25124
/proc/meminfo: memFree=1094504/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=293532 CPUtime=25.48
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 110330 0 0 0 2498 50 0 0 25 0 1 0 128227524 300576768 65589 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 73383 65589 71 165 0 73216 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 293532

[startup+51.1014 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 25124
/proc/meminfo: memFree=1007336/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=368096 CPUtime=51.06
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 132107 0 0 0 5049 57 0 0 25 0 1 0 128227524 376930304 87366 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 92024 87366 71 165 0 91857 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 368096

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25124
/proc/meminfo: memFree=973544/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=389356 CPUtime=102.23
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140700 0 0 0 10162 61 0 0 25 0 1 0 128227524 398700544 95612 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97339 95612 71 165 0 97172 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 389356

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=973544/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=389356 CPUtime=162.19
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140700 0 0 0 16158 61 0 0 25 0 1 0 128227524 398700544 95612 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97339 95612 71 165 0 97172 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 389356

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=973544/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=389356 CPUtime=222.17
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140700 0 0 0 22156 61 0 0 25 0 1 0 128227524 398700544 95612 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97339 95612 71 165 0 97172 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 389356

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972904/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=282.16
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140876 0 0 0 28154 62 0 0 25 0 1 0 128227524 400015360 95788 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95788 71 165 0 97493 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 390640

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972776/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=342.13
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140912 0 0 0 34151 62 0 0 25 0 1 0 128227524 400015360 95824 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95824 71 165 0 97493 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 390640

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972584/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=402.1
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140943 0 0 0 40148 62 0 0 25 0 1 0 128227524 400015360 95855 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95855 71 165 0 97493 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 390640

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972584/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=462.07
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140957 0 0 0 46145 62 0 0 25 0 1 0 128227524 400015360 95869 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95869 71 165 0 97493 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 390640

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972584/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=522.02
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140962 0 0 0 52140 62 0 0 25 0 1 0 128227524 400015360 95874 1992294400 134512640 135191068 4294956224 18446744073709551615 134600629 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 97660 95874 71 165 0 97493 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 390640

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972520/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=581.98
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140966 0 0 0 58136 62 0 0 25 0 1 0 128227524 400015360 95878 1992294400 134512640 135191068 4294956224 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95878 71 165 0 97493 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 390640

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972520/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=641.96
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140970 0 0 0 64134 62 0 0 25 0 1 0 128227524 400015360 95882 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95882 71 165 0 97493 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 390640

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972456/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=701.92
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140974 0 0 0 70130 62 0 0 25 0 1 0 128227524 400015360 95886 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95886 71 165 0 97493 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 390640

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972392/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=761.9
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140978 0 0 0 76128 62 0 0 25 0 1 0 128227524 400015360 95890 1992294400 134512640 135191068 4294956224 18446744073709551615 134600629 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95890 71 165 0 97493 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 390640

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25124
/proc/meminfo: memFree=972328/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=821.88
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 140998 0 0 0 82126 62 0 0 25 0 1 0 128227524 400015360 95910 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95910 71 165 0 97493 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 390640

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25130
/proc/meminfo: memFree=972072/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390640 CPUtime=881.84
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 141011 0 0 0 88121 63 0 0 25 0 1 0 128227524 400015360 95923 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97660 95923 71 165 0 97493 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 390640

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25130
/proc/meminfo: memFree=972136/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390772 CPUtime=941.82
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 141030 0 0 0 94119 63 0 0 25 0 1 0 128227524 400150528 95942 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97693 95942 71 165 0 97526 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 390772

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25130
/proc/meminfo: memFree=972072/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390772 CPUtime=1001.79
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 141049 0 0 0 100116 63 0 0 25 0 1 0 128227524 400150528 95961 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97693 95961 71 165 0 97526 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 390772

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25130
/proc/meminfo: memFree=972072/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390904 CPUtime=1061.76
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 141061 0 0 0 106113 63 0 0 25 0 1 0 128227524 400285696 95973 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97726 95973 71 165 0 97559 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 390904

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25130
/proc/meminfo: memFree=972008/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=390904 CPUtime=1121.73
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 141080 0 0 0 112110 63 0 0 25 0 1 0 128227524 400285696 95992 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97726 95992 71 165 0 97559 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 390904

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25130
/proc/meminfo: memFree=972008/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=391036 CPUtime=1181.71
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 141094 0 0 0 118108 63 0 0 25 0 1 0 128227524 400420864 96006 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97759 96006 71 165 0 97592 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 391036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25130
/proc/meminfo: memFree=971944/2055920 swapFree=4181520/4192956
[pid=25123] ppid=25121 vsize=391036 CPUtime=1200
/proc/25123/stat : 25123 (tts-5-0) R 25121 25123 24818 0 -1 4194304 141100 0 0 0 119937 63 0 0 25 0 1 0 128227524 400420864 96012 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/25123/statm: 97759 96012 71 165 0 97592 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 391036

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.66
CPU time (s): 1200.07
CPU user time (s): 1199.38
CPU system time (s): 0.690894
CPU usage (%): 99.9504
Max. virtual memory (cumulated for all children) (KiB): 391036

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

runsolver used 1.3208 second user time and 2.6466 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-29 12:46:24
IDJOB=1577512
IDBENCH=70961
IDSOLVER=505
FILE ID=node88/1577512-1241001981
PBS_JOBID= 9204784
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=122025793

node88.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.229
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.229
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:       1356120 kB
Buffers:         48624 kB
Cached:         572832 kB
SwapCached:       5572 kB
Active:         176272 kB
Inactive:       453872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356120 kB
SwapTotal:     4192956 kB
SwapFree:      4181520 kB
Dirty:           50132 kB
Writeback:           0 kB
Mapped:          14860 kB
Slab:            55568 kB
Committed_AS:   404248 kB
PageTables:       1444 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= 66480 MiB
End job on node88 at 2009-04-29 13:06:26