Trace number 1720730

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

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark443.688
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.49/1.56	c Command: HOME/tts-5-0 HOME/instance-1720730-1240659366.cnf 
1.49/1.56	c Using SATTIMEOUT of 1200
1.49/1.56	c Using SATRAM of 1800
1.49/1.56	c Size of subset node = 16
1.49/1.56	c Variables = 252516
1.49/1.56	c Clauses = 750877
1.49/1.56	c Literals = 1752045
1.49/1.56	c Reduced size:
1.49/1.56	c Variables = 252516
1.49/1.56	c Clauses = 750874
1.49/1.56	c Literals = 1752039
1.49/1.56	c a2
2.88/2.98	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-1720730-1240659366/watcher-1720730-1240659366 -o /tmp/evaluation-result-1720730-1240659366/solver-1720730-1240659366 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1720730-1240659366.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 21014
/proc/meminfo: memFree=1870704/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=1008 CPUtime=0
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 93970175 1032192 117 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 252 118 67 165 0 85 0

[startup+0.047971 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 21014
/proc/meminfo: memFree=1870704/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=2756 CPUtime=0.04
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 554 0 0 0 4 0 0 0 18 0 1 0 93970175 2822144 538 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 689 538 68 165 0 522 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2756

[startup+0.101976 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 21014
/proc/meminfo: memFree=1870704/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=4804 CPUtime=0.09
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 1054 0 0 0 9 0 0 0 18 0 1 0 93970175 4919296 1038 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 1201 1039 68 165 0 1034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4804

[startup+0.301996 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 21014
/proc/meminfo: memFree=1870704/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=12116 CPUtime=0.29
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 2911 0 0 0 28 1 0 0 19 0 1 0 93970175 12406784 2895 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 3029 2895 68 165 0 2862 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12116

[startup+0.701042 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 21014
/proc/meminfo: memFree=1870704/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=26856 CPUtime=0.68
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 6578 0 0 0 65 3 0 0 22 0 1 0 93970175 27500544 6562 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 6714 6562 68 165 0 6547 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26856

[startup+1.50113 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21015
/proc/meminfo: memFree=1833704/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=55912 CPUtime=1.49
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 13072 0 0 0 142 7 0 0 25 0 1 0 93970175 57253888 13056 1992294400 134512640 135191068 4294956224 18446744073709551615 134534083 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 13978 13056 68 165 0 13811 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55912

[startup+3.10131 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21015
/proc/meminfo: memFree=1765992/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=114964 CPUtime=3.08
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 27150 0 0 0 296 12 0 0 25 0 1 0 93970175 117723136 27133 1992294400 134512640 135191068 4294956224 18446744073709551615 134539916 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 28741 27133 69 165 0 28574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 114964

[startup+6.30168 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21015
/proc/meminfo: memFree=1734384/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=139592 CPUtime=6.28
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 45122 0 0 0 608 20 0 0 25 0 1 0 93970175 142942208 34046 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 34898 34046 71 165 0 34731 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 139592

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21015
/proc/meminfo: memFree=1734256/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=139804 CPUtime=12.68
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 45152 0 0 0 1248 20 0 0 25 0 1 0 93970175 143159296 34076 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 34951 34076 71 165 0 34784 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 139804

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21015
/proc/meminfo: memFree=1734000/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=140100 CPUtime=25.47
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 45244 0 0 0 2527 20 0 0 25 0 1 0 93970175 143462400 34168 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 35025 34168 71 165 0 34858 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 140100

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21015
/proc/meminfo: memFree=1733424/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=140920 CPUtime=51.07
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 45422 0 0 0 5086 21 0 0 25 0 1 0 93970175 144302080 34346 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 35230 34346 71 165 0 35063 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 140920

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21015
/proc/meminfo: memFree=1732080/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=142296 CPUtime=102.26
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 45760 0 0 0 10205 21 0 0 25 0 1 0 93970175 145711104 34684 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 35574 34684 71 165 0 35407 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 142296

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1730352/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=144256 CPUtime=162.24
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46177 0 0 0 16202 22 0 0 25 0 1 0 93970175 147718144 35101 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36064 35101 71 165 0 35897 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 144256

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1729584/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=144916 CPUtime=222.21
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46365 0 0 0 22199 22 0 0 25 0 1 0 93970175 148393984 35289 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36229 35289 71 165 0 36062 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 144916

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1729264/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145180 CPUtime=282.19
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46429 0 0 0 28197 22 0 0 25 0 1 0 93970175 148664320 35353 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36295 35353 71 165 0 36128 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 145180

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1729072/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145312 CPUtime=342.19
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46477 0 0 0 34196 23 0 0 25 0 1 0 93970175 148799488 35401 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36328 35401 71 165 0 36161 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 145312

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1728880/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145444 CPUtime=402.16
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46513 0 0 0 40193 23 0 0 25 0 1 0 93970175 148934656 35437 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36361 35437 71 165 0 36194 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 145444

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1728688/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145444 CPUtime=462.14
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46550 0 0 0 46191 23 0 0 25 0 1 0 93970175 148934656 35474 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36361 35474 71 165 0 36194 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 145444

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1728496/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145576 CPUtime=522.13
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46586 0 0 0 52189 24 0 0 25 0 1 0 93970175 149069824 35510 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36394 35510 71 165 0 36227 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 145576

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1728432/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145708 CPUtime=582.11
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46610 0 0 0 58187 24 0 0 25 0 1 0 93970175 149204992 35534 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36427 35534 71 165 0 36260 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 145708

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1728240/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145840 CPUtime=642.1
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46637 0 0 0 64186 24 0 0 25 0 1 0 93970175 149340160 35561 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36460 35561 71 165 0 36293 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 145840

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1728112/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145840 CPUtime=702.08
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46667 0 0 0 70184 24 0 0 25 0 1 0 93970175 149340160 35591 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36460 35591 71 165 0 36293 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 145840

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727984/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145972 CPUtime=762.07
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46692 0 0 0 76182 25 0 0 25 0 1 0 93970175 149475328 35616 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36493 35616 71 165 0 36326 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 145972

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727856/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=145972 CPUtime=822.04
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46714 0 0 0 82179 25 0 0 25 0 1 0 93970175 149475328 35638 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36493 35638 71 165 0 36326 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 145972

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727664/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=146104 CPUtime=882.02
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46746 0 0 0 88177 25 0 0 25 0 1 0 93970175 149610496 35670 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36526 35670 71 165 0 36359 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 146104

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727536/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=147516 CPUtime=942
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46772 0 0 0 94175 25 0 0 25 0 1 0 93970175 151056384 35696 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36879 35696 71 165 0 36712 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 147516

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727472/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=147516 CPUtime=1001.99
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46795 0 0 0 100173 26 0 0 25 0 1 0 93970175 151056384 35719 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36879 35719 71 165 0 36712 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 147516

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727280/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=147648 CPUtime=1061.97
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46822 0 0 0 106171 26 0 0 25 0 1 0 93970175 151191552 35746 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36912 35746 71 165 0 36745 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 147648

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727216/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=147780 CPUtime=1121.95
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46838 0 0 0 112169 26 0 0 25 0 1 0 93970175 151326720 35762 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36945 35762 71 165 0 36778 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 147780

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727088/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=147780 CPUtime=1181.93
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46863 0 0 0 118167 26 0 0 25 0 1 0 93970175 151326720 35787 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36945 35787 71 165 0 36778 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 147780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21017
/proc/meminfo: memFree=1727024/2055920 swapFree=4180792/4192956
[pid=21014] ppid=21012 vsize=147780 CPUtime=1200.03
/proc/21014/stat : 21014 (tts-5-0) R 21012 21014 20587 0 -1 4194304 46871 0 0 0 119977 26 0 0 25 0 1 0 93970175 151326720 35795 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 36945 35795 71 165 0 36778 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 147780

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.43
CPU time (s): 1200.07
CPU user time (s): 1199.78
CPU system time (s): 0.290955
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 147780

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

runsolver used 0.871867 second user time and 2.6286 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-25 13:36:07
IDJOB=1720730
IDBENCH=69630
IDSOLVER=505
FILE ID=node23/1720730-1240659366
PBS_JOBID= 9186516
Free space on /tmp= 66308 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nid_i.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720730-1240659366/watcher-1720730-1240659366 -o /tmp/evaluation-result-1720730-1240659366/solver-1720730-1240659366 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1720730-1240659366.cnf

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=828300956

node23.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.238
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.238
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:       1871248 kB
Buffers:          9748 kB
Cached:         125680 kB
SwapCached:       5944 kB
Active:          68500 kB
Inactive:        75760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871248 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:           14180 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            26528 kB
Committed_AS:   387860 kB
PageTables:       1396 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= 66308 MiB
End job on node23 at 2009-04-25 13:56:09