Trace number 306072

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.26 602.8

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S1145101718-14.cnf
MD5SUMd5eadcf7d4ec43590781370c307cdad4
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 variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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/306072-1172091542/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.07	c Input file : '/tmp/evaluation/306072-1172091542/instance-306072-1172091542.cnf'
0.00/0.07	c [#vars: 10000, #clauses: 42000 -> 42076 clauses (pre-processing), tautology: 0, 3-CNF]
0.30/0.32	c unit clauses propagate before processing (#clause: 42076)
0.30/0.32	c estimated distribution: 8 tasks
2.14/2.18	c <19470> [PID]: 19472 19473 19474 19475 19476 19477 19478
17.83/10.10	c <19470> [PID]: 19479
17.83/10.10	c real distribution: 8 tasks
1200.17/602.79	c <19470> [19473: NOT SOLVED][19476: NOT SOLVED][19477: NOT SOLVED][19472: NOT SOLVED][19474: NOT SOLVED]
1200.17/602.79	c <19470> [19475: NOT SOLVED][19478: NOT SOLVED][19479: NOT SOLVED]
1200.17/602.79	s NOT SOLVED
1200.17/602.79	c CPU time            : 4.600 seconds
1200.17/602.79	c Elapsed Time        : 602.718 seconds
1200.17/602.79	c Size of search tree : 0 node
1200.17/602.79	c average speed       : 0.000 nodes/sec.
1200.17/602.79	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node65/watcher-306072-1172091542 -o ROOT/results/node65/solver-306072-1172091542 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306072-1172091542/kcnfs-smp /tmp/evaluation/306072-1172091542/instance-306072-1172091542.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.01 1.01 1.04 3/64 19470
/proc/meminfo: memFree=1692176/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=180916 CPUtime=0
/proc/19470/stat : 19470 (kcnfs-smp) R 19468 19470 18588 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 229111761 185257984 109 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134841789 0 0 4096 0 0 0 0 17 1 0 0
/proc/19470/statm: 45229 110 48 160 0 45067 0

[startup+0.106405 s]
/proc/loadavg: 1.01 1.01 1.04 3/64 19470
/proc/meminfo: memFree=1692176/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=187672 CPUtime=0.09
/proc/19470/stat : 19470 (kcnfs-smp) R 19468 19470 18588 0 -1 4194304 1582 0 0 0 9 0 0 0 18 0 1 0 229111761 192176128 1566 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134725935 0 0 4096 0 0 0 0 17 1 0 0
/proc/19470/statm: 46918 1566 51 160 0 46756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 187672

[startup+0.514472 s]
/proc/loadavg: 1.01 1.01 1.04 3/64 19470
/proc/meminfo: memFree=1692176/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=0.5
/proc/19470/stat : 19470 (kcnfs-smp) R 19468 19470 18588 0 -1 4194304 2907 0 0 0 49 1 0 0 21 0 1 0 229111761 193331200 2891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19470/statm: 47200 2891 72 160 0 47038 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 188800

[startup+1.33461 s]
/proc/loadavg: 1.01 1.00 1.03 2/65 19471
/proc/meminfo: memFree=1680776/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=1.32
/proc/19470/stat : 19470 (kcnfs-smp) R 19468 19470 18588 0 -1 4194304 2908 0 0 0 131 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 188800

[startup+2.97789 s]
/proc/loadavg: 1.01 1.00 1.03 4/67 19473
/proc/meminfo: memFree=1679288/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=2.55
/proc/19470/stat : 19470 (kcnfs-smp) R 19468 19470 18588 0 -1 4194304 3092 0 0 0 254 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188800 CPUtime=0.79
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 141 0 0 0 79 0 0 0 25 0 1 0 229111979 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671115 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47200 2892 72 160 0 47038 0
[pid=19473] ppid=19470 vsize=188800 CPUtime=0.4
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 130 0 0 0 40 0 0 0 25 0 1 0 229111979 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/19473/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 566400

[startup+6.25942 s]
/proc/loadavg: 1.01 1.00 1.03 6/69 19475
/proc/meminfo: memFree=1677672/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=3.64
/proc/19470/stat : 19470 (kcnfs-smp) R 19468 19470 18588 0 -1 4194304 3279 0 0 0 363 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649751 0 0 4096 0 0 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188800 CPUtime=2.7
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 270 0 0 0 25 0 1 0 229111979 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649106 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47200 2893 72 160 0 47038 0
[pid=19473] ppid=19470 vsize=188800 CPUtime=1.6
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 141 0 0 0 160 0 0 0 25 0 1 0 229111979 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648847 0 0 4096 0 0 0 0 17 0 0 0
/proc/19473/statm: 47200 2892 72 160 0 47038 0
[pid=19474] ppid=19470 vsize=188800 CPUtime=1.4
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 143 0 0 0 140 0 0 0 25 0 1 0 229112112 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669203 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47200 2892 72 160 0 47038 0
[pid=19475] ppid=19470 vsize=188800 CPUtime=0.92
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 138 0 0 0 92 0 0 0 25 0 1 0 229112117 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650871 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 944000

[startup+12.7575 s]
/proc/loadavg: 1.86 1.19 1.09 9/73 19479
/proc/meminfo: memFree=1674760/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188800 CPUtime=4.86
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 486 0 0 0 25 0 1 0 229111979 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47200 2893 72 160 0 47038 0
[pid=19473] ppid=19470 vsize=188800 CPUtime=3.6
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 360 0 0 0 25 0 1 0 229111979 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649724 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47200 2893 72 160 0 47038 0
[pid=19474] ppid=19470 vsize=188800 CPUtime=3.54
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 354 0 0 0 25 0 1 0 229112112 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668572 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47200 2893 72 160 0 47038 0
[pid=19475] ppid=19470 vsize=188800 CPUtime=2.62
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 262 0 0 0 25 0 1 0 229112117 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47200 2893 72 160 0 47038 0
[pid=19476] ppid=19470 vsize=188800 CPUtime=1.4
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 141 0 0 0 140 0 0 0 25 0 1 0 229112482 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47200 2892 72 160 0 47038 0
[pid=19477] ppid=19470 vsize=188800 CPUtime=1.33
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 142 0 0 0 133 0 0 0 25 0 1 0 229112482 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664672 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47200 2892 72 160 0 47038 0
[pid=19478] ppid=19470 vsize=188800 CPUtime=0.64
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 137 0 0 0 64 0 0 0 25 0 1 0 229112764 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639232 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47200 2892 72 160 0 47038 0
[pid=19479] ppid=19470 vsize=188800 CPUtime=0.62
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 138 0 0 0 62 0 0 0 25 0 1 0 229112769 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572099 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 1699200

[startup+25.6376 s]
/proc/loadavg: 2.80 1.41 1.17 9/73 19479
/proc/meminfo: memFree=1674760/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188800 CPUtime=8.1
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 810 0 0 0 25 0 1 0 229111979 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47200 2893 72 160 0 47038 0
[pid=19473] ppid=19470 vsize=188800 CPUtime=6.8
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 680 0 0 0 25 0 1 0 229111979 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47200 2893 72 160 0 47038 0
[pid=19474] ppid=19470 vsize=188800 CPUtime=6.74
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 674 0 0 0 25 0 1 0 229112112 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47200 2893 72 160 0 47038 0
[pid=19475] ppid=19470 vsize=188800 CPUtime=5.82
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 582 0 0 0 25 0 1 0 229112117 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648732 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47200 2893 72 160 0 47038 0
[pid=19476] ppid=19470 vsize=188800 CPUtime=4.6
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 460 0 0 0 25 0 1 0 229112482 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665860 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47200 2893 72 160 0 47038 0
[pid=19477] ppid=19470 vsize=188800 CPUtime=4.56
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 456 0 0 0 25 0 1 0 229112482 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47200 2893 72 160 0 47038 0
[pid=19478] ppid=19470 vsize=188800 CPUtime=3.88
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 388 0 0 0 25 0 1 0 229112764 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47200 2893 72 160 0 47038 0
[pid=19479] ppid=19470 vsize=188800 CPUtime=3.82
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 382 0 0 0 25 0 1 0 229112769 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47200 2893 72 160 0 47038 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 1699200

[startup+51.3138 s]
/proc/loadavg: 4.85 2.04 1.38 9/73 19479
/proc/meminfo: memFree=1674760/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188804 CPUtime=14.5
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 146 0 0 0 1450 0 0 0 25 0 1 0 229111979 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665361 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47201 2895 72 160 0 47039 0
[pid=19473] ppid=19470 vsize=188804 CPUtime=13.2
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 146 0 0 0 1320 0 0 0 25 0 1 0 229111979 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47201 2895 72 160 0 47039 0
[pid=19474] ppid=19470 vsize=188804 CPUtime=13.15
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 146 0 0 0 1315 0 0 0 25 0 1 0 229112112 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651087 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47201 2895 72 160 0 47039 0
[pid=19475] ppid=19470 vsize=188804 CPUtime=12.22
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 146 0 0 0 1222 0 0 0 25 0 1 0 229112117 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47201 2895 72 160 0 47039 0
[pid=19476] ppid=19470 vsize=188804 CPUtime=11
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 146 0 0 0 1100 0 0 0 25 0 1 0 229112482 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47201 2895 72 160 0 47039 0
[pid=19477] ppid=19470 vsize=188804 CPUtime=10.92
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 146 0 0 0 1092 0 0 0 25 0 1 0 229112482 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47201 2895 72 160 0 47039 0
[pid=19478] ppid=19470 vsize=188800 CPUtime=10.34
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 144 0 0 0 1034 0 0 0 25 0 1 0 229112764 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649337 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47200 2893 72 160 0 47038 0
[pid=19479] ppid=19470 vsize=188804 CPUtime=10.21
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 145 0 0 0 1021 0 0 0 25 0 1 0 229112769 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47201 2894 72 160 0 47039 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 1699228

[startup+102.562 s]
/proc/loadavg: 6.63 2.95 1.73 9/73 19479
/proc/meminfo: memFree=1674632/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188804 CPUtime=27.3
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 148 0 0 0 2730 0 0 0 25 0 1 0 229111979 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647736 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47201 2897 72 160 0 47039 0
[pid=19473] ppid=19470 vsize=188804 CPUtime=26
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 147 0 0 0 2600 0 0 0 25 0 1 0 229111979 193335296 2896 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47201 2896 72 160 0 47039 0
[pid=19474] ppid=19470 vsize=188804 CPUtime=25.99
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 148 0 0 0 2599 0 0 0 25 0 1 0 229112112 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47201 2897 72 160 0 47039 0
[pid=19475] ppid=19470 vsize=188804 CPUtime=24.98
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 147 0 0 0 2498 0 0 0 25 0 1 0 229112117 193335296 2896 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47201 2896 72 160 0 47039 0
[pid=19476] ppid=19470 vsize=188804 CPUtime=23.7

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

[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188808 CPUtime=117.31
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 155 0 0 0 11731 0 0 0 25 0 1 0 229111979 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47202 2904 72 160 0 47040 0
[pid=19473] ppid=19470 vsize=188808 CPUtime=116.08
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 157 0 0 0 11608 0 0 0 25 0 1 0 229111979 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47202 2906 72 160 0 47040 0
[pid=19474] ppid=19470 vsize=188808 CPUtime=115.82
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 156 0 0 0 11582 0 0 0 25 0 1 0 229112112 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47202 2905 72 160 0 47040 0
[pid=19475] ppid=19470 vsize=188808 CPUtime=114.5
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 156 0 0 0 11446 4 0 0 25 0 1 0 229112117 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47202 2905 72 160 0 47040 0
[pid=19476] ppid=19470 vsize=188808 CPUtime=113.27
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 156 0 0 0 11324 3 0 0 25 0 1 0 229112482 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650263 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47202 2905 72 160 0 47040 0
[pid=19477] ppid=19470 vsize=188808 CPUtime=113.28
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 157 0 0 0 11322 6 0 0 25 0 1 0 229112482 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47202 2906 72 160 0 47040 0
[pid=19478] ppid=19470 vsize=188808 CPUtime=113.12
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 157 0 0 0 11312 0 0 0 25 0 1 0 229112764 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47202 2906 72 160 0 47040 0
[pid=19479] ppid=19470 vsize=188808 CPUtime=112.56
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 157 0 0 0 11253 3 0 0 25 0 1 0 229112769 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582327 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47202 2906 72 160 0 47040 0
Current children cumulated CPU time (s) 920.54
Current children cumulated vsize (KiB) 1699264

[startup+522.662 s]
/proc/loadavg: 8.00 6.77 4.00 9/73 19677
/proc/meminfo: memFree=1674120/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188808 CPUtime=132.31
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 13231 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47202 2907 72 160 0 47040 0
[pid=19473] ppid=19470 vsize=188808 CPUtime=131.08
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 13108 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569496 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47202 2907 72 160 0 47040 0
[pid=19474] ppid=19470 vsize=188808 CPUtime=130.82
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 13082 0 0 0 25 0 1 0 229112112 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47202 2907 72 160 0 47040 0
[pid=19475] ppid=19470 vsize=188808 CPUtime=129.5
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 12946 4 0 0 25 0 1 0 229112117 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670163 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47202 2907 72 160 0 47040 0
[pid=19476] ppid=19470 vsize=188808 CPUtime=128.18
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 12815 3 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582227 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47202 2907 72 160 0 47040 0
[pid=19477] ppid=19470 vsize=188808 CPUtime=128.18
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 12812 6 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582869 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47202 2907 72 160 0 47040 0
[pid=19478] ppid=19470 vsize=188808 CPUtime=128.12
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 157 0 0 0 12812 0 0 0 25 0 1 0 229112764 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47202 2906 72 160 0 47040 0
[pid=19479] ppid=19470 vsize=188808 CPUtime=127.49
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 12746 3 0 0 25 0 1 0 229112769 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651353 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1040.28
Current children cumulated vsize (KiB) 1699264

[startup+582.678 s]
/proc/loadavg: 8.00 6.99 4.25 9/73 19677
/proc/meminfo: memFree=1674056/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188808 CPUtime=147.31
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14731 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671773 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47202 2907 72 160 0 47040 0
[pid=19473] ppid=19470 vsize=188808 CPUtime=146.08
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14608 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649742 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47202 2907 72 160 0 47040 0
[pid=19474] ppid=19470 vsize=188808 CPUtime=145.82
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14582 0 0 0 25 0 1 0 229112112 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47202 2907 72 160 0 47040 0
[pid=19475] ppid=19470 vsize=188808 CPUtime=144.4
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14436 4 0 0 25 0 1 0 229112117 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47202 2907 72 160 0 47040 0
[pid=19476] ppid=19470 vsize=188808 CPUtime=143.17
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14314 3 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566824 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47202 2907 72 160 0 47040 0
[pid=19477] ppid=19470 vsize=188808 CPUtime=143.16
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14310 6 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664672 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47202 2907 72 160 0 47040 0
[pid=19478] ppid=19470 vsize=188808 CPUtime=143.12
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14312 0 0 0 25 0 1 0 229112764 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47202 2907 72 160 0 47040 0
[pid=19479] ppid=19470 vsize=188808 CPUtime=142.39
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14236 3 0 0 25 0 1 0 229112769 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1160.05
Current children cumulated vsize (KiB) 1699264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.785 s]
/proc/loadavg: 8.00 7.06 4.33 9/73 19677
/proc/meminfo: memFree=1674120/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188808 CPUtime=152.38
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 15238 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47202 2907 72 160 0 47040 0
[pid=19473] ppid=19470 vsize=188808 CPUtime=151.08
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 15108 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47202 2907 72 160 0 47040 0
[pid=19474] ppid=19470 vsize=188808 CPUtime=150.86
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 15086 0 0 0 25 0 1 0 229112112 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47202 2907 72 160 0 47040 0
[pid=19475] ppid=19470 vsize=188808 CPUtime=149.4
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14936 4 0 0 25 0 1 0 229112117 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582227 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47202 2907 72 160 0 47040 0
[pid=19476] ppid=19470 vsize=188808 CPUtime=148.17
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14814 3 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47202 2907 72 160 0 47040 0
[pid=19477] ppid=19470 vsize=188808 CPUtime=148.17
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14811 6 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47202 2907 72 160 0 47040 0
[pid=19478] ppid=19470 vsize=188808 CPUtime=148.12
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14812 0 0 0 25 0 1 0 229112764 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47202 2907 72 160 0 47040 0
[pid=19479] ppid=19470 vsize=188808 CPUtime=147.39
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14736 3 0 0 25 0 1 0 229112769 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 1699264

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

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

[startup+602.785 s]
/proc/loadavg: 8.00 7.06 4.33 9/73 19677
/proc/meminfo: memFree=1674120/2055920 swapFree=4181036/4192956
[pid=19470] ppid=19468 vsize=188800 CPUtime=4.6
/proc/19470/stat : 19470 (kcnfs-smp) S 19468 19470 18588 0 -1 4194304 3533 0 0 0 459 1 0 0 25 0 1 0 229111761 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19470/statm: 47200 2892 72 160 0 47038 0
[pid=19472] ppid=19470 vsize=188808 CPUtime=152.38
/proc/19472/stat : 19472 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 15238 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 1 0 0
/proc/19472/statm: 47202 2907 72 160 0 47040 0
[pid=19473] ppid=19470 vsize=188808 CPUtime=151.08
/proc/19473/stat : 19473 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 15108 0 0 0 25 0 1 0 229111979 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/19473/statm: 47202 2907 72 160 0 47040 0
[pid=19474] ppid=19470 vsize=188808 CPUtime=150.86
/proc/19474/stat : 19474 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 15086 0 0 0 25 0 1 0 229112112 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/19474/statm: 47202 2907 72 160 0 47040 0
[pid=19475] ppid=19470 vsize=188808 CPUtime=149.4
/proc/19475/stat : 19475 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14936 4 0 0 25 0 1 0 229112117 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582227 0 0 4096 0 0 0 0 17 0 0 0
/proc/19475/statm: 47202 2907 72 160 0 47040 0
[pid=19476] ppid=19470 vsize=188808 CPUtime=148.17
/proc/19476/stat : 19476 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14814 3 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649330 0 0 4096 2 0 0 0 17 0 0 0
/proc/19476/statm: 47202 2907 72 160 0 47040 0
[pid=19477] ppid=19470 vsize=188808 CPUtime=148.17
/proc/19477/stat : 19477 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14811 6 0 0 25 0 1 0 229112482 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/19477/statm: 47202 2907 72 160 0 47040 0
[pid=19478] ppid=19470 vsize=188808 CPUtime=148.12
/proc/19478/stat : 19478 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14812 0 0 0 25 0 1 0 229112764 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 2 0 0 0 17 1 0 0
/proc/19478/statm: 47202 2907 72 160 0 47040 0
[pid=19479] ppid=19470 vsize=188808 CPUtime=147.39
/proc/19479/stat : 19479 (kcnfs-smp) R 19470 19470 18588 0 -1 4194368 158 0 0 0 14736 3 0 0 25 0 1 0 229112769 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 0 0 0 0 17 0 0 0
/proc/19479/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 1699264

Child status: 0
Real time (s): 602.8
CPU time (s): 1200.26
CPU user time (s): 1200.04
CPU system time (s): 0.224965
CPU usage (%): 199.115
Max. virtual memory (cumulated for all children) (KiB): 1699264

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

runsolver used 0.624905 second user time and 1.60476 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Feb 21 20:59:02 UTC 2007

IDJOB= 306072
IDBENCH= 20172
IDSOLVER= 112
FILE ID= node65/306072-1172091542

PBS_JOBID= 3892831

Free space on /tmp= 66559 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S1145101718-14.cnf
COMMAND LINE= /tmp/evaluation/306072-1172091542/kcnfs-smp /tmp/evaluation/306072-1172091542/instance-306072-1172091542.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-306072-1172091542 -o ROOT/results/node65/solver-306072-1172091542 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306072-1172091542/kcnfs-smp /tmp/evaluation/306072-1172091542/instance-306072-1172091542.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  d5eadcf7d4ec43590781370c307cdad4

RANDOM SEED= 685985629

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:       1692584 kB
Buffers:         39480 kB
Cached:         269164 kB
SwapCached:       6536 kB
Active:         202796 kB
Inactive:       119304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692584 kB
SwapTotal:     4192956 kB
SwapFree:      4181036 kB
Dirty:            3896 kB
Writeback:           0 kB
Mapped:          15748 kB
Slab:            27200 kB
Committed_AS:   597664 kB
PageTables:       1456 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= 66559 MiB

End job on node65 on Wed Feb 21 21:09:07 UTC 2007