Trace number 425230

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) 5000.11 5001.61

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1284937235-05.SAT.shuffled.cnf
MD5SUM9f547cac349776cc84bd1d9fb15046d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52769
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Starting solver ...
0.00/0.02	c Restarting after 101 conflicts
0.00/0.02	c Restarting after 251 conflicts
0.00/0.03	c Restarting after 477 conflicts
0.00/0.05	c Restarting after 815 conflicts
0.00/0.07	c Restarting after 1323 conflicts
0.09/0.11	c Restarting after 2082 conflicts
0.09/0.18	c Restarting after 3221 conflicts
0.19/0.27	c Restarting after 4929 conflicts
0.39/0.42	c Restarting after 7491 conflicts
0.59/0.65	c Restarting after 11337 conflicts
0.89/0.99	c Restarting after 17104 conflicts
1.49/1.54	c Restarting after 25754 conflicts
2.29/2.39	c Restarting after 38729 conflicts
3.59/3.67	c Restarting after 58191 conflicts
5.59/5.68	c Restarting after 87383 conflicts
8.69/8.79	c Restarting after 131172 conflicts
13.59/13.66	c Restarting after 196856 conflicts
21.18/21.22	c Restarting after 295382 conflicts
32.98/33.01	c Restarting after 443171 conflicts
51.47/51.53	c Restarting after 664854 conflicts
80.17/80.25	c Restarting after 997379 conflicts
125.45/125.50	c Restarting after 1496168 conflicts
196.04/196.14	c Restarting after 2244350 conflicts
308.01/308.12	c Restarting after 3366625 conflicts
488.46/488.62	c Restarting after 5050036 conflicts
778.27/778.57	c Restarting after 7575153 conflicts
1238.04/1238.46	c Restarting after 11362828 conflicts
1983.14/1983.70	c Restarting after 17044341 conflicts
3201.70/3202.76	c Restarting after 25566610 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/node2/watcher-425230-1177640324 -o ROOT/results/node2/solver-425230-1177640324 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425230-1177640324/sat7_bin /tmp/evaluation/425230-1177640324/instance-425230-1177640324.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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 29090
/proc/meminfo: memFree=1622776/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=1064 CPUtime=0
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 240070200 1089536 115 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 266 115 87 220 0 43 0

[startup+0.00939197 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29090
/proc/meminfo: memFree=1622776/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=1064 CPUtime=0
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 240070200 1089536 129 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 266 129 87 220 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1064

[startup+0.101401 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29090
/proc/meminfo: memFree=1622776/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=1460 CPUtime=0.09
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 244 0 0 0 9 0 0 0 18 0 1 0 240070200 1495040 228 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532499 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 365 228 95 220 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1460

[startup+0.301421 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29090
/proc/meminfo: memFree=1622776/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=1976 CPUtime=0.29
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 289 0 0 0 29 0 0 0 19 0 1 0 240070200 2023424 273 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 494 273 95 220 0 271 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1976

[startup+0.701462 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 29090
/proc/meminfo: memFree=1622776/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=2108 CPUtime=0.69
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 314 0 0 0 69 0 0 0 23 0 1 0 240070200 2158592 298 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579136 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 527 298 95 220 0 304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2108

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1621872/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=2108 CPUtime=1.49
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 352 0 0 0 149 0 0 0 25 0 1 0 240070200 2158592 336 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 527 336 95 220 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2108

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1621552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=2240 CPUtime=3.09
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 408 0 0 0 309 0 0 0 25 0 1 0 240070200 2293760 392 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533334 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 560 392 95 220 0 337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2240

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1621232/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=3268 CPUtime=6.29
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 467 0 0 0 629 0 0 0 25 0 1 0 240070200 3346432 451 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 817 451 95 220 0 594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3268

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1620784/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=3536 CPUtime=12.69
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 558 0 0 0 1269 0 0 0 25 0 1 0 240070200 3620864 542 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 884 542 95 220 0 661 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3536

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1620336/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=3804 CPUtime=25.48
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 660 0 0 0 2548 0 0 0 25 0 1 0 240070200 3895296 644 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 951 644 95 220 0 728 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3804

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1619888/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=4072 CPUtime=51.07
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 777 0 0 0 5107 0 0 0 25 0 1 0 240070200 4169728 761 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528656 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1018 761 95 220 0 795 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4072

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1619184/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=4612 CPUtime=102.27
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 930 0 0 0 10226 1 0 0 25 0 1 0 240070200 4722688 914 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536507 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1153 914 95 220 0 930 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4612

[startup+162.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 29091
/proc/meminfo: memFree=1618544/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=5044 CPUtime=162.25
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1072 0 0 0 16223 2 0 0 25 0 1 0 240070200 5165056 1056 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532525 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1261 1056 95 220 0 1038 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5044

[startup+222.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 29091
/proc/meminfo: memFree=1618224/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7240 CPUtime=222.23
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1154 0 0 0 22221 2 0 0 25 0 1 0 240070200 7413760 1138 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1810 1138 95 220 0 1587 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7240

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1617968/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7384 CPUtime=282.22
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1208 0 0 0 28219 3 0 0 25 0 1 0 240070200 7561216 1192 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532481 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1846 1192 95 220 0 1623 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 7384

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1617648/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7528 CPUtime=342.19
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1277 0 0 0 34216 3 0 0 25 0 1 0 240070200 7708672 1261 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532521 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1882 1261 95 220 0 1659 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 7528

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1617520/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7664 CPUtime=402.18
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1320 0 0 0 40214 4 0 0 25 0 1 0 240070200 7847936 1304 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1916 1304 95 220 0 1693 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 7664

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1617456/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7808 CPUtime=462.16
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1341 0 0 0 46212 4 0 0 25 0 1 0 240070200 7995392 1325 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558947 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1952 1325 95 220 0 1729 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7808

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1617328/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7808 CPUtime=522.15
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1384 0 0 0 52210 5 0 0 25 0 1 0 240070200 7995392 1368 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579019 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1952 1368 95 220 0 1729 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 7808

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1617200/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7808 CPUtime=582.12
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1405 0 0 0 58207 5 0 0 25 0 1 0 240070200 7995392 1389 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536194 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1952 1389 95 220 0 1729 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 7808

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29091
/proc/meminfo: memFree=1617200/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=7952 CPUtime=642.12
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 1417 0 0 0 64206 6 0 0 25 0 1 0 240070200 8142848 1401 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 1988 1401 95 220 0 1765 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 7952


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613872/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10628 CPUtime=4001.07
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2216 0 0 0 400073 34 0 0 25 0 1 0 240070200 10883072 2200 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2657 2200 95 220 0 2434 0
Current children cumulated CPU time (s) 4001.07
Current children cumulated vsize (KiB) 10628

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613872/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10628 CPUtime=4061.05
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2218 0 0 0 406071 34 0 0 25 0 1 0 240070200 10883072 2202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528643 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2657 2202 95 220 0 2434 0
Current children cumulated CPU time (s) 4061.05
Current children cumulated vsize (KiB) 10628

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613808/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4121.04
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2224 0 0 0 412069 35 0 0 25 0 1 0 240070200 11046912 2208 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2208 95 220 0 2474 0
Current children cumulated CPU time (s) 4121.04
Current children cumulated vsize (KiB) 10788

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613872/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4181.01
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2224 0 0 0 418066 35 0 0 25 0 1 0 240070200 11046912 2208 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2208 95 220 0 2474 0
Current children cumulated CPU time (s) 4181.01
Current children cumulated vsize (KiB) 10788

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613808/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4241
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2224 0 0 0 424064 36 0 0 25 0 1 0 240070200 11046912 2208 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2208 95 220 0 2474 0
Current children cumulated CPU time (s) 4241
Current children cumulated vsize (KiB) 10788

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613872/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4300.98
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2224 0 0 0 430062 36 0 0 25 0 1 0 240070200 11046912 2208 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532481 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2208 95 220 0 2474 0
Current children cumulated CPU time (s) 4300.98
Current children cumulated vsize (KiB) 10788

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613808/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4360.97
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2225 0 0 0 436060 37 0 0 25 0 1 0 240070200 11046912 2209 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2209 95 220 0 2474 0
Current children cumulated CPU time (s) 4360.97
Current children cumulated vsize (KiB) 10788

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613808/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4420.95
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2228 0 0 0 442058 37 0 0 25 0 1 0 240070200 11046912 2212 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2212 95 220 0 2474 0
Current children cumulated CPU time (s) 4420.95
Current children cumulated vsize (KiB) 10788

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29291
/proc/meminfo: memFree=1613680/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4480.94
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2263 0 0 0 448056 38 0 0 25 0 1 0 240070200 11046912 2247 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536192 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2247 95 220 0 2474 0
Current children cumulated CPU time (s) 4480.94
Current children cumulated vsize (KiB) 10788

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29293
/proc/meminfo: memFree=1613616/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4540.92
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2280 0 0 0 454054 38 0 0 25 0 1 0 240070200 11046912 2264 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2264 95 220 0 2474 0
Current children cumulated CPU time (s) 4540.92
Current children cumulated vsize (KiB) 10788

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4600.91
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2295 0 0 0 460052 39 0 0 25 0 1 0 240070200 11046912 2279 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2279 95 220 0 2474 0
Current children cumulated CPU time (s) 4600.91
Current children cumulated vsize (KiB) 10788

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4660.88
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2303 0 0 0 466049 39 0 0 25 0 1 0 240070200 11046912 2287 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2287 95 220 0 2474 0
Current children cumulated CPU time (s) 4660.88
Current children cumulated vsize (KiB) 10788

[startup+4722.31 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4720.87
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2304 0 0 0 472048 39 0 0 25 0 1 0 240070200 11046912 2288 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531797 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2288 95 220 0 2474 0
Current children cumulated CPU time (s) 4720.87
Current children cumulated vsize (KiB) 10788

[startup+4782.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4780.85
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2305 0 0 0 478045 40 0 0 25 0 1 0 240070200 11046912 2289 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528663 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2289 95 220 0 2474 0
Current children cumulated CPU time (s) 4780.85
Current children cumulated vsize (KiB) 10788

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4840.83
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2305 0 0 0 484043 40 0 0 25 0 1 0 240070200 11046912 2289 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579338 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2289 95 220 0 2474 0
Current children cumulated CPU time (s) 4840.83
Current children cumulated vsize (KiB) 10788

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4900.81
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2307 0 0 0 490040 41 0 0 25 0 1 0 240070200 11046912 2291 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532651 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2291 95 220 0 2474 0
Current children cumulated CPU time (s) 4900.81
Current children cumulated vsize (KiB) 10788

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=4960.8
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2307 0 0 0 496038 42 0 0 25 0 1 0 240070200 11046912 2291 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134541028 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2291 95 220 0 2474 0
Current children cumulated CPU time (s) 4960.8
Current children cumulated vsize (KiB) 10788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29293
/proc/meminfo: memFree=1613552/2055920 swapFree=4148972/4192956
[pid=29090] ppid=29088 vsize=10788 CPUtime=5000.1
/proc/29090/stat : 29090 (sat7_bin) R 29088 29090 28125 0 -1 4194304 2309 0 0 0 499968 42 0 0 25 0 1 0 240070200 11046912 2293 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/29090/statm: 2697 2293 95 220 0 2474 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 10788

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): 5001.61
CPU time (s): 5000.11
CPU user time (s): 4999.68
CPU system time (s): 0.425935
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 10788

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

runsolver used 3.9704 second user time and 10.2004 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Fri Apr 27 02:18:44 UTC 2007

IDJOB= 425230
IDBENCH= 19878
IDSOLVER= 183
FILE ID= node2/425230-1177640324

PBS_JOBID= 4697286

Free space on /tmp= 66529 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1284937235-05.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425230-1177640324/sat7_bin /tmp/evaluation/425230-1177640324/instance-425230-1177640324.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-425230-1177640324 -o ROOT/results/node2/solver-425230-1177640324 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425230-1177640324/sat7_bin /tmp/evaluation/425230-1177640324/instance-425230-1177640324.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9f547cac349776cc84bd1d9fb15046d9

RANDOM SEED= 268987218

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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:       1623312 kB
Buffers:         49320 kB
Cached:         292812 kB
SwapCached:      12964 kB
Active:         259396 kB
Inactive:       106652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623312 kB
SwapTotal:     4192956 kB
SwapFree:      4148972 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          30344 kB
Slab:            52076 kB
Committed_AS:  8326328 kB
PageTables:       1860 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= 66529 MiB

End job on node2 on Fri Apr 27 03:42:08 UTC 2007