Trace number 335203

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) 1200.07 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
MD5SUM63ebbe5da415dad3af97436d64747f33
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1130
Number of clauses18089
Sum of the clauses size86030
Maximum clause length13
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 21085
Number of clauses of size 38672
Number of clauses of size 4224
Number of clauses of size 5266
Number of clauses of size over 57814

Solver Data (download as text)

0.09/0.10	c Starting solver ...
0.09/0.11	c Restarting after 100 conflicts
0.09/0.12	c Restarting after 250 conflicts
0.09/0.14	c Restarting after 476 conflicts
0.09/0.17	c Restarting after 814 conflicts
0.19/0.22	c Restarting after 1320 conflicts
0.29/0.30	c Restarting after 2079 conflicts
0.39/0.43	c Restarting after 3218 conflicts
0.59/0.64	c Restarting after 4928 conflicts
0.99/1.03	c Restarting after 7490 conflicts
1.69/1.72	c Restarting after 11334 conflicts
3.19/3.28	c Restarting after 17100 conflicts
6.09/6.19	c Restarting after 25750 conflicts
11.09/11.12	c Restarting after 38725 conflicts
20.48/20.55	c Restarting after 58186 conflicts
34.28/34.38	c Restarting after 87378 conflicts
57.47/57.51	c Restarting after 131167 conflicts
98.67/98.72	c Restarting after 196851 conflicts
166.64/166.72	c Restarting after 295377 conflicts
282.31/282.42	c Restarting after 443166 conflicts
457.06/457.28	c Restarting after 664851 conflicts
717.39/717.62	c Restarting after 997377 conflicts
1160.96/1161.31	c Restarting after 1496166 conflicts

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-335203-1173615596 -o ROOT/results/node19/solver-335203-1173615596 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335203-1173615596/sat7_bin /tmp/evaluation/335203-1173615596/instance-335203-1173615596.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): 2400 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.92 0.98 0.99 3/77 10040
/proc/meminfo: memFree=1504688/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=1248 CPUtime=0
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 381513598 1277952 141 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 312 141 87 220 0 89 0

[startup+0.0423229 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10040
/proc/meminfo: memFree=1504688/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=1508 CPUtime=0.03
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 255 0 0 0 3 0 0 0 18 0 1 0 381513598 1544192 238 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134756106 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 377 238 88 220 0 154 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1508

[startup+0.101327 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10040
/proc/meminfo: memFree=1504688/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=3052 CPUtime=0.09
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 414 0 0 0 9 0 0 0 18 0 1 0 381513598 3125248 397 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547008 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 763 397 88 220 0 540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3052

[startup+0.301349 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10040
/proc/meminfo: memFree=1504688/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=3196 CPUtime=0.29
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 545 0 0 0 29 0 0 0 19 0 1 0 381513598 3272704 528 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 799 528 95 220 0 576 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3196

[startup+0.701392 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10040
/proc/meminfo: memFree=1504688/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=5248 CPUtime=0.69
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 685 0 0 0 69 0 0 0 23 0 1 0 381513598 5373952 668 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 1312 668 95 220 0 1089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5248

[startup+1.50148 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1502056/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=5248 CPUtime=1.49
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 897 0 0 0 149 0 0 0 25 0 1 0 381513598 5373952 880 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 1312 880 95 220 0 1089 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5248

[startup+3.10165 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1500840/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=5248 CPUtime=3.09
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 1158 0 0 0 309 0 0 0 25 0 1 0 381513598 5373952 1141 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 1312 1141 95 220 0 1089 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5248

[startup+6.302 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1500008/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=9480 CPUtime=6.29
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 1273 0 0 0 628 1 0 0 25 0 1 0 381513598 9707520 1256 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 2370 1256 95 220 0 2147 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9480

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1498984/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=9612 CPUtime=12.69
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 1455 0 0 0 1268 1 0 0 25 0 1 0 381513598 9842688 1438 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 2403 1438 95 220 0 2180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9612

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1497896/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=10024 CPUtime=25.48
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 1719 0 0 0 2547 1 0 0 25 0 1 0 381513598 10264576 1702 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539576 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 2506 1702 95 220 0 2283 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10024

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1496488/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=10444 CPUtime=51.08
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 2065 0 0 0 5106 2 0 0 25 0 1 0 381513598 10694656 2048 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538840 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 2611 2048 95 220 0 2388 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10444

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1495720/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=10996 CPUtime=102.27
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 2254 0 0 0 10224 3 0 0 25 0 1 0 381513598 11259904 2237 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 2749 2237 95 220 0 2526 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10996

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1495144/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=11284 CPUtime=162.25
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 2400 0 0 0 16221 4 0 0 25 0 1 0 381513598 11554816 2383 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532373 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 2821 2383 95 220 0 2598 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 11284

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1494376/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=11872 CPUtime=222.23
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 2589 0 0 0 22218 5 0 0 25 0 1 0 381513598 12156928 2572 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 2968 2572 95 220 0 2745 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 11872

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1493672/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=12340 CPUtime=282.21
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 2753 0 0 0 28216 5 0 0 25 0 1 0 381513598 12636160 2736 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 3085 2736 95 220 0 2862 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 12340

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1493096/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=12628 CPUtime=342.19
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 2883 0 0 0 34213 6 0 0 25 0 1 0 381513598 12931072 2866 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 3157 2866 95 220 0 2934 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 12628

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1492776/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=12932 CPUtime=402.18
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 2970 0 0 0 40211 7 0 0 25 0 1 0 381513598 13242368 2953 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 3233 2953 95 220 0 3010 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 12932

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1492392/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=17320 CPUtime=462.16
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 3071 0 0 0 46209 7 0 0 25 0 1 0 381513598 17735680 3054 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4330 3054 95 220 0 4107 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 17320

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1491496/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=17656 CPUtime=522.14
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 3309 0 0 0 52206 8 0 0 25 0 1 0 381513598 18079744 3292 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4414 3292 95 220 0 4191 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 17656

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1490536/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=17832 CPUtime=582.13
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 3542 0 0 0 58204 9 0 0 25 0 1 0 381513598 18259968 3525 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4458 3525 95 220 0 4235 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 17832

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1490408/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=17992 CPUtime=642.11
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 3576 0 0 0 64202 9 0 0 25 0 1 0 381513598 18423808 3559 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4498 3559 95 220 0 4275 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 17992

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1490088/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=18440 CPUtime=702.09
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 3665 0 0 0 70199 10 0 0 25 0 1 0 381513598 18882560 3648 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4610 3648 95 220 0 4387 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 18440

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1488936/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=18600 CPUtime=762.08
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 3933 0 0 0 76197 11 0 0 25 0 1 0 381513598 19046400 3916 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532391 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4650 3916 95 220 0 4427 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 18600

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1488680/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=18760 CPUtime=822.05
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4008 0 0 0 82194 11 0 0 25 0 1 0 381513598 19210240 3991 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4690 3991 95 220 0 4467 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 18760

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1488424/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=18920 CPUtime=882.04
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4086 0 0 0 88192 12 0 0 25 0 1 0 381513598 19374080 4069 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4730 4069 95 220 0 4507 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 18920

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1488168/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=19080 CPUtime=942.03
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4141 0 0 0 94190 13 0 0 25 0 1 0 381513598 19537920 4124 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4770 4124 95 220 0 4547 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 19080

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1487976/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=19240 CPUtime=1002
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4196 0 0 0 100187 13 0 0 25 0 1 0 381513598 19701760 4179 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4810 4179 95 220 0 4587 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 19240

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1487784/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=19240 CPUtime=1061.99
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4233 0 0 0 106185 14 0 0 25 0 1 0 381513598 19701760 4216 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4810 4216 95 220 0 4587 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 19240

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1487784/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=19400 CPUtime=1121.97
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4247 0 0 0 112183 14 0 0 25 0 1 0 381513598 19865600 4230 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4850 4230 95 220 0 4627 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 19400

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1487400/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=19592 CPUtime=1181.95
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4344 0 0 0 118180 15 0 0 25 0 1 0 381513598 20062208 4327 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4898 4327 95 220 0 4675 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 19592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10041
/proc/meminfo: memFree=1487208/2055920 swapFree=4169404/4192956
[pid=10040] ppid=10038 vsize=19592 CPUtime=1200.05
/proc/10040/stat : 10040 (sat7_bin) R 10038 10040 9599 0 -1 4194304 4368 0 0 0 119990 15 0 0 25 0 1 0 381513598 20062208 4351 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10040/statm: 4898 4351 95 220 0 4675 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 19592

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.41
CPU time (s): 1200.07
CPU user time (s): 1199.91
CPU system time (s): 0.158975
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 19592

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

runsolver used 1.46978 second user time and 2.88956 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Mar 11 12:19:56 UTC 2007

IDJOB= 335203
IDBENCH= 24646
IDSOLVER= 101
FILE ID= node19/335203-1173615596

PBS_JOBID= 4101256

Free space on /tmp= 66555 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335203-1173615596/sat7_bin /tmp/evaluation/335203-1173615596/instance-335203-1173615596.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-335203-1173615596 -o ROOT/results/node19/solver-335203-1173615596 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335203-1173615596/sat7_bin /tmp/evaluation/335203-1173615596/instance-335203-1173615596.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  63ebbe5da415dad3af97436d64747f33

RANDOM SEED= 391597120

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1505096 kB
Buffers:         47012 kB
Cached:         420360 kB
SwapCached:       2440 kB
Active:         360228 kB
Inactive:       129836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505096 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          30108 kB
Slab:            46348 kB
Committed_AS:  1448588 kB
PageTables:       1756 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= 66555 MiB

End job on node19 on Sun Mar 11 12:39:58 UTC 2007