Trace number 305416

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.14 618.525

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S1826381479-08.cnf
MD5SUM8e78670c99e958f12e271eddd527e3f2
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 variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
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/305416-1172078663/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.09/0.12	c Input file : '/tmp/evaluation/305416-1172078663/instance-305416-1172078663.cnf'
0.09/0.12	c [#vars: 16000, #clauses: 67200 -> 67268 clauses (pre-processing), tautology: 0, 3-CNF]
0.50/0.56	c unit clauses propagate before processing (#clause: 67268)
0.50/0.56	c estimated distribution: 8 tasks
33.69/33.74	c <26519> [PID]: 26521 26522 26523 26524 26525 26526 26527
301.08/167.81	c <26519> [PID]: 26528
301.08/167.81	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/node24/watcher-305416-1172078663 -o ROOT/results/node24/solver-305416-1172078663 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305416-1172078663/kcnfs-smp /tmp/evaluation/305416-1172078663/instance-305416-1172078663.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: 1.00 1.00 1.00 3/77 26519
/proc/meminfo: memFree=1429208/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=180916 CPUtime=0
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 227820607 185257984 111 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 45229 112 48 160 0 45067 0

[startup+0.10753 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26519
/proc/meminfo: memFree=1429208/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=186724 CPUtime=0.09
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 1583 0 0 0 9 0 0 0 18 0 1 0 227820607 191205376 1568 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 46681 1568 48 160 0 46519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 186724

[startup+0.515574 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26519
/proc/meminfo: memFree=1429208/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192304 CPUtime=0.5
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 4465 0 0 0 48 2 0 0 21 0 1 0 227820607 196919296 4449 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134535900 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 48076 4449 54 160 0 47914 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 192304

[startup+1.33566 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26520
/proc/meminfo: memFree=1411152/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=1.32
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 4572 0 0 0 130 2 0 0 25 0 1 0 227820607 197398528 4556 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 48193 4556 72 160 0 48031 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 192772

[startup+2.97384 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26520
/proc/meminfo: memFree=1411024/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=2.96
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 4575 0 0 0 294 2 0 0 25 0 1 0 227820607 197398528 4559 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 48193 4559 74 160 0 48031 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 192772

[startup+6.2532 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26520
/proc/meminfo: memFree=1410896/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=6.25
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 4576 0 0 0 622 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 192772

[startup+12.7089 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26520
/proc/meminfo: memFree=1410896/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=12.7
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 4576 0 0 0 1267 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 192772

[startup+25.6103 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26520
/proc/meminfo: memFree=1410896/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=25.6
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 4576 0 0 0 2557 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 192772

[startup+51.2661 s]
/proc/loadavg: 1.44 1.10 1.03 4/80 26522
/proc/meminfo: memFree=1409016/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=42.44
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 4842 0 0 0 4241 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 0 0 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192772 CPUtime=17.51
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 211 0 0 0 1751 0 0 0 25 0 1 0 227823982 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48193 4560 74 160 0 48031 0
[pid=26522] ppid=26519 vsize=192772 CPUtime=8.72
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 193 0 0 0 872 0 0 0 25 0 1 0 227823982 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 68.67
Current children cumulated vsize (KiB) 578316

[startup+102.472 s]
/proc/loadavg: 3.51 1.72 1.25 6/82 26524
/proc/meminfo: memFree=1406824/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=60.17
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 5111 0 0 0 6014 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 0 0 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=45.5
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 4550 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4562 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192772 CPUtime=26.51
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 208 0 0 0 2651 0 0 0 25 0 1 0 227823982 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648875 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48193 4560 74 160 0 48031 0
[pid=26523] ppid=26519 vsize=192772 CPUtime=15.44
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 213 0 0 0 1544 0 0 0 25 0 1 0 227826205 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 2 0 0 0 17 0 0 0
/proc/26523/statm: 48193 4560 74 160 0 48031 0
[pid=26524] ppid=26519 vsize=192772 CPUtime=23.21
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 213 0 0 0 2321 0 0 0 25 0 1 0 227826210 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 170.83
Current children cumulated vsize (KiB) 963864

[startup+162.485 s]
/proc/loadavg: 5.50 2.58 1.57 8/84 26526
/proc/meminfo: memFree=1404760/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=76.65
/proc/26519/stat : 26519 (kcnfs-smp) R 26517 26519 25348 0 -1 4194304 5367 0 0 0 7662 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134658191 0 0 4096 0 0 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=68.81
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 6881 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4562 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192776 CPUtime=43.1
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 4310 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648962 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48194 4562 74 160 0 48032 0
[pid=26523] ppid=26519 vsize=192776 CPUtime=35.43
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 218 0 0 0 3543 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=46.61
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 4661 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192772 CPUtime=10
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 197 0 0 0 1000 0 0 0 25 0 1 0 227832841 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651366 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48193 4560 74 160 0 48031 0
[pid=26526] ppid=26519 vsize=192772 CPUtime=9.96
/proc/26526/stat : 26526 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 195 0 0 0 996 0 0 0 25 0 1 0 227832842 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/26526/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 290.56
Current children cumulated vsize (KiB) 1349420

[startup+222.515 s]
/proc/loadavg: 7.05 3.55 1.96 9/86 26528
/proc/meminfo: memFree=1402696/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=77.97
/proc/26519/stat : 26519 (kcnfs-smp) S 26517 26519 25348 0 -1 4194304 5461 0 0 0 7794 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=84.31
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 8431 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4562 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192776 CPUtime=58.03
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 5803 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48194 4562 74 160 0 48032 0
[pid=26523] ppid=26519 vsize=192776 CPUtime=50.93
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 218 0 0 0 5093 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=62.01
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 6201 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192772 CPUtime=24.9
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 213 0 0 0 2490 0 0 0 25 0 1 0 227832841 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648809 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48193 4560 74 160 0 48031 0
[pid=26526] ppid=26519 vsize=192772 CPUtime=24.89
/proc/26526/stat : 26526 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 213 0 0 0 2489 0 0 0 25 0 1 0 227832842 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/26526/statm: 48193 4560 74 160 0 48031 0
[pid=26527] ppid=26519 vsize=192772 CPUtime=13.65
/proc/26527/stat : 26527 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 209 0 0 0 1365 0 0 0 25 0 1 0 227837382 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/26527/statm: 48193 4560 74 160 0 48031 0
[pid=26528] ppid=26519 vsize=192772 CPUtime=13.61
/proc/26528/stat : 26528 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 208 0 0 0 1361 0 0 0 25 0 1 0 227837387 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/26528/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 410.3
Current children cumulated vsize (KiB) 1734964

[startup+282.529 s]
/proc/loadavg: 7.65 4.36 2.34 9/86 26528
/proc/meminfo: memFree=1402632/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=77.97
/proc/26519/stat : 26519 (kcnfs-smp) S 26517 26519 25348 0 -1 4194304 5461 0 0 0 7794 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=99.3
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 9930 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4562 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192776 CPUtime=73
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 7300 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649350 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48194 4562 74 160 0 48032 0
[pid=26523] ppid=26519 vsize=192776 CPUtime=65.93
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 218 0 0 0 6593 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=77.01
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 7701 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192776 CPUtime=39.84
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 3984 0 0 0 25 0 1 0 227832841 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48194 4562 74 160 0 48032 0
[pid=26526] ppid=26519 vsize=192776 CPUtime=39.79

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

[pid=26523] ppid=26519 vsize=192776 CPUtime=95.93
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 9593 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=107
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 10700 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649048 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192776 CPUtime=69.69
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 6969 0 0 0 25 0 1 0 227832841 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650717 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48194 4562 74 160 0 48032 0
[pid=26526] ppid=26519 vsize=192776 CPUtime=69.68
/proc/26526/stat : 26526 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 6968 0 0 0 25 0 1 0 227832842 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649671 0 0 4096 0 0 0 0 17 0 0 0
/proc/26526/statm: 48194 4562 74 160 0 48032 0
[pid=26527] ppid=26519 vsize=192776 CPUtime=58.68
/proc/26527/stat : 26527 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 5868 0 0 0 25 0 1 0 227837382 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 1 0 0
/proc/26527/statm: 48194 4562 74 160 0 48032 0
[pid=26528] ppid=26519 vsize=192776 CPUtime=58.39
/proc/26528/stat : 26528 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 5839 0 0 0 25 0 1 0 227837387 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 0 0 0
/proc/26528/statm: 48194 4562 74 160 0 48032 0
Current children cumulated CPU time (s) 769.43
Current children cumulated vsize (KiB) 1734980

[startup+462.588 s]
/proc/loadavg: 7.98 6.00 3.33 9/86 26528
/proc/meminfo: memFree=1402568/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=77.97
/proc/26519/stat : 26519 (kcnfs-smp) S 26517 26519 25348 0 -1 4194304 5461 0 0 0 7794 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=144.3
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 14430 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649525 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4562 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192776 CPUtime=117.79
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 11779 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665372 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48194 4562 74 160 0 48032 0
[pid=26523] ppid=26519 vsize=192776 CPUtime=110.92
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 11092 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=122
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 12200 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192776 CPUtime=84.59
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 8459 0 0 0 25 0 1 0 227832841 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48194 4562 74 160 0 48032 0
[pid=26526] ppid=26519 vsize=192776 CPUtime=84.58
/proc/26526/stat : 26526 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 8458 0 0 0 25 0 1 0 227832842 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 0 0 0
/proc/26526/statm: 48194 4562 74 160 0 48032 0
[pid=26527] ppid=26519 vsize=192776 CPUtime=73.69
/proc/26527/stat : 26527 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 7369 0 0 0 25 0 1 0 227837382 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647592 0 0 4096 2 0 0 0 17 1 0 0
/proc/26527/statm: 48194 4562 74 160 0 48032 0
[pid=26528] ppid=26519 vsize=192776 CPUtime=73.3
/proc/26528/stat : 26528 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 7330 0 0 0 25 0 1 0 227837387 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/26528/statm: 48194 4562 74 160 0 48032 0
Current children cumulated CPU time (s) 889.14
Current children cumulated vsize (KiB) 1734980

[startup+522.605 s]
/proc/loadavg: 7.99 6.36 3.62 9/86 26528
/proc/meminfo: memFree=1402504/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=77.97
/proc/26519/stat : 26519 (kcnfs-smp) S 26517 26519 25348 0 -1 4194304 5461 0 0 0 7794 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=159.29
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 220 0 0 0 15929 0 0 0 25 0 1 0 227823982 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650771 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4563 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192776 CPUtime=132.68
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 13268 0 0 0 25 0 1 0 227823982 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48194 4562 74 160 0 48032 0
[pid=26523] ppid=26519 vsize=192776 CPUtime=125.92
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 12592 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=136.99
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 13699 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649565 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192776 CPUtime=99.58
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 9958 0 0 0 25 0 1 0 227832841 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48194 4562 74 160 0 48032 0
[pid=26526] ppid=26519 vsize=192776 CPUtime=99.49
/proc/26526/stat : 26526 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 9949 0 0 0 25 0 1 0 227832842 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 0 0 0
/proc/26526/statm: 48194 4562 74 160 0 48032 0
[pid=26527] ppid=26519 vsize=192776 CPUtime=88.7
/proc/26527/stat : 26527 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 8870 0 0 0 25 0 1 0 227837382 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647715 0 0 4096 2 0 0 0 17 1 0 0
/proc/26527/statm: 48194 4562 74 160 0 48032 0
[pid=26528] ppid=26519 vsize=192776 CPUtime=88.2
/proc/26528/stat : 26528 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 8820 0 0 0 25 0 1 0 227837387 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648858 0 0 4096 0 0 0 0 17 0 0 0
/proc/26528/statm: 48194 4562 74 160 0 48032 0
Current children cumulated CPU time (s) 1008.82
Current children cumulated vsize (KiB) 1734980

[startup+582.621 s]
/proc/loadavg: 7.99 6.66 3.89 9/86 26528
/proc/meminfo: memFree=1402504/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=77.97
/proc/26519/stat : 26519 (kcnfs-smp) S 26517 26519 25348 0 -1 4194304 5461 0 0 0 7794 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=174.29
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 220 0 0 0 17429 0 0 0 25 0 1 0 227823982 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4563 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192776 CPUtime=147.58
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 220 0 0 0 14758 0 0 0 25 0 1 0 227823982 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48194 4563 74 160 0 48032 0
[pid=26523] ppid=26519 vsize=192776 CPUtime=140.92
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 14092 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=151.99
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 15199 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192776 CPUtime=114.48
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 11448 0 0 0 25 0 1 0 227832841 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649608 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48194 4562 74 160 0 48032 0
[pid=26526] ppid=26519 vsize=192776 CPUtime=114.48
/proc/26526/stat : 26526 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 11448 0 0 0 25 0 1 0 227832842 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/26526/statm: 48194 4562 74 160 0 48032 0
[pid=26527] ppid=26519 vsize=192776 CPUtime=103.71
/proc/26527/stat : 26527 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 10371 0 0 0 25 0 1 0 227837382 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566845 0 0 4096 2 0 0 0 17 1 0 0
/proc/26527/statm: 48194 4562 74 160 0 48032 0
[pid=26528] ppid=26519 vsize=192776 CPUtime=103.13
/proc/26528/stat : 26528 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 10313 0 0 0 25 0 1 0 227837387 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/26528/statm: 48194 4562 74 160 0 48032 0
Current children cumulated CPU time (s) 1128.55
Current children cumulated vsize (KiB) 1734980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+618.509 s]
/proc/loadavg: 7.99 6.80 4.04 9/86 26528
/proc/meminfo: memFree=1402504/2055920 swapFree=4144148/4192956
[pid=26519] ppid=26517 vsize=192772 CPUtime=77.97
/proc/26519/stat : 26519 (kcnfs-smp) S 26517 26519 25348 0 -1 4194304 5461 0 0 0 7794 3 0 0 25 0 1 0 227820607 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26519/statm: 48193 4560 74 160 0 48031 0
[pid=26521] ppid=26519 vsize=192776 CPUtime=183.29
/proc/26521/stat : 26521 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 220 0 0 0 18329 0 0 0 25 0 1 0 227823982 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/26521/statm: 48194 4563 74 160 0 48032 0
[pid=26522] ppid=26519 vsize=192776 CPUtime=156.52
/proc/26522/stat : 26522 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 220 0 0 0 15652 0 0 0 25 0 1 0 227823982 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649357 0 0 4096 0 0 0 0 17 0 0 0
/proc/26522/statm: 48194 4563 74 160 0 48032 0
[pid=26523] ppid=26519 vsize=192776 CPUtime=149.89
/proc/26523/stat : 26523 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 14989 0 0 0 25 0 1 0 227826205 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582444 0 0 4096 2 0 0 0 17 1 0 0
/proc/26523/statm: 48194 4562 74 160 0 48032 0
[pid=26524] ppid=26519 vsize=192776 CPUtime=160.99
/proc/26524/stat : 26524 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 16099 0 0 0 25 0 1 0 227826210 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/26524/statm: 48194 4562 74 160 0 48032 0
[pid=26525] ppid=26519 vsize=192776 CPUtime=123.38
/proc/26525/stat : 26525 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 12338 0 0 0 25 0 1 0 227832841 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/26525/statm: 48194 4562 74 160 0 48032 0
[pid=26526] ppid=26519 vsize=192776 CPUtime=123.38
/proc/26526/stat : 26526 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 12338 0 0 0 25 0 1 0 227832842 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/26526/statm: 48194 4562 74 160 0 48032 0
[pid=26527] ppid=26519 vsize=192776 CPUtime=112.62
/proc/26527/stat : 26527 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 11262 0 0 0 25 0 1 0 227837382 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/26527/statm: 48194 4562 74 160 0 48032 0
[pid=26528] ppid=26519 vsize=192776 CPUtime=112.1
/proc/26528/stat : 26528 (kcnfs-smp) R 26519 26519 25348 0 -1 4194368 219 0 0 0 11210 0 0 0 25 0 1 0 227837387 197402624 4562 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 0 0 0 0 17 0 0 0
/proc/26528/statm: 48194 4562 74 160 0 48032 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 1734980

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)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26519 and gives childrusage.ru_utime.tv_sec=77 childrusage.ru_utime.tv_usec=940151 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=42993
CPU time returned by wait4() is 77.9831
while last known CPU time is 1200.14

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

Real time (s): 618.525
CPU time (s): 1200.14
CPU user time (s): 1200.11
CPU system time (s): 0.03
CPU usage (%): 194.032
Max. virtual memory (cumulated for all children) (KiB): 1734980

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

runsolver used 0.85287 second user time and 1.71974 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Wed Feb 21 17:24:23 UTC 2007

IDJOB= 305416
IDBENCH= 20156
IDSOLVER= 112
FILE ID= node24/305416-1172078663

PBS_JOBID= 3892795

Free space on /tmp= 66557 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v16000/unif-k3-r4.2-v16000-c67200-S1826381479-08.cnf
COMMAND LINE= /tmp/evaluation/305416-1172078663/kcnfs-smp /tmp/evaluation/305416-1172078663/instance-305416-1172078663.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-305416-1172078663 -o ROOT/results/node24/solver-305416-1172078663 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305416-1172078663/kcnfs-smp /tmp/evaluation/305416-1172078663/instance-305416-1172078663.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  8e78670c99e958f12e271eddd527e3f2

RANDOM SEED= 42075712

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:       1429680 kB
Buffers:         44708 kB
Cached:         490588 kB
SwapCached:       3944 kB
Active:         167572 kB
Inactive:       377516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429680 kB
SwapTotal:     4192956 kB
SwapFree:      4144148 kB
Dirty:            4412 kB
Writeback:           0 kB
Mapped:          15668 kB
Slab:            66748 kB
Committed_AS:   741664 kB
PageTables:       1732 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= 66557 MiB

End job on node24 on Wed Feb 21 17:34:44 UTC 2007