Trace number 305867

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.22 602.612

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S1274869912-15.cnf
MD5SUM85f01e7612ff708e962af999ed8ac14c
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/305867-1172087328/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.07	c Input file : '/tmp/evaluation/305867-1172087328/instance-305867-1172087328.cnf'
0.00/0.07	c [#vars: 10000, #clauses: 42000 -> 42075 clauses (pre-processing), tautology: 0, 3-CNF]
0.30/0.32	c unit clauses propagate before processing (#clause: 42075)
0.30/0.32	c estimated distribution: 8 tasks
2.14/2.19	c <19073> [PID]: 19075 19076 19077 19078 19079 19080 19081
16.18/9.27	c <19073> [PID]: 19082
16.18/9.27	c real distribution: 8 tasks
1200.13/602.60	c <19073> [19076: NOT SOLVED][19078: NOT SOLVED][19077: NOT SOLVED][19079: NOT SOLVED][19080: NOT SOLVED]
1200.13/602.60	c <19073> [19082: NOT SOLVED][19075: NOT SOLVED][19081: NOT SOLVED]
1200.13/602.60	s NOT SOLVED
1200.13/602.60	c CPU time            : 4.630 seconds
1200.13/602.60	c Elapsed Time        : 602.530 seconds
1200.13/602.60	c Size of search tree : 0 node
1200.13/602.60	c average speed       : 0.000 nodes/sec.
1200.13/602.60	

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-305867-1172087328 -o ROOT/results/node65/solver-305867-1172087328 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305867-1172087328/kcnfs-smp /tmp/evaluation/305867-1172087328/instance-305867-1172087328.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.91 0.97 0.99 3/64 19073
/proc/meminfo: memFree=1695832/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=180916 CPUtime=0
/proc/19073/stat : 19073 (kcnfs-smp) R 19071 19073 18588 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 228690401 185257984 111 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/19073/statm: 45229 112 48 160 0 45067 0

[startup+0.10696 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 19073
/proc/meminfo: memFree=1695832/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=187672 CPUtime=0.1
/proc/19073/stat : 19073 (kcnfs-smp) R 19071 19073 18588 0 -1 4194304 1583 0 0 0 10 0 0 0 18 0 1 0 228690401 192176128 1567 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134725749 0 0 4096 0 0 0 0 17 1 0 0
/proc/19073/statm: 46918 1567 51 160 0 46756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 187672

[startup+0.515026 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 19073
/proc/meminfo: memFree=1695832/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=0.5
/proc/19073/stat : 19073 (kcnfs-smp) R 19071 19073 18588 0 -1 4194304 2907 0 0 0 50 0 0 0 21 0 1 0 228690401 193331200 2891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/19073/statm: 47200 2891 72 160 0 47038 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 188800

[startup+1.33916 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 19074
/proc/meminfo: memFree=1684432/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=1.32
/proc/19073/stat : 19073 (kcnfs-smp) R 19071 19073 18588 0 -1 4194304 2908 0 0 0 132 0 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649736 0 0 4096 0 0 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 188800

[startup+2.97544 s]
/proc/loadavg: 0.91 0.97 0.99 4/67 19076
/proc/meminfo: memFree=1682944/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=2.55
/proc/19073/stat : 19073 (kcnfs-smp) R 19071 19073 18588 0 -1 4194304 3091 0 0 0 255 0 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 0 0 0 0 17 0 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188800 CPUtime=0.78
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 137 0 0 0 78 0 0 0 25 0 1 0 228690620 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665361 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47200 2892 72 160 0 47038 0
[pid=19076] ppid=19073 vsize=188800 CPUtime=0.4
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 129 0 0 0 40 0 0 0 25 0 1 0 228690620 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/19076/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 566400

[startup+6.26698 s]
/proc/loadavg: 1.24 1.03 1.01 6/69 19078
/proc/meminfo: memFree=1681256/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=3.67
/proc/19073/stat : 19073 (kcnfs-smp) R 19071 19073 18588 0 -1 4194304 3278 0 0 0 367 0 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647565 0 0 4096 0 0 0 0 17 0 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188800 CPUtime=2.7
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 270 0 0 0 25 0 1 0 228690620 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649739 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47200 2893 72 160 0 47038 0
[pid=19076] ppid=19073 vsize=188800 CPUtime=2.07
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 207 0 0 0 25 0 1 0 228690620 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134667479 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47200 2893 72 160 0 47038 0
[pid=19077] ppid=19073 vsize=188800 CPUtime=0.99
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 140 0 0 0 99 0 0 0 25 0 1 0 228690741 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47200 2892 72 160 0 47038 0
[pid=19078] ppid=19073 vsize=188800 CPUtime=0.84
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 139 0 0 0 84 0 0 0 25 0 1 0 228690742 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 944000

[startup+12.751 s]
/proc/loadavg: 1.78 1.15 1.05 9/73 19082
/proc/meminfo: memFree=1678400/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188800 CPUtime=4.8
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 480 0 0 0 25 0 1 0 228690620 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671219 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47200 2893 72 160 0 47038 0
[pid=19076] ppid=19073 vsize=188800 CPUtime=4.1
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 410 0 0 0 25 0 1 0 228690620 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47200 2893 72 160 0 47038 0
[pid=19077] ppid=19073 vsize=188800 CPUtime=2.69
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 269 0 0 0 25 0 1 0 228690741 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47200 2893 72 160 0 47038 0
[pid=19078] ppid=19073 vsize=188800 CPUtime=2.59
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 259 0 0 0 25 0 1 0 228690742 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47200 2893 72 160 0 47038 0
[pid=19079] ppid=19073 vsize=188800 CPUtime=1.34
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 141 0 0 0 134 0 0 0 25 0 1 0 228691125 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664540 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47200 2892 72 160 0 47038 0
[pid=19080] ppid=19073 vsize=188800 CPUtime=1.32
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 140 0 0 0 132 0 0 0 25 0 1 0 228691130 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670214 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47200 2892 72 160 0 47038 0
[pid=19081] ppid=19073 vsize=188800 CPUtime=0.91
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 140 0 0 0 91 0 0 0 25 0 1 0 228691322 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647585 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47200 2892 72 160 0 47038 0
[pid=19082] ppid=19073 vsize=188800 CPUtime=0.82
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 139 0 0 0 82 0 0 0 25 0 1 0 228691326 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647853 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 1699200

[startup+25.6432 s]
/proc/loadavg: 3.16 1.48 1.16 9/73 19082
/proc/meminfo: memFree=1678400/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188800 CPUtime=8
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 800 0 0 0 25 0 1 0 228690620 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647576 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47200 2893 72 160 0 47038 0
[pid=19076] ppid=19073 vsize=188800 CPUtime=7.3
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 730 0 0 0 25 0 1 0 228690620 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650697 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47200 2893 72 160 0 47038 0
[pid=19077] ppid=19073 vsize=188800 CPUtime=5.89
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 589 0 0 0 25 0 1 0 228690741 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47200 2893 72 160 0 47038 0
[pid=19078] ppid=19073 vsize=188800 CPUtime=5.79
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 579 0 0 0 25 0 1 0 228690742 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47200 2893 72 160 0 47038 0
[pid=19079] ppid=19073 vsize=188800 CPUtime=4.58
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 458 0 0 0 25 0 1 0 228691125 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47200 2893 72 160 0 47038 0
[pid=19080] ppid=19073 vsize=188800 CPUtime=4.52
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 452 0 0 0 25 0 1 0 228691130 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47200 2893 72 160 0 47038 0
[pid=19081] ppid=19073 vsize=188800 CPUtime=4.14
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 414 0 0 0 25 0 1 0 228691322 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650871 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47200 2893 72 160 0 47038 0
[pid=19082] ppid=19073 vsize=188800 CPUtime=4.08
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 144 0 0 0 408 0 0 0 25 0 1 0 228691326 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134653609 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47200 2893 72 160 0 47038 0
Current children cumulated CPU time (s) 48.93
Current children cumulated vsize (KiB) 1699200

[startup+51.3194 s]
/proc/loadavg: 4.81 2.01 1.34 9/73 19082
/proc/meminfo: memFree=1678336/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188804 CPUtime=14.4
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 146 0 0 0 1440 0 0 0 25 0 1 0 228690620 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47201 2895 72 160 0 47039 0
[pid=19076] ppid=19073 vsize=188804 CPUtime=13.73
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 146 0 0 0 1373 0 0 0 25 0 1 0 228690620 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47201 2895 72 160 0 47039 0
[pid=19077] ppid=19073 vsize=188804 CPUtime=12.29
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 146 0 0 0 1229 0 0 0 25 0 1 0 228690741 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47201 2895 72 160 0 47039 0
[pid=19078] ppid=19073 vsize=188804 CPUtime=12.19
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 146 0 0 0 1219 0 0 0 25 0 1 0 228690742 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47201 2895 72 160 0 47039 0
[pid=19079] ppid=19073 vsize=188804 CPUtime=10.93
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 146 0 0 0 1093 0 0 0 25 0 1 0 228691125 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650263 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47201 2895 72 160 0 47039 0
[pid=19080] ppid=19073 vsize=188804 CPUtime=10.91
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 145 0 0 0 1091 0 0 0 25 0 1 0 228691130 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47201 2894 72 160 0 47039 0
[pid=19081] ppid=19073 vsize=188804 CPUtime=10.54
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 145 0 0 0 1054 0 0 0 25 0 1 0 228691322 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566855 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47201 2894 72 160 0 47039 0
[pid=19082] ppid=19073 vsize=188804 CPUtime=10.51
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 145 0 0 0 1051 0 0 0 25 0 1 0 228691326 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47201 2894 72 160 0 47039 0
Current children cumulated CPU time (s) 100.13
Current children cumulated vsize (KiB) 1699232

[startup+102.559 s]
/proc/loadavg: 6.61 2.93 1.69 9/73 19082
/proc/meminfo: memFree=1678208/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188804 CPUtime=27.2
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 148 0 0 0 2720 0 0 0 25 0 1 0 228690620 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47201 2897 72 160 0 47039 0
[pid=19076] ppid=19073 vsize=188804 CPUtime=26.56
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 148 0 0 0 2656 0 0 0 25 0 1 0 228690620 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671107 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47201 2897 72 160 0 47039 0
[pid=19077] ppid=19073 vsize=188804 CPUtime=25.02
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 148 0 0 0 2502 0 0 0 25 0 1 0 228690741 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47201 2897 72 160 0 47039 0
[pid=19078] ppid=19073 vsize=188804 CPUtime=24.89
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 148 0 0 0 2489 0 0 0 25 0 1 0 228690742 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47201 2897 72 160 0 47039 0
[pid=19079] ppid=19073 vsize=188804 CPUtime=23.73

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

[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188808 CPUtime=102.18
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 154 0 0 0 10218 0 0 0 25 0 1 0 228690620 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651359 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47202 2903 72 160 0 47040 0
[pid=19076] ppid=19073 vsize=188808 CPUtime=101.53
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 154 0 0 0 10153 0 0 0 25 0 1 0 228690620 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47202 2903 72 160 0 47040 0
[pid=19077] ppid=19073 vsize=188808 CPUtime=99.69
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 155 0 0 0 9969 0 0 0 25 0 1 0 228690741 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664540 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47202 2904 72 160 0 47040 0
[pid=19078] ppid=19073 vsize=188808 CPUtime=99.58
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 154 0 0 0 9958 0 0 0 25 0 1 0 228690742 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647743 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47202 2903 72 160 0 47040 0
[pid=19079] ppid=19073 vsize=188808 CPUtime=98.42
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 154 0 0 0 9842 0 0 0 25 0 1 0 228691125 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566799 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47202 2903 72 160 0 47040 0
[pid=19080] ppid=19073 vsize=188808 CPUtime=98.4
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 154 0 0 0 9840 0 0 0 25 0 1 0 228691130 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47202 2903 72 160 0 47040 0
[pid=19081] ppid=19073 vsize=188808 CPUtime=98.32
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 154 0 0 0 9832 0 0 0 25 0 1 0 228691322 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47202 2903 72 160 0 47040 0
[pid=19082] ppid=19073 vsize=188808 CPUtime=98.3
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 154 0 0 0 9830 0 0 0 25 0 1 0 228691326 193339392 2903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47202 2903 72 160 0 47040 0
Current children cumulated CPU time (s) 801.05
Current children cumulated vsize (KiB) 1699264

[startup+462.693 s]
/proc/loadavg: 8.05 6.51 3.72 9/73 19082
/proc/meminfo: memFree=1677760/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188808 CPUtime=117.23
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 156 0 0 0 11723 0 0 0 25 0 1 0 228690620 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47202 2905 72 160 0 47040 0
[pid=19076] ppid=19073 vsize=188808 CPUtime=116.58
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 156 0 0 0 11658 0 0 0 25 0 1 0 228690620 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47202 2905 72 160 0 47040 0
[pid=19077] ppid=19073 vsize=188808 CPUtime=114.67
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 156 0 0 0 11467 0 0 0 25 0 1 0 228690741 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566885 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47202 2905 72 160 0 47040 0
[pid=19078] ppid=19073 vsize=188808 CPUtime=114.58
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 156 0 0 0 11458 0 0 0 25 0 1 0 228690742 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669094 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47202 2905 72 160 0 47040 0
[pid=19079] ppid=19073 vsize=188808 CPUtime=113.37
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 156 0 0 0 11337 0 0 0 25 0 1 0 228691125 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47202 2905 72 160 0 47040 0
[pid=19080] ppid=19073 vsize=188808 CPUtime=113.3
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 156 0 0 0 11330 0 0 0 25 0 1 0 228691130 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649751 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47202 2905 72 160 0 47040 0
[pid=19081] ppid=19073 vsize=188808 CPUtime=113.32
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 155 0 0 0 11332 0 0 0 25 0 1 0 228691322 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47202 2904 72 160 0 47040 0
[pid=19082] ppid=19073 vsize=188808 CPUtime=113.3
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 156 0 0 0 11330 0 0 0 25 0 1 0 228691326 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47202 2905 72 160 0 47040 0
Current children cumulated CPU time (s) 920.98
Current children cumulated vsize (KiB) 1699264

[startup+522.698 s]
/proc/loadavg: 8.02 6.78 3.98 9/73 19082
/proc/meminfo: memFree=1677696/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188808 CPUtime=132.22
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 13222 0 0 0 25 0 1 0 228690620 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649715 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47202 2907 72 160 0 47040 0
[pid=19076] ppid=19073 vsize=188808 CPUtime=131.57
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 13157 0 0 0 25 0 1 0 228690620 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648904 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47202 2907 72 160 0 47040 0
[pid=19077] ppid=19073 vsize=188808 CPUtime=129.59
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 12959 0 0 0 25 0 1 0 228690741 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640211 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47202 2907 72 160 0 47040 0
[pid=19078] ppid=19073 vsize=188808 CPUtime=129.47
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 12947 0 0 0 25 0 1 0 228690742 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47202 2907 72 160 0 47040 0
[pid=19079] ppid=19073 vsize=188808 CPUtime=128.31
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 12831 0 0 0 25 0 1 0 228691125 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47202 2907 72 160 0 47040 0
[pid=19080] ppid=19073 vsize=188808 CPUtime=128.3
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 12830 0 0 0 25 0 1 0 228691130 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47202 2907 72 160 0 47040 0
[pid=19081] ppid=19073 vsize=188808 CPUtime=128.32
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 157 0 0 0 12832 0 0 0 25 0 1 0 228691322 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650891 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47202 2906 72 160 0 47040 0
[pid=19082] ppid=19073 vsize=188808 CPUtime=128.29
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 12829 0 0 0 25 0 1 0 228691326 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649759 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1040.7
Current children cumulated vsize (KiB) 1699264

[startup+582.698 s]
/proc/loadavg: 8.00 7.00 4.23 9/73 19082
/proc/meminfo: memFree=1677696/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188808 CPUtime=147.21
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14721 0 0 0 25 0 1 0 228690620 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47202 2907 72 160 0 47040 0
[pid=19076] ppid=19073 vsize=188808 CPUtime=146.57
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14657 0 0 0 25 0 1 0 228690620 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47202 2907 72 160 0 47040 0
[pid=19077] ppid=19073 vsize=188808 CPUtime=144.57
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14457 0 0 0 25 0 1 0 228690741 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47202 2907 72 160 0 47040 0
[pid=19078] ppid=19073 vsize=188808 CPUtime=144.44
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14444 0 0 0 25 0 1 0 228690742 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47202 2907 72 160 0 47040 0
[pid=19079] ppid=19073 vsize=188808 CPUtime=143.21
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14321 0 0 0 25 0 1 0 228691125 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47202 2907 72 160 0 47040 0
[pid=19080] ppid=19073 vsize=188808 CPUtime=143.19
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14319 0 0 0 25 0 1 0 228691130 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47202 2907 72 160 0 47040 0
[pid=19081] ppid=19073 vsize=188808 CPUtime=143.31
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14331 0 0 0 25 0 1 0 228691322 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47202 2907 72 160 0 47040 0
[pid=19082] ppid=19073 vsize=188808 CPUtime=143.29
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14329 0 0 0 25 0 1 0 228691326 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1160.42
Current children cumulated vsize (KiB) 1699264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.598 s]
/proc/loadavg: 8.00 7.06 4.31 9/73 19082
/proc/meminfo: memFree=1677632/2055920 swapFree=4181036/4192956
[pid=19073] ppid=19071 vsize=188800 CPUtime=4.63
/proc/19073/stat : 19073 (kcnfs-smp) S 19071 19073 18588 0 -1 4194304 3535 0 0 0 462 1 0 0 25 0 1 0 228690401 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19073/statm: 47200 2892 72 160 0 47038 0
[pid=19075] ppid=19073 vsize=188808 CPUtime=152.18
/proc/19075/stat : 19075 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 15218 0 0 0 25 0 1 0 228690620 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 2 0 0 0 17 1 0 0
/proc/19075/statm: 47202 2907 72 160 0 47040 0
[pid=19076] ppid=19073 vsize=188808 CPUtime=151.5
/proc/19076/stat : 19076 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 15150 0 0 0 25 0 1 0 228690620 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134664672 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 47202 2907 72 160 0 47040 0
[pid=19077] ppid=19073 vsize=188808 CPUtime=149.47
/proc/19077/stat : 19077 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14947 0 0 0 25 0 1 0 228690741 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/19077/statm: 47202 2907 72 160 0 47040 0
[pid=19078] ppid=19073 vsize=188808 CPUtime=149.37
/proc/19078/stat : 19078 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14937 0 0 0 25 0 1 0 228690742 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/19078/statm: 47202 2907 72 160 0 47040 0
[pid=19079] ppid=19073 vsize=188808 CPUtime=148.21
/proc/19079/stat : 19079 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14821 0 0 0 25 0 1 0 228691125 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647756 0 0 4096 2 0 0 0 17 0 0 0
/proc/19079/statm: 47202 2907 72 160 0 47040 0
[pid=19080] ppid=19073 vsize=188808 CPUtime=148.17
/proc/19080/stat : 19080 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14817 0 0 0 25 0 1 0 228691130 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669233 0 0 4096 0 0 0 0 17 0 0 0
/proc/19080/statm: 47202 2907 72 160 0 47040 0
[pid=19081] ppid=19073 vsize=188808 CPUtime=148.31
/proc/19081/stat : 19081 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14831 0 0 0 25 0 1 0 228691322 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 2 0 0 0 17 1 0 0
/proc/19081/statm: 47202 2907 72 160 0 47040 0
[pid=19082] ppid=19073 vsize=188808 CPUtime=148.29
/proc/19082/stat : 19082 (kcnfs-smp) R 19073 19073 18588 0 -1 4194368 158 0 0 0 14829 0 0 0 25 0 1 0 228691326 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/19082/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1200.13
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

Child status: 0
Real time (s): 602.612
CPU time (s): 1200.22
CPU user time (s): 1200.16
CPU system time (s): 0.054991
CPU usage (%): 199.169
Max. virtual memory (cumulated for all children) (KiB): 1699264

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

runsolver used 0.627904 second user time and 1.51877 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Feb 21 19:48:49 UTC 2007

IDJOB= 305867
IDBENCH= 20167
IDSOLVER= 112
FILE ID= node65/305867-1172087328

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-S1274869912-15.cnf
COMMAND LINE= /tmp/evaluation/305867-1172087328/kcnfs-smp /tmp/evaluation/305867-1172087328/instance-305867-1172087328.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-305867-1172087328 -o ROOT/results/node65/solver-305867-1172087328 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305867-1172087328/kcnfs-smp /tmp/evaluation/305867-1172087328/instance-305867-1172087328.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  85f01e7612ff708e962af999ed8ac14c

RANDOM SEED= 663447667

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:       1696240 kB
Buffers:         39256 kB
Cached:         266124 kB
SwapCached:       6536 kB
Active:         201040 kB
Inactive:       117536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696240 kB
SwapTotal:     4192956 kB
SwapFree:      4181036 kB
Dirty:            3896 kB
Writeback:           0 kB
Mapped:          15532 kB
Slab:            27052 kB
Committed_AS:   593596 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 19:58:53 UTC 2007