Trace number 307343

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
KCNFS SMP? (TO) 1200.08 619.739

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1330787624-15.cnf
MD5SUMeb155c81f20e69e23b4896a7d3630770
Bench CategoryRANDOM (random 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 variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/307343-1172118398/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.09/0.15	c Input file : '/tmp/evaluation/307343-1172118398/instance-307343-1172118398.cnf'
0.09/0.15	c [#vars: 19000, #clauses: 79800 -> 79860 clauses (pre-processing), tautology: 0, 3-CNF]
0.60/0.68	c unit clauses propagate before processing (#clause: 79860)
0.60/0.68	c estimated distribution: 8 tasks
36.45/36.55	c <11039> [PID]: 11041 11042 11043 11044 11045 11046 11047
325.10/181.26	c <11039> [PID]: 11048
325.10/181.26	c real distribution: 8 tasks

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-307343-1172118398 -o ROOT/results/node43/solver-307343-1172118398 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307343-1172118398/kcnfs-smp /tmp/evaluation/307343-1172118398/instance-307343-1172118398.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.97 0.99 3/64 11039
/proc/meminfo: memFree=1863064/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=180916 CPUtime=0
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 231795892 185257984 111 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 45229 111 48 160 0 45067 0

[startup+0.107143 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 11039
/proc/meminfo: memFree=1863064/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=186724 CPUtime=0.09
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 1569 0 0 0 9 0 0 0 18 0 1 0 231795892 191205376 1554 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 46681 1554 48 160 0 46519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 186724

[startup+0.515209 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 11039
/proc/meminfo: memFree=1863064/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=193628 CPUtime=0.5
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 3132 0 0 0 50 0 0 0 22 0 1 0 231795892 198275072 3116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134541665 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 48407 3117 54 160 0 48245 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 193628

[startup+1.33535 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 11040
/proc/meminfo: memFree=1841744/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=1.32
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 5404 0 0 0 131 1 0 0 25 0 1 0 231795892 199430144 5388 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 48689 5388 72 160 0 48527 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 194756

[startup+2.97162 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 11040
/proc/meminfo: memFree=1841552/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=2.96
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 5408 0 0 0 295 1 0 0 25 0 1 0 231795892 199430144 5392 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 48689 5392 74 160 0 48527 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 194756

[startup+6.25116 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 11040
/proc/meminfo: memFree=1841368/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=6.24
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 5409 0 0 0 622 2 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650703 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 194756

[startup+12.7062 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 11040
/proc/meminfo: memFree=1841368/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=12.7
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 5409 0 0 0 1268 2 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670036 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 194756

[startup+25.5094 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 11040
/proc/meminfo: memFree=1841368/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=25.49
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 5409 0 0 0 2547 2 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 194756

[startup+51.1566 s]
/proc/loadavg: 1.41 1.07 1.02 4/67 11042
/proc/meminfo: memFree=1839304/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=43.74
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 5705 0 0 0 4372 2 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194756 CPUtime=14.6
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 241 0 0 0 1460 0 0 0 25 0 1 0 231799546 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48689 5393 74 160 0 48527 0
[pid=11042] ppid=11039 vsize=194756 CPUtime=7.31
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 230 0 0 0 731 0 0 0 25 0 1 0 231799547 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/11042/statm: 48689 5393 74 160 0 48527 0
Current children cumulated CPU time (s) 65.65
Current children cumulated vsize (KiB) 584268

[startup+102.451 s]
/proc/loadavg: 3.28 1.62 1.21 6/69 11044
/proc/meminfo: memFree=1836920/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=62.3
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 6003 0 0 0 6228 2 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=44.98
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 4498 0 0 0 25 0 1 0 231799546 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5396 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194756 CPUtime=32.9
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 246 0 0 0 3290 0 0 0 25 0 1 0 231799547 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48689 5393 74 160 0 48527 0
[pid=11043] ppid=11039 vsize=194756 CPUtime=13.9
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 244 0 0 0 1390 0 0 0 25 0 1 0 231801938 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650748 0 0 4096 2 0 0 0 17 0 0 0
/proc/11043/statm: 48689 5393 74 160 0 48527 0
[pid=11044] ppid=11039 vsize=194756 CPUtime=13.9
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 238 0 0 0 1390 0 0 0 25 0 1 0 231801939 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/11044/statm: 48689 5393 74 160 0 48527 0
Current children cumulated CPU time (s) 167.98
Current children cumulated vsize (KiB) 973784

[startup+162.539 s]
/proc/loadavg: 5.15 2.42 1.50 8/71 11046
/proc/meminfo: memFree=1834472/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=79.69
/proc/11039/stat : 11039 (kcnfs-smp) R 11037 11039 9524 0 -1 4194304 6299 0 0 0 7967 2 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134657747 0 0 4096 0 0 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=70.05
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 7005 0 0 0 25 0 1 0 231799546 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651373 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5396 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194760 CPUtime=58
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 5800 0 0 0 25 0 1 0 231799547 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48690 5396 74 160 0 48528 0
[pid=11043] ppid=11039 vsize=194756 CPUtime=31.4
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 246 0 0 0 3140 0 0 0 25 0 1 0 231801938 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/11043/statm: 48689 5393 74 160 0 48527 0
[pid=11044] ppid=11039 vsize=194756 CPUtime=33.89
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 246 0 0 0 3389 0 0 0 25 0 1 0 231801939 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48689 5393 74 160 0 48527 0
[pid=11045] ppid=11039 vsize=194756 CPUtime=7.44
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 225 0 0 0 744 0 0 0 25 0 1 0 231809148 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648732 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48689 5393 74 160 0 48527 0
[pid=11046] ppid=11039 vsize=194756 CPUtime=7.4
/proc/11046/stat : 11046 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 227 0 0 0 740 0 0 0 25 0 1 0 231809149 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649608 0 0 4096 0 0 0 0 17 0 0 0
/proc/11046/statm: 48689 5393 74 160 0 48527 0
Current children cumulated CPU time (s) 287.87
Current children cumulated vsize (KiB) 1363300

[startup+222.634 s]
/proc/loadavg: 6.81 3.38 1.89 9/73 11048
/proc/meminfo: memFree=1832088/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=84.3
/proc/11039/stat : 11039 (kcnfs-smp) S 11037 11039 9524 0 -1 4194304 6403 0 0 0 8427 3 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=86.63
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 8663 0 0 0 25 0 1 0 231799546 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5397 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194760 CPUtime=74.6
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 7460 0 0 0 25 0 1 0 231799547 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48690 5396 74 160 0 48528 0
[pid=11043] ppid=11039 vsize=194760 CPUtime=46.4
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 4640 0 0 0 25 0 1 0 231801938 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648732 0 0 4096 2 0 0 0 17 1 0 0
/proc/11043/statm: 48690 5396 74 160 0 48528 0
[pid=11044] ppid=11039 vsize=194760 CPUtime=50.49
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 5049 0 0 0 25 0 1 0 231801939 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649581 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48690 5396 74 160 0 48528 0
[pid=11045] ppid=11039 vsize=194756 CPUtime=22.41
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 243 0 0 0 2241 0 0 0 25 0 1 0 231809148 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48689 5393 74 160 0 48527 0
[pid=11046] ppid=11039 vsize=194756 CPUtime=22.39
/proc/11046/stat : 11046 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 238 0 0 0 2239 0 0 0 25 0 1 0 231809149 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650748 0 0 4096 0 0 0 0 17 0 0 0
/proc/11046/statm: 48689 5393 74 160 0 48527 0
[pid=11047] ppid=11039 vsize=194756 CPUtime=10.34
/proc/11047/stat : 11047 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 229 0 0 0 1034 0 0 0 25 0 1 0 231814011 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/11047/statm: 48689 5393 74 160 0 48527 0
[pid=11048] ppid=11039 vsize=194756 CPUtime=10.22
/proc/11048/stat : 11048 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 227 0 0 0 1022 0 0 0 25 0 1 0 231814016 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649702 0 0 4096 0 0 0 0 17 0 0 0
/proc/11048/statm: 48689 5393 74 160 0 48527 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 1752820

[startup+282.656 s]
/proc/loadavg: 7.56 4.22 2.27 9/73 11048
/proc/meminfo: memFree=1832024/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=84.3
/proc/11039/stat : 11039 (kcnfs-smp) S 11037 11039 9524 0 -1 4194304 6403 0 0 0 8427 3 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=101.64
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 10164 0 0 0 25 0 1 0 231799546 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5397 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194760 CPUtime=89.59
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 8959 0 0 0 25 0 1 0 231799547 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48690 5396 74 160 0 48528 0
[pid=11043] ppid=11039 vsize=194760 CPUtime=61.4
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 6140 0 0 0 25 0 1 0 231801938 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651346 0 0 4096 2 0 0 0 17 1 0 0
/proc/11043/statm: 48690 5396 74 160 0 48528 0
[pid=11044] ppid=11039 vsize=194760 CPUtime=65.49
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 6549 0 0 0 25 0 1 0 231801939 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48690 5397 74 160 0 48528 0
[pid=11045] ppid=11039 vsize=194756 CPUtime=37.36
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 253 0 0 0 3736 0 0 0 25 0 1 0 231809148 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664730 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48689 5393 74 160 0 48527 0
[pid=11046] ppid=11039 vsize=194756 CPUtime=37.29

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

[pid=11043] ppid=11039 vsize=194760 CPUtime=106.39
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 10639 0 0 0 25 0 1 0 231801938 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 2 0 0 0 17 1 0 0
/proc/11043/statm: 48690 5397 74 160 0 48528 0
[pid=11044] ppid=11039 vsize=194760 CPUtime=110.48
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 11048 0 0 0 25 0 1 0 231801939 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48690 5397 74 160 0 48528 0
[pid=11045] ppid=11039 vsize=194760 CPUtime=82.2
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 8220 0 0 0 25 0 1 0 231809148 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48690 5396 74 160 0 48528 0
[pid=11046] ppid=11039 vsize=194760 CPUtime=82.11
/proc/11046/stat : 11046 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 8211 0 0 0 25 0 1 0 231809149 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/11046/statm: 48690 5396 74 160 0 48528 0
[pid=11047] ppid=11039 vsize=194760 CPUtime=70.03
/proc/11047/stat : 11047 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 7003 0 0 0 25 0 1 0 231814011 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649742 0 0 4096 2 0 0 0 17 0 0 0
/proc/11047/statm: 48690 5396 74 160 0 48528 0
[pid=11048] ppid=11039 vsize=194760 CPUtime=70.01
/proc/11048/stat : 11048 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 7001 0 0 0 25 0 1 0 231814016 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649715 0 0 4096 0 0 0 0 17 0 0 0
/proc/11048/statm: 48690 5396 74 160 0 48528 0
Current children cumulated CPU time (s) 886.74
Current children cumulated vsize (KiB) 1752836

[startup+522.694 s]
/proc/loadavg: 7.99 6.30 3.56 9/73 11048
/proc/meminfo: memFree=1831768/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=84.3
/proc/11039/stat : 11039 (kcnfs-smp) S 11037 11039 9524 0 -1 4194304 6403 0 0 0 8427 3 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=161.63
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 16163 0 0 0 25 0 1 0 231799546 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651057 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5397 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194760 CPUtime=149.59
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 14959 0 0 0 25 0 1 0 231799547 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48690 5397 74 160 0 48528 0
[pid=11043] ppid=11039 vsize=194760 CPUtime=121.39
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 12139 0 0 0 25 0 1 0 231801938 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 1 0 0
/proc/11043/statm: 48690 5397 74 160 0 48528 0
[pid=11044] ppid=11039 vsize=194760 CPUtime=125.48
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 12548 0 0 0 25 0 1 0 231801939 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48690 5397 74 160 0 48528 0
[pid=11045] ppid=11039 vsize=194760 CPUtime=97.09
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 9709 0 0 0 25 0 1 0 231809148 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648858 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48690 5396 74 160 0 48528 0
[pid=11046] ppid=11039 vsize=194760 CPUtime=97.08
/proc/11046/stat : 11046 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 9708 0 0 0 25 0 1 0 231809149 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648847 0 0 4096 0 0 0 0 17 0 0 0
/proc/11046/statm: 48690 5396 74 160 0 48528 0
[pid=11047] ppid=11039 vsize=194760 CPUtime=85.02
/proc/11047/stat : 11047 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 8502 0 0 0 25 0 1 0 231814011 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 0 0 0
/proc/11047/statm: 48690 5396 74 160 0 48528 0
[pid=11048] ppid=11039 vsize=194760 CPUtime=84.9
/proc/11048/stat : 11048 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 8490 0 0 0 25 0 1 0 231814016 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651373 0 0 4096 0 0 0 0 17 0 0 0
/proc/11048/statm: 48690 5396 74 160 0 48528 0
Current children cumulated CPU time (s) 1006.48
Current children cumulated vsize (KiB) 1752836

[startup+582.712 s]
/proc/loadavg: 7.99 6.60 3.84 9/73 11048
/proc/meminfo: memFree=1831704/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=84.3
/proc/11039/stat : 11039 (kcnfs-smp) S 11037 11039 9524 0 -1 4194304 6403 0 0 0 8427 3 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=176.64
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 17664 0 0 0 25 0 1 0 231799546 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5397 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194760 CPUtime=164.58
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 16458 0 0 0 25 0 1 0 231799547 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647592 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48690 5397 74 160 0 48528 0
[pid=11043] ppid=11039 vsize=194760 CPUtime=136.39
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 13639 0 0 0 25 0 1 0 231801938 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 2 0 0 0 17 1 0 0
/proc/11043/statm: 48690 5397 74 160 0 48528 0
[pid=11044] ppid=11039 vsize=194760 CPUtime=140.47
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 14047 0 0 0 25 0 1 0 231801939 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48690 5397 74 160 0 48528 0
[pid=11045] ppid=11039 vsize=194760 CPUtime=112.04
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 11204 0 0 0 25 0 1 0 231809148 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48690 5396 74 160 0 48528 0
[pid=11046] ppid=11039 vsize=194760 CPUtime=111.98
/proc/11046/stat : 11046 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 11198 0 0 0 25 0 1 0 231809149 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648855 0 0 4096 0 0 0 0 17 0 0 0
/proc/11046/statm: 48690 5397 74 160 0 48528 0
[pid=11047] ppid=11039 vsize=194760 CPUtime=99.92
/proc/11047/stat : 11047 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 9992 0 0 0 25 0 1 0 231814011 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/11047/statm: 48690 5397 74 160 0 48528 0
[pid=11048] ppid=11039 vsize=194760 CPUtime=99.9
/proc/11048/stat : 11048 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 9990 0 0 0 25 0 1 0 231814016 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/11048/statm: 48690 5396 74 160 0 48528 0
Current children cumulated CPU time (s) 1126.22
Current children cumulated vsize (KiB) 1752836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+619.723 s]
/proc/loadavg: 7.99 6.78 4.01 9/73 11048
/proc/meminfo: memFree=1831704/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=84.3
/proc/11039/stat : 11039 (kcnfs-smp) S 11037 11039 9524 0 -1 4194304 6403 0 0 0 8427 3 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=185.89
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 18589 0 0 0 25 0 1 0 231799546 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5397 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194760 CPUtime=173.88
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 17388 0 0 0 25 0 1 0 231799547 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48690 5397 74 160 0 48528 0
[pid=11043] ppid=11039 vsize=194760 CPUtime=145.64
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 14564 0 0 0 25 0 1 0 231801938 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649788 0 0 4096 2 0 0 0 17 1 0 0
/proc/11043/statm: 48690 5397 74 160 0 48528 0
[pid=11044] ppid=11039 vsize=194760 CPUtime=149.67
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 14967 0 0 0 25 0 1 0 231801939 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48690 5397 74 160 0 48528 0
[pid=11045] ppid=11039 vsize=194760 CPUtime=121.29
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 12129 0 0 0 25 0 1 0 231809148 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647726 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48690 5397 74 160 0 48528 0
[pid=11046] ppid=11039 vsize=194760 CPUtime=121.19
/proc/11046/stat : 11046 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 12119 0 0 0 25 0 1 0 231809149 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 0 0 0
/proc/11046/statm: 48690 5397 74 160 0 48528 0
[pid=11047] ppid=11039 vsize=194760 CPUtime=109.12
/proc/11047/stat : 11047 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 10912 0 0 0 25 0 1 0 231814011 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/11047/statm: 48690 5397 74 160 0 48528 0
[pid=11048] ppid=11039 vsize=194760 CPUtime=109.1
/proc/11048/stat : 11048 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 10910 0 0 0 25 0 1 0 231814016 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/11048/statm: 48690 5396 74 160 0 48528 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1752836

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

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

[startup+619.723 s]
/proc/loadavg: 7.99 6.78 4.01 9/73 11048
/proc/meminfo: memFree=1831704/2055920 swapFree=4183492/4192956
[pid=11039] ppid=11037 vsize=194756 CPUtime=84.3
/proc/11039/stat : 11039 (kcnfs-smp) S 11037 11039 9524 0 -1 4194304 6403 0 0 0 8427 3 0 0 25 0 1 0 231795892 199430144 5393 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11039/statm: 48689 5393 74 160 0 48527 0
[pid=11041] ppid=11039 vsize=194760 CPUtime=185.89
/proc/11041/stat : 11041 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 18589 0 0 0 25 0 1 0 231799546 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 2 0 0 0 17 1 0 0
/proc/11041/statm: 48690 5397 74 160 0 48528 0
[pid=11042] ppid=11039 vsize=194760 CPUtime=173.88
/proc/11042/stat : 11042 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 17388 0 0 0 25 0 1 0 231799547 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 1 0 0
/proc/11042/statm: 48690 5397 74 160 0 48528 0
[pid=11043] ppid=11039 vsize=194760 CPUtime=145.64
/proc/11043/stat : 11043 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 14564 0 0 0 25 0 1 0 231801938 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649788 0 0 4096 2 0 0 0 17 1 0 0
/proc/11043/statm: 48690 5397 74 160 0 48528 0
[pid=11044] ppid=11039 vsize=194760 CPUtime=149.67
/proc/11044/stat : 11044 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 14967 0 0 0 25 0 1 0 231801939 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/11044/statm: 48690 5397 74 160 0 48528 0
[pid=11045] ppid=11039 vsize=194760 CPUtime=121.29
/proc/11045/stat : 11045 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 12129 0 0 0 25 0 1 0 231809148 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647726 0 0 4096 2 0 0 0 17 0 0 0
/proc/11045/statm: 48690 5397 74 160 0 48528 0
[pid=11046] ppid=11039 vsize=194760 CPUtime=121.19
/proc/11046/stat : 11046 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 12119 0 0 0 25 0 1 0 231809149 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 0 0 0
/proc/11046/statm: 48690 5397 74 160 0 48528 0
[pid=11047] ppid=11039 vsize=194760 CPUtime=109.12
/proc/11047/stat : 11047 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 257 0 0 0 10912 0 0 0 25 0 1 0 231814011 199434240 5397 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/11047/statm: 48690 5397 74 160 0 48528 0
[pid=11048] ppid=11039 vsize=194760 CPUtime=109.1
/proc/11048/stat : 11048 (kcnfs-smp) R 11039 11039 9524 0 -1 4194368 256 0 0 0 10910 0 0 0 25 0 1 0 231814016 199434240 5396 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/11048/statm: 48690 5396 74 160 0 48528 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1752836

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 11039 and gives childrusage.ru_utime.tv_sec=84 childrusage.ru_utime.tv_usec=275188 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=32994
CPU time returned by wait4() is 84.3082
while last known CPU time is 1200.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 619.739
CPU time (s): 1200.08
CPU user time (s): 1200.05
CPU system time (s): 0.03
CPU usage (%): 193.643
Max. virtual memory (cumulated for all children) (KiB): 1752836

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

runsolver used 0.526919 second user time and 1.65375 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Thu Feb 22 04:26:39 UTC 2007

IDJOB= 307343
IDBENCH= 20203
IDSOLVER= 112
FILE ID= node43/307343-1172118398

PBS_JOBID= 3892906

Free space on /tmp= 66555 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1330787624-15.cnf
COMMAND LINE= /tmp/evaluation/307343-1172118398/kcnfs-smp /tmp/evaluation/307343-1172118398/instance-307343-1172118398.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-307343-1172118398 -o ROOT/results/node43/solver-307343-1172118398 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307343-1172118398/kcnfs-smp /tmp/evaluation/307343-1172118398/instance-307343-1172118398.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  eb155c81f20e69e23b4896a7d3630770

RANDOM SEED= 987754809

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1863536 kB
Buffers:         12884 kB
Cached:         118488 kB
SwapCached:       3880 kB
Active:          57728 kB
Inactive:        83532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863536 kB
SwapTotal:     4192956 kB
SwapFree:      4183492 kB
Dirty:            4676 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            37196 kB
Committed_AS:   639364 kB
PageTables:       1392 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 node43 on Thu Feb 22 04:37:00 UTC 2007