Trace number 305457

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.23 601.924

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S1946534526-16.cnf
MD5SUM000f0a2838a713053c9877abfe8633d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.05938
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
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/305457-1172079562/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.03	c Input file : '/tmp/evaluation/305457-1172079562/instance-305457-1172079562.cnf'
0.00/0.03	c [#vars: 4000, #clauses: 16800 -> 16888 clauses (pre-processing), tautology: 0, 3-CNF]
0.00/0.10	c unit clauses propagate before processing (#clause: 16888)
0.00/0.10	c estimated distribution: 8 tasks
0.51/0.53	c <21266> [PID]: 21268 21269 21270 21271 21272 21273 21274
4.75/2.76	c <21266> [PID]: 21275
4.75/2.76	c real distribution: 8 tasks
1200.12/601.92	c <21266> [21269: NOT SOLVED][21270: NOT SOLVED][21268: NOT SOLVED][21272: NOT SOLVED][21273: NOT SOLVED]
1200.12/601.92	c <21266> [21274: NOT SOLVED][21275: NOT SOLVED][21271: NOT SOLVED]
1200.12/601.92	s NOT SOLVED
1200.12/601.92	c CPU time            : 1.060 seconds
1200.12/601.92	c Elapsed Time        : 601.890 seconds
1200.12/601.92	c Size of search tree : 0 node
1200.12/601.92	c average speed       : 0.000 nodes/sec.
1200.12/601.92	

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/node19/watcher-305457-1172079562 -o ROOT/results/node19/solver-305457-1172079562 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305457-1172079562/kcnfs-smp /tmp/evaluation/305457-1172079562/instance-305457-1172079562.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.89 1.85 1.46 3/77 21266
/proc/meminfo: memFree=1315496/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=180916 CPUtime=0
/proc/21266/stat : 21266 (kcnfs-smp) R 21264 21266 20139 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 227910233 185257984 112 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/21266/statm: 45229 112 48 160 0 45067 0

[startup+0.107347 s]
/proc/loadavg: 1.89 1.85 1.46 3/77 21266
/proc/meminfo: memFree=1315496/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184364 CPUtime=0.1
/proc/21266/stat : 21266 (kcnfs-smp) R 21264 21266 20139 0 -1 4194304 1226 0 0 0 10 0 0 0 18 0 1 0 227910233 188788736 1210 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640211 0 0 4096 0 0 0 0 17 1 0 0
/proc/21266/statm: 46091 1210 64 160 0 45929 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 184364

[startup+0.518392 s]
/proc/loadavg: 1.89 1.85 1.46 3/77 21266
/proc/meminfo: memFree=1315496/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=0.51
/proc/21266/stat : 21266 (kcnfs-smp) R 21264 21266 20139 0 -1 4194304 1241 0 0 0 51 0 0 0 21 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 184832

[startup+1.33849 s]
/proc/loadavg: 1.89 1.85 1.46 6/82 21271
/proc/meminfo: memFree=1309184/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=0.77
/proc/21266/stat : 21266 (kcnfs-smp) R 21264 21266 20139 0 -1 4194304 1458 0 0 0 77 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647686 0 0 4096 0 0 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184832 CPUtime=0.64
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 64 0 0 0 25 0 1 0 227910286 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46208 1226 72 160 0 46046 0
[pid=21269] ppid=21266 vsize=184832 CPUtime=0.38
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 69 0 0 0 38 0 0 0 25 0 1 0 227910286 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46208 1225 72 160 0 46046 0
[pid=21270] ppid=21266 vsize=184832 CPUtime=0.2
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 69 0 0 0 20 0 0 0 25 0 1 0 227910312 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647701 0 0 4096 2 0 0 0 17 0 0 0
/proc/21270/statm: 46208 1225 72 160 0 46046 0
[pid=21271] ppid=21266 vsize=184832 CPUtime=0.12
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 63 0 0 0 12 0 0 0 25 0 1 0 227910316 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/21271/statm: 46208 1225 72 160 0 46046 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 924160

[startup+2.97567 s]
/proc/loadavg: 1.89 1.85 1.46 8/84 21273
/proc/meminfo: memFree=1308208/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184832 CPUtime=1.34
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 134 0 0 0 25 0 1 0 227910286 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647684 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46208 1226 72 160 0 46046 0
[pid=21269] ppid=21266 vsize=184832 CPUtime=1.02
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 102 0 0 0 25 0 1 0 227910286 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46208 1226 72 160 0 46046 0
[pid=21270] ppid=21266 vsize=184832 CPUtime=0.74
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 74 0 0 0 25 0 1 0 227910312 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46208 1226 72 160 0 46046 0
[pid=21271] ppid=21266 vsize=184832 CPUtime=0.62
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 62 0 0 0 25 0 1 0 227910316 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46208 1226 72 160 0 46046 0
[pid=21272] ppid=21266 vsize=184832 CPUtime=0.32
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 70 0 0 0 32 0 0 0 25 0 1 0 227910416 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582227 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46208 1225 72 160 0 46046 0
[pid=21273] ppid=21266 vsize=184832 CPUtime=0.22
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 69 0 0 0 22 0 0 0 25 0 1 0 227910418 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134653638 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46208 1225 72 160 0 46046 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 1293824

[startup+6.17702 s]
/proc/loadavg: 2.38 1.95 1.50 9/86 21275
/proc/meminfo: memFree=1307104/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184832 CPUtime=2.14
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 214 0 0 0 25 0 1 0 227910286 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671158 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46208 1226 72 160 0 46046 0
[pid=21269] ppid=21266 vsize=184832 CPUtime=1.82
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 182 0 0 0 25 0 1 0 227910286 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46208 1226 72 160 0 46046 0
[pid=21270] ppid=21266 vsize=184832 CPUtime=1.54
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 154 0 0 0 25 0 1 0 227910312 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46208 1226 72 160 0 46046 0
[pid=21271] ppid=21266 vsize=184832 CPUtime=1.42
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 142 0 0 0 25 0 1 0 227910316 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46208 1226 72 160 0 46046 0
[pid=21272] ppid=21266 vsize=184832 CPUtime=1.12
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 112 0 0 0 25 0 1 0 227910416 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650263 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46208 1226 72 160 0 46046 0
[pid=21273] ppid=21266 vsize=184832 CPUtime=1.01
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 101 0 0 0 25 0 1 0 227910418 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46208 1226 72 160 0 46046 0
[pid=21274] ppid=21266 vsize=184832 CPUtime=0.83
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 83 0 0 0 25 0 1 0 227910504 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647916 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46208 1226 72 160 0 46046 0
[pid=21275] ppid=21266 vsize=184832 CPUtime=0.81
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 81 0 0 0 25 0 1 0 227910508 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665222 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46208 1226 72 160 0 46046 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 1663488

[startup+12.6667 s]
/proc/loadavg: 2.83 2.05 1.53 9/86 21275
/proc/meminfo: memFree=1307104/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184832 CPUtime=3.74
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 374 0 0 0 25 0 1 0 227910286 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46208 1226 72 160 0 46046 0
[pid=21269] ppid=21266 vsize=184832 CPUtime=3.51
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 351 0 0 0 25 0 1 0 227910286 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649751 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46208 1226 72 160 0 46046 0
[pid=21270] ppid=21266 vsize=184832 CPUtime=3.14
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 314 0 0 0 25 0 1 0 227910312 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670214 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46208 1226 72 160 0 46046 0
[pid=21271] ppid=21266 vsize=184832 CPUtime=3.01
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 301 0 0 0 25 0 1 0 227910316 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46208 1226 72 160 0 46046 0
[pid=21272] ppid=21266 vsize=184832 CPUtime=2.72
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 272 0 0 0 25 0 1 0 227910416 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640266 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46208 1226 72 160 0 46046 0
[pid=21273] ppid=21266 vsize=184832 CPUtime=2.66
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 266 0 0 0 25 0 1 0 227910418 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46208 1226 72 160 0 46046 0
[pid=21274] ppid=21266 vsize=184832 CPUtime=2.43
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 243 0 0 0 25 0 1 0 227910504 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582064 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46208 1226 72 160 0 46046 0
[pid=21275] ppid=21266 vsize=184832 CPUtime=2.41
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 71 0 0 0 241 0 0 0 25 0 1 0 227910508 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650871 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46208 1226 72 160 0 46046 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 1663488

[startup+25.5621 s]
/proc/loadavg: 3.97 2.34 1.63 9/86 21275
/proc/meminfo: memFree=1307040/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184836 CPUtime=6.93
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 693 0 0 0 25 0 1 0 227910286 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650234 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46209 1228 72 160 0 46047 0
[pid=21269] ppid=21266 vsize=184836 CPUtime=6.71
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 671 0 0 0 25 0 1 0 227910286 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582090 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46209 1228 72 160 0 46047 0
[pid=21270] ppid=21266 vsize=184836 CPUtime=6.43
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 643 0 0 0 25 0 1 0 227910312 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648250 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46209 1228 72 160 0 46047 0
[pid=21271] ppid=21266 vsize=184836 CPUtime=6.21
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 621 0 0 0 25 0 1 0 227910316 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46209 1228 72 160 0 46047 0
[pid=21272] ppid=21266 vsize=184836 CPUtime=5.92
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 592 0 0 0 25 0 1 0 227910416 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46209 1228 72 160 0 46047 0
[pid=21273] ppid=21266 vsize=184836 CPUtime=5.91
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 591 0 0 0 25 0 1 0 227910418 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649742 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46209 1228 72 160 0 46047 0
[pid=21274] ppid=21266 vsize=184836 CPUtime=5.63
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 563 0 0 0 25 0 1 0 227910504 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650798 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46209 1228 72 160 0 46047 0
[pid=21275] ppid=21266 vsize=184836 CPUtime=5.61
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 73 0 0 0 561 0 0 0 25 0 1 0 227910508 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647699 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46209 1228 72 160 0 46047 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 1663520

[startup+51.2349 s]
/proc/loadavg: 5.35 2.80 1.80 9/86 21275
/proc/meminfo: memFree=1306976/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184836 CPUtime=13.33
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 76 0 0 0 1333 0 0 0 25 0 1 0 227910286 189272064 1231 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46209 1231 72 160 0 46047 0
[pid=21269] ppid=21266 vsize=184836 CPUtime=13.11
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 75 0 0 0 1311 0 0 0 25 0 1 0 227910286 189272064 1230 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649739 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46209 1230 72 160 0 46047 0
[pid=21270] ppid=21266 vsize=184836 CPUtime=12.83
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 75 0 0 0 1283 0 0 0 25 0 1 0 227910312 189272064 1230 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650874 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46209 1230 72 160 0 46047 0
[pid=21271] ppid=21266 vsize=184836 CPUtime=12.67

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

/proc/meminfo: memFree=1305824/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184836 CPUtime=101.27
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 10127 0 0 0 25 0 1 0 227910286 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572221 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46209 1261 78 160 0 46047 0
[pid=21269] ppid=21266 vsize=184836 CPUtime=100.99
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 10099 0 0 0 25 0 1 0 227910286 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46209 1260 78 160 0 46047 0
[pid=21270] ppid=21266 vsize=184836 CPUtime=100.72
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 10071 1 0 0 25 0 1 0 227910312 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46209 1260 78 160 0 46047 0
[pid=21271] ppid=21266 vsize=184836 CPUtime=100.59
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 10059 0 0 0 25 0 1 0 227910316 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46209 1261 78 160 0 46047 0
[pid=21272] ppid=21266 vsize=184836 CPUtime=99.8
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 9980 0 0 0 25 0 1 0 227910416 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572108 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46209 1261 78 160 0 46047 0
[pid=21273] ppid=21266 vsize=184836 CPUtime=99.79
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 9979 0 0 0 25 0 1 0 227910418 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572730 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46209 1261 78 160 0 46047 0
[pid=21274] ppid=21266 vsize=184836 CPUtime=99.52
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 9952 0 0 0 25 0 1 0 227910504 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46209 1260 78 160 0 46047 0
[pid=21275] ppid=21266 vsize=184836 CPUtime=99.49
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 112 0 0 0 9949 0 0 0 25 0 1 0 227910508 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580071 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 803.23
Current children cumulated vsize (KiB) 1663520

[startup+463.064 s]
/proc/loadavg: 8.09 6.71 4.01 9/86 21277
/proc/meminfo: memFree=1305888/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184836 CPUtime=116.31
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 11631 0 0 0 25 0 1 0 227910286 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580273 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46209 1261 78 160 0 46047 0
[pid=21269] ppid=21266 vsize=184836 CPUtime=116.03
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 11603 0 0 0 25 0 1 0 227910286 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46209 1260 78 160 0 46047 0
[pid=21270] ppid=21266 vsize=184836 CPUtime=115.72
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 11571 1 0 0 25 0 1 0 227910312 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580924 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46209 1260 78 160 0 46047 0
[pid=21271] ppid=21266 vsize=184836 CPUtime=115.6
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 11559 1 0 0 25 0 1 0 227910316 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46209 1261 78 160 0 46047 0
[pid=21272] ppid=21266 vsize=184836 CPUtime=114.72
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 11472 0 0 0 25 0 1 0 227910416 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572949 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46209 1261 78 160 0 46047 0
[pid=21273] ppid=21266 vsize=184836 CPUtime=114.68
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 11468 0 0 0 25 0 1 0 227910418 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567320 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46209 1261 78 160 0 46047 0
[pid=21274] ppid=21266 vsize=184836 CPUtime=114.51
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 11451 0 0 0 25 0 1 0 227910504 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577634 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46209 1260 78 160 0 46047 0
[pid=21275] ppid=21266 vsize=184836 CPUtime=114.49
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 112 0 0 0 11449 0 0 0 25 0 1 0 227910508 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 923.12
Current children cumulated vsize (KiB) 1663520

[startup+523.165 s]
/proc/loadavg: 8.03 6.94 4.26 9/86 21277
/proc/meminfo: memFree=1305888/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184836 CPUtime=131.31
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 13131 0 0 0 25 0 1 0 227910286 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46209 1261 78 160 0 46047 0
[pid=21269] ppid=21266 vsize=184836 CPUtime=131.09
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 13109 0 0 0 25 0 1 0 227910286 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683586 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46209 1260 78 160 0 46047 0
[pid=21270] ppid=21266 vsize=184836 CPUtime=130.75
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 13074 1 0 0 25 0 1 0 227910312 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46209 1260 78 160 0 46047 0
[pid=21271] ppid=21266 vsize=184836 CPUtime=130.59
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 13058 1 0 0 25 0 1 0 227910316 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46209 1261 78 160 0 46047 0
[pid=21272] ppid=21266 vsize=184836 CPUtime=129.7
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 12970 0 0 0 25 0 1 0 227910416 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46209 1261 78 160 0 46047 0
[pid=21273] ppid=21266 vsize=184836 CPUtime=129.68
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 12968 0 0 0 25 0 1 0 227910418 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567510 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46209 1261 78 160 0 46047 0
[pid=21274] ppid=21266 vsize=184836 CPUtime=129.45
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 12945 0 0 0 25 0 1 0 227910504 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46209 1260 78 160 0 46047 0
[pid=21275] ppid=21266 vsize=184836 CPUtime=129.39
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 112 0 0 0 12939 0 0 0 25 0 1 0 227910508 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683256 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 1043.02
Current children cumulated vsize (KiB) 1663520

[startup+583.266 s]
/proc/loadavg: 8.01 7.13 4.49 9/86 21277
/proc/meminfo: memFree=1305952/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184836 CPUtime=146.3
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 14630 0 0 0 25 0 1 0 227910286 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567341 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46209 1261 78 160 0 46047 0
[pid=21269] ppid=21266 vsize=184836 CPUtime=146.08
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 14608 0 0 0 25 0 1 0 227910286 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46209 1260 78 160 0 46047 0
[pid=21270] ppid=21266 vsize=184836 CPUtime=145.81
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 14580 1 0 0 25 0 1 0 227910312 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46209 1260 78 160 0 46047 0
[pid=21271] ppid=21266 vsize=184836 CPUtime=145.62
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 14561 1 0 0 25 0 1 0 227910316 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46209 1261 78 160 0 46047 0
[pid=21272] ppid=21266 vsize=184836 CPUtime=144.65
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 14465 0 0 0 25 0 1 0 227910416 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46209 1261 78 160 0 46047 0
[pid=21273] ppid=21266 vsize=184836 CPUtime=144.58
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 14458 0 0 0 25 0 1 0 227910418 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46209 1261 78 160 0 46047 0
[pid=21274] ppid=21266 vsize=184836 CPUtime=144.41
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 14441 0 0 0 25 0 1 0 227910504 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46209 1260 78 160 0 46047 0
[pid=21275] ppid=21266 vsize=184836 CPUtime=144.39
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 112 0 0 0 14439 0 0 0 25 0 1 0 227910508 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 1162.9
Current children cumulated vsize (KiB) 1663520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.913 s]
/proc/loadavg: 8.01 7.18 4.56 9/86 21277
/proc/meminfo: memFree=1305952/2055920 swapFree=4192812/4192956
[pid=21266] ppid=21264 vsize=184832 CPUtime=1.06
/proc/21266/stat : 21266 (kcnfs-smp) S 21264 21266 20139 0 -1 4194304 1612 0 0 0 106 0 0 0 25 0 1 0 227910233 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21266/statm: 46208 1225 72 160 0 46046 0
[pid=21268] ppid=21266 vsize=184836 CPUtime=151
/proc/21268/stat : 21268 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 15100 0 0 0 25 0 1 0 227910286 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636866 0 0 4096 2 0 0 0 17 1 0 0
/proc/21268/statm: 46209 1261 78 160 0 46047 0
[pid=21269] ppid=21266 vsize=184836 CPUtime=150.76
/proc/21269/stat : 21269 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 15076 0 0 0 25 0 1 0 227910286 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579714 0 0 4096 0 0 0 0 17 1 0 0
/proc/21269/statm: 46209 1260 78 160 0 46047 0
[pid=21270] ppid=21266 vsize=184836 CPUtime=150.41
/proc/21270/stat : 21270 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 15040 1 0 0 25 0 1 0 227910312 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 2 0 0 0 17 1 0 0
/proc/21270/statm: 46209 1260 78 160 0 46047 0
[pid=21271] ppid=21266 vsize=184836 CPUtime=150.29
/proc/21271/stat : 21271 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 15028 1 0 0 25 0 1 0 227910316 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572912 0 0 4096 0 0 0 0 17 1 0 0
/proc/21271/statm: 46209 1261 78 160 0 46047 0
[pid=21272] ppid=21266 vsize=184836 CPUtime=149.29
/proc/21272/stat : 21272 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 14929 0 0 0 25 0 1 0 227910416 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/21272/statm: 46209 1261 78 160 0 46047 0
[pid=21273] ppid=21266 vsize=184836 CPUtime=149.28
/proc/21273/stat : 21273 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 111 0 0 0 14928 0 0 0 25 0 1 0 227910418 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577545 0 0 4096 0 0 0 0 17 0 0 0
/proc/21273/statm: 46209 1261 78 160 0 46047 0
[pid=21274] ppid=21266 vsize=184836 CPUtime=149.04
/proc/21274/stat : 21274 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 110 0 0 0 14904 0 0 0 25 0 1 0 227910504 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572912 0 0 4096 2 0 0 0 17 0 0 0
/proc/21274/statm: 46209 1260 78 160 0 46047 0
[pid=21275] ppid=21266 vsize=184836 CPUtime=148.99
/proc/21275/stat : 21275 (kcnfs-smp) R 21266 21266 20139 0 -1 4194368 112 0 0 0 14899 0 0 0 25 0 1 0 227910508 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577432 0 0 4096 0 0 0 0 17 0 0 0
/proc/21275/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 1663520

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 601.924
CPU time (s): 1200.23
CPU user time (s): 1200.15
CPU system time (s): 0.077988
CPU usage (%): 199.399
Max. virtual memory (cumulated for all children) (KiB): 1663520

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

runsolver used 0.78788 second user time and 1.65575 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Feb 21 17:39:22 UTC 2007

IDJOB= 305457
IDBENCH= 20157
IDSOLVER= 112
FILE ID= node19/305457-1172079562

PBS_JOBID= 3865314

Free space on /tmp= 66541 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S1946534526-16.cnf
COMMAND LINE= /tmp/evaluation/305457-1172079562/kcnfs-smp /tmp/evaluation/305457-1172079562/instance-305457-1172079562.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-305457-1172079562 -o ROOT/results/node19/solver-305457-1172079562 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305457-1172079562/kcnfs-smp /tmp/evaluation/305457-1172079562/instance-305457-1172079562.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  000f0a2838a713053c9877abfe8633d8

RANDOM SEED= 984510307

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1315904 kB
Buffers:         60492 kB
Cached:         559532 kB
SwapCached:          0 kB
Active:         308312 kB
Inactive:       355796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3460 kB
Writeback:           0 kB
Mapped:          62968 kB
Slab:            61460 kB
Committed_AS:   951144 kB
PageTables:       1756 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66541 MiB

End job on node19 on Wed Feb 21 17:49:24 UTC 2007