Trace number 370337

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, and are wall clock time (not CPU 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
SAT7 2007-02-08? (TO) 10000.2 10003

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark826.819
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

4.89/4.92	c Starting solver ...
5.40/5.45	c Restarting after 100 conflicts
6.49/6.54	c Restarting after 250 conflicts
7.89/7.96	c Restarting after 475 conflicts
9.19/9.24	c Restarting after 816 conflicts
11.59/11.60	c Restarting after 1323 conflicts
15.48/15.53	c Restarting after 2082 conflicts
19.69/19.77	c Restarting after 3221 conflicts
27.49/27.58	c Restarting after 4929 conflicts
34.97/35.07	c Restarting after 7491 conflicts
42.65/42.71	c Restarting after 11335 conflicts
52.35/52.47	c Restarting after 17101 conflicts
64.76/64.88	c Restarting after 25751 conflicts
85.15/85.20	c Restarting after 38730 conflicts
113.84/113.99	c Restarting after 58192 conflicts
158.12/158.26	c Restarting after 87384 conflicts
230.71/230.89	c Restarting after 131174 conflicts
403.57/403.73	c Restarting after 196858 conflicts
679.70/679.99	c Restarting after 295384 conflicts
1133.99/1134.35	c Restarting after 443173 conflicts
2234.92/2235.62	c Restarting after 664856 conflicts
4327.70/4328.91	c Restarting after 997382 conflicts
8318.09/8320.46	c Restarting after 1496170 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node18/watcher-370337-1178598757 -o ROOT/results/node18/solver-370337-1178598757 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370337-1178598757/sat7_bin /tmp/evaluation/370337-1178598757/instance-370337-1178598757.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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: 1.00 1.00 1.00 3/77 16214
/proc/meminfo: memFree=1788160/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=12596 CPUtime=0
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 863 0 0 0 0 0 0 0 18 0 1 0 307793262 12898304 847 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 3149 850 88 220 0 2926 0

[startup+0.0309551 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16214
/proc/meminfo: memFree=1788160/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=14532 CPUtime=0.02
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 2842 0 0 0 1 1 0 0 18 0 1 0 307793262 14880768 2826 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 3633 2828 88 220 0 3410 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14532

[startup+0.101962 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16214
/proc/meminfo: memFree=1788160/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=27900 CPUtime=0.09
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 6581 0 0 0 7 2 0 0 18 0 1 0 307793262 28569600 6565 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 6975 6566 88 220 0 6752 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27900

[startup+0.301982 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16214
/proc/meminfo: memFree=1788160/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=44300 CPUtime=0.29
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 10310 0 0 0 26 3 0 0 19 0 1 0 307793262 45363200 10294 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 11075 10294 88 220 0 10852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44300

[startup+0.70202 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16214
/proc/meminfo: memFree=1788160/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=48400 CPUtime=0.69
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 11473 0 0 0 65 4 0 0 22 0 1 0 307793262 49561600 11457 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 12100 11457 88 220 0 11877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48400

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1739768/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=56600 CPUtime=1.48
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 13279 0 0 0 143 5 0 0 25 0 1 0 307793262 57958400 13263 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 14150 13263 88 220 0 13927 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 56600

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1729080/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=69032 CPUtime=3.09
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 16818 0 0 0 301 8 0 0 25 0 1 0 307793262 70688768 16802 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 17258 16802 88 220 0 17035 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69032

[startup+6.30157 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1686968/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=106236 CPUtime=6.29
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 26739 0 0 0 616 13 0 0 25 0 1 0 307793262 108785664 25729 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 26559 25729 95 220 0 26336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106236

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1683712/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=110336 CPUtime=12.69
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 27213 0 0 0 1256 13 0 0 25 0 1 0 307793262 112984064 26203 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 27584 26203 95 220 0 27361 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110336

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1682368/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=110336 CPUtime=25.48
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 27530 0 0 0 2535 13 0 0 25 0 1 0 307793262 112984064 26520 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 27584 26520 95 220 0 27361 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110336

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1680192/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=114436 CPUtime=51.05
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 28101 0 0 0 5091 14 0 0 25 0 1 0 307793262 117182464 27091 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579689 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 28609 27091 95 220 0 28386 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 114436

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1670144/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=123432 CPUtime=102.25
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 30599 0 0 0 10207 18 0 0 25 0 1 0 307793262 126394368 29589 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532331 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 30858 29589 95 220 0 30635 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 123432

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1660672/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=132604 CPUtime=162.23
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 32957 0 0 0 16202 21 0 0 25 0 1 0 307793262 135786496 31947 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 33151 31947 95 220 0 32928 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 132604

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1650240/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=141884 CPUtime=222.21
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 35541 0 0 0 22197 24 0 0 25 0 1 0 307793262 145289216 34531 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 35471 34531 95 220 0 35248 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 141884

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1641856/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=151092 CPUtime=282.2
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 37650 0 0 0 28193 27 0 0 25 0 1 0 307793262 154718208 36640 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 37773 36640 95 220 0 37550 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 151092

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1634496/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=159664 CPUtime=342.18
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 39470 0 0 0 34189 29 0 0 25 0 1 0 307793262 163495936 38460 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538673 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 39916 38460 95 220 0 39693 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 159664

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1627264/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=163988 CPUtime=402.17
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 41294 0 0 0 40184 33 0 0 25 0 1 0 307793262 167923712 40284 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525855 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 40997 40284 95 220 0 40774 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 163988

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1618688/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=173048 CPUtime=462.15
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 43410 0 0 0 46179 36 0 0 25 0 1 0 307793262 177201152 42400 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 43262 42400 95 220 0 43039 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 173048

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16215
/proc/meminfo: memFree=1609344/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=185964 CPUtime=522.14
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 45772 0 0 0 52174 40 0 0 25 0 1 0 307793262 190427136 44762 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 46491 44762 95 220 0 46268 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 185964

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16217
/proc/meminfo: memFree=1603072/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=190616 CPUtime=582.13
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 47328 0 0 0 58171 42 0 0 25 0 1 0 307793262 195190784 46318 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 47654 46318 95 220 0 47431 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 190616

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16217
/proc/meminfo: memFree=1598016/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=195148 CPUtime=642.11
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 48581 0 0 0 64168 43 0 0 25 0 1 0 307793262 199831552 47571 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 48787 47571 95 220 0 48564 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 195148


################
# More data... #
################

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1108088/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=692156 CPUtime=9099.69
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 172205 0 0 0 909733 236 0 0 25 0 1 0 307793262 708767744 169491 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 173039 169491 95 220 0 172816 0
Current children cumulated CPU time (s) 9099.69
Current children cumulated vsize (KiB) 692156

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1105592/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=692792 CPUtime=9159.68
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 172869 0 0 0 915731 237 0 0 25 0 1 0 307793262 709419008 170122 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 173198 170122 95 220 0 172975 0
Current children cumulated CPU time (s) 9159.68
Current children cumulated vsize (KiB) 692792

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1104120/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=696892 CPUtime=9219.67
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 173210 0 0 0 921729 238 0 0 25 0 1 0 307793262 713617408 170463 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 174223 170463 95 220 0 174000 0
Current children cumulated CPU time (s) 9219.67
Current children cumulated vsize (KiB) 696892

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1101504/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=696988 CPUtime=9279.65
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 173902 0 0 0 927725 240 0 0 25 0 1 0 307793262 713715712 171155 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 174247 171155 95 220 0 174024 0
Current children cumulated CPU time (s) 9279.65
Current children cumulated vsize (KiB) 696988

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1099008/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=701192 CPUtime=9339.64
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 174518 0 0 0 933723 241 0 0 25 0 1 0 307793262 718020608 171771 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 175298 171771 95 220 0 175075 0
Current children cumulated CPU time (s) 9339.64
Current children cumulated vsize (KiB) 701192

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1097024/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=701324 CPUtime=9399.62
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 175005 0 0 0 939721 241 0 0 25 0 1 0 307793262 718155776 172258 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134565456 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 175331 172258 95 220 0 175108 0
Current children cumulated CPU time (s) 9399.62
Current children cumulated vsize (KiB) 701324

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1095168/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=705684 CPUtime=9459.6
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 175501 0 0 0 945718 242 0 0 25 0 1 0 307793262 722620416 172754 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 176421 172754 95 220 0 176198 0
Current children cumulated CPU time (s) 9459.6
Current children cumulated vsize (KiB) 705684

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1093248/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=705924 CPUtime=9519.59
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 176026 0 0 0 951716 243 0 0 25 0 1 0 307793262 722866176 173246 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 176481 173246 95 220 0 176258 0
Current children cumulated CPU time (s) 9519.59
Current children cumulated vsize (KiB) 705924

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1091136/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=710156 CPUtime=9579.58
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 176545 0 0 0 957714 244 0 0 25 0 1 0 307793262 727199744 173765 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 177539 173765 95 220 0 177316 0
Current children cumulated CPU time (s) 9579.58
Current children cumulated vsize (KiB) 710156

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1088768/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=710156 CPUtime=9639.56
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 177120 0 0 0 963711 245 0 0 25 0 1 0 307793262 727199744 174340 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 177539 174340 95 220 0 177316 0
Current children cumulated CPU time (s) 9639.56
Current children cumulated vsize (KiB) 710156

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1086848/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=714256 CPUtime=9699.54
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 177605 0 0 0 969708 246 0 0 25 0 1 0 307793262 731398144 174825 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 178564 174825 95 220 0 178341 0
Current children cumulated CPU time (s) 9699.54
Current children cumulated vsize (KiB) 714256

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1085120/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=714256 CPUtime=9759.53
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 178044 0 0 0 975706 247 0 0 25 0 1 0 307793262 731398144 175264 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 178564 175264 95 220 0 178341 0
Current children cumulated CPU time (s) 9759.53
Current children cumulated vsize (KiB) 714256

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1083392/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=718484 CPUtime=9819.51
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 178483 0 0 0 981703 248 0 0 25 0 1 0 307793262 735727616 175703 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 179621 175703 95 220 0 179398 0
Current children cumulated CPU time (s) 9819.51
Current children cumulated vsize (KiB) 718484

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1081920/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=718484 CPUtime=9879.51
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 178837 0 0 0 987702 249 0 0 25 0 1 0 307793262 735727616 176057 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 179621 176057 95 220 0 179398 0
Current children cumulated CPU time (s) 9879.51
Current children cumulated vsize (KiB) 718484

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1080192/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=718612 CPUtime=9939.49
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 179268 0 0 0 993699 250 0 0 25 0 1 0 307793262 735858688 176488 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 179653 176488 95 220 0 179430 0
Current children cumulated CPU time (s) 9939.49
Current children cumulated vsize (KiB) 718612

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1078336/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=722712 CPUtime=9999.47
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 179727 0 0 0 999697 250 0 0 25 0 1 0 307793262 740057088 176947 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532651 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 180678 176947 95 220 0 180455 0
Current children cumulated CPU time (s) 9999.47
Current children cumulated vsize (KiB) 722712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1078272/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=722844 CPUtime=10000.1
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4194304 179746 0 0 0 999757 250 0 0 25 0 1 0 307793262 740192256 176966 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 180711 176966 95 220 0 180488 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 722844

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

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

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16815
/proc/meminfo: memFree=1078272/2055920 swapFree=4147200/4192956
[pid=16214] ppid=16212 vsize=0 CPUtime=10000.2
/proc/16214/stat : 16214 (sat7_bin) R 16212 16214 15877 0 -1 4195332 179746 0 0 0 999757 260 0 0 25 0 1 0 307793262 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16214/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003
CPU time (s): 10000.2
CPU user time (s): 9997.58
CPU system time (s): 2.6236
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 722844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9997.58
system time used= 2.6236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179746
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= 6
involuntary context switches= 19103

runsolver used 7.74682 second user time and 22.2016 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue May  8 04:32:39 UTC 2007

IDJOB= 370337
IDBENCH= 20504
IDSOLVER= 183
FILE ID= node18/370337-1178598757

PBS_JOBID= 5217748

Free space on /tmp= 66544 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f10ni.cnf
COMMAND LINE= /tmp/evaluation/370337-1178598757/sat7_bin /tmp/evaluation/370337-1178598757/instance-370337-1178598757.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-370337-1178598757 -o ROOT/results/node18/solver-370337-1178598757 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370337-1178598757/sat7_bin /tmp/evaluation/370337-1178598757/instance-370337-1178598757.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  b99a5b8844b4e1d2656eb1422e6e888f

RANDOM SEED= 171672647

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
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.234
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:       1788568 kB
Buffers:         33184 kB
Cached:         145636 kB
SwapCached:      14572 kB
Active:         102192 kB
Inactive:       100068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788568 kB
SwapTotal:     4192956 kB
SwapFree:      4147200 kB
Dirty:           21124 kB
Writeback:           0 kB
Mapped:          30328 kB
Slab:            50632 kB
Committed_AS:  8683536 kB
PageTables:       1776 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= 66544 MiB

End job on node18 on Tue May  8 07:19:24 UTC 2007