Trace number 305662

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
KCNFS SMP? (TO) 1200.14 601.898

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S251010207-06.cnf
MD5SUM91dc612395480e1b0d1bd4361bc37ee8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.3301
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/305662-1172083358/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.03	c Input file : '/tmp/evaluation/305662-1172083358/instance-305662-1172083358.cnf'
0.00/0.03	c [#vars: 4000, #clauses: 16800 -> 16898 clauses (pre-processing), tautology: 0, 3-CNF]
0.00/0.10	c unit clauses propagate before processing (#clause: 16898)
0.00/0.10	c estimated distribution: 8 tasks
0.50/0.54	c <10502> [PID]: 10504 10505 10506 10507 10508 10509 10510
4.33/2.55	c <10502> [PID]: 10511
4.33/2.55	c real distribution: 8 tasks
1200.04/601.89	c <10502> [10509: NOT SOLVED][10504: NOT SOLVED][10505: NOT SOLVED][10510: NOT SOLVED][10511: NOT SOLVED]
1200.04/601.89	c <10502> [10507: NOT SOLVED][10506: NOT SOLVED][10508: NOT SOLVED]
1200.04/601.89	s NOT SOLVED
1200.04/601.89	c CPU time            : 1.090 seconds
1200.04/601.89	c Elapsed Time        : 601.864 seconds
1200.04/601.89	c Size of search tree : 0 node
1200.04/601.89	c average speed       : 0.000 nodes/sec.
1200.04/601.89	

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/node6/watcher-305662-1172083358 -o ROOT/results/node6/solver-305662-1172083358 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305662-1172083358/kcnfs-smp /tmp/evaluation/305662-1172083358/instance-305662-1172083358.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10502
/proc/meminfo: memFree=1446968/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=180916 CPUtime=0
/proc/10502/stat : 10502 (kcnfs-smp) R 10500 10502 10051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228290520 185257984 113 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/10502/statm: 45229 113 48 160 0 45067 0

[startup+0.107758 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10502
/proc/meminfo: memFree=1446968/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184364 CPUtime=0.09
/proc/10502/stat : 10502 (kcnfs-smp) R 10500 10502 10051 0 -1 4194304 1225 0 0 0 9 0 0 0 18 0 1 0 228290520 188788736 1209 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567140 0 0 4096 0 0 0 0 17 1 0 0
/proc/10502/statm: 46091 1209 64 160 0 45929 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 184364

[startup+0.515839 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10502
/proc/meminfo: memFree=1446968/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=0.5
/proc/10502/stat : 10502 (kcnfs-smp) R 10500 10502 10051 0 -1 4194304 1242 0 0 0 50 0 0 0 21 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 0 0 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 184832

[startup+1.34302 s]
/proc/loadavg: 0.92 0.98 0.99 6/82 10507
/proc/meminfo: memFree=1440656/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=0.79
/proc/10502/stat : 10502 (kcnfs-smp) R 10500 10502 10051 0 -1 4194304 1455 0 0 0 79 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 0 0 0 0 17 0 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184832 CPUtime=0.63
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 63 0 0 0 25 0 1 0 228290573 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134671109 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46208 1226 72 160 0 46046 0
[pid=10505] ppid=10502 vsize=184832 CPUtime=0.38
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 70 0 0 0 38 0 0 0 25 0 1 0 228290574 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649601 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46208 1226 72 160 0 46046 0
[pid=10506] ppid=10502 vsize=184832 CPUtime=0.19
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 70 0 0 0 19 0 0 0 25 0 1 0 228290600 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650697 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46208 1226 72 160 0 46046 0
[pid=10507] ppid=10502 vsize=184832 CPUtime=0.11
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 63 0 0 0 11 0 0 0 25 0 1 0 228290604 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134653640 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46208 1226 72 160 0 46046 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 924160

[startup+2.98033 s]
/proc/loadavg: 0.92 0.98 0.99 8/84 10509
/proc/meminfo: memFree=1439744/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184832 CPUtime=1.25
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 125 0 0 0 25 0 1 0 228290573 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46208 1227 72 160 0 46046 0
[pid=10505] ppid=10502 vsize=184832 CPUtime=1.01
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 101 0 0 0 25 0 1 0 228290574 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648222 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46208 1226 72 160 0 46046 0
[pid=10506] ppid=10502 vsize=184832 CPUtime=0.63
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 63 0 0 0 25 0 1 0 228290600 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46208 1226 72 160 0 46046 0
[pid=10507] ppid=10502 vsize=184832 CPUtime=0.61
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 70 0 0 0 61 0 0 0 25 0 1 0 228290604 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46208 1226 72 160 0 46046 0
[pid=10508] ppid=10502 vsize=184832 CPUtime=0.31
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 31 0 0 0 25 0 1 0 228290703 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651346 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46208 1226 72 160 0 46046 0
[pid=10509] ppid=10502 vsize=184832 CPUtime=0.2
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 69 0 0 0 20 0 0 0 25 0 1 0 228290706 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647726 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46208 1226 72 160 0 46046 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 1293824

[startup+6.18296 s]
/proc/loadavg: 1.49 1.10 1.03 9/86 10511
/proc/meminfo: memFree=1438640/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184832 CPUtime=2.05
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 205 0 0 0 25 0 1 0 228290573 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46208 1227 72 160 0 46046 0
[pid=10505] ppid=10502 vsize=184832 CPUtime=1.81
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 181 0 0 0 25 0 1 0 228290574 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46208 1227 72 160 0 46046 0
[pid=10506] ppid=10502 vsize=184832 CPUtime=1.43
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 143 0 0 0 25 0 1 0 228290600 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46208 1227 72 160 0 46046 0
[pid=10507] ppid=10502 vsize=184832 CPUtime=1.41
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 141 0 0 0 25 0 1 0 228290604 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46208 1227 72 160 0 46046 0
[pid=10508] ppid=10502 vsize=184832 CPUtime=1.1
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 110 0 0 0 25 0 1 0 228290703 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46208 1227 72 160 0 46046 0
[pid=10509] ppid=10502 vsize=184832 CPUtime=1
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 100 0 0 0 25 0 1 0 228290706 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648709 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46208 1226 72 160 0 46046 0
[pid=10510] ppid=10502 vsize=184832 CPUtime=0.93
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 93 0 0 0 25 0 1 0 228290770 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46208 1226 72 160 0 46046 0
[pid=10511] ppid=10502 vsize=184832 CPUtime=0.91
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 91 0 0 0 25 0 1 0 228290773 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651366 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46208 1226 72 160 0 46046 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 1663488

[startup+12.6752 s]
/proc/loadavg: 2.01 1.21 1.07 10/86 10511
/proc/meminfo: memFree=1438512/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184832 CPUtime=3.72
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 372 0 0 0 25 0 1 0 228290573 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46208 1227 72 160 0 46046 0
[pid=10505] ppid=10502 vsize=184832 CPUtime=3.43
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 343 0 0 0 25 0 1 0 228290574 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647699 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46208 1227 72 160 0 46046 0
[pid=10506] ppid=10502 vsize=184832 CPUtime=3.03
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 303 0 0 0 25 0 1 0 228290600 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650717 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46208 1227 72 160 0 46046 0
[pid=10507] ppid=10502 vsize=184832 CPUtime=3.01
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 71 0 0 0 301 0 0 0 25 0 1 0 228290604 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649106 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46208 1227 72 160 0 46046 0
[pid=10508] ppid=10502 vsize=184832 CPUtime=2.71
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 271 0 0 0 25 0 1 0 228290703 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582444 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46208 1227 72 160 0 46046 0
[pid=10509] ppid=10502 vsize=184832 CPUtime=2.65
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 265 0 0 0 25 0 1 0 228290706 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651346 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46208 1227 72 160 0 46046 0
[pid=10510] ppid=10502 vsize=184832 CPUtime=2.53
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 253 0 0 0 25 0 1 0 228290770 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649734 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46208 1227 72 160 0 46046 0
[pid=10511] ppid=10502 vsize=184832 CPUtime=2.51
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 72 0 0 0 251 0 0 0 25 0 1 0 228290773 189267968 1227 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647701 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46208 1227 72 160 0 46046 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 1663488

[startup+25.5618 s]
/proc/loadavg: 3.33 1.55 1.18 9/86 10511
/proc/meminfo: memFree=1438576/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184836 CPUtime=6.92
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 74 0 0 0 692 0 0 0 25 0 1 0 228290573 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650677 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46209 1229 72 160 0 46047 0
[pid=10505] ppid=10502 vsize=184836 CPUtime=6.71
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 74 0 0 0 671 0 0 0 25 0 1 0 228290574 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647585 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46209 1229 72 160 0 46047 0
[pid=10506] ppid=10502 vsize=184836 CPUtime=6.23
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 74 0 0 0 623 0 0 0 25 0 1 0 228290600 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46209 1229 72 160 0 46047 0
[pid=10507] ppid=10502 vsize=184836 CPUtime=6.21
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 73 0 0 0 621 0 0 0 25 0 1 0 228290604 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46209 1229 72 160 0 46047 0
[pid=10508] ppid=10502 vsize=184836 CPUtime=5.91
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 74 0 0 0 591 0 0 0 25 0 1 0 228290703 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46209 1229 72 160 0 46047 0
[pid=10509] ppid=10502 vsize=184836 CPUtime=5.87
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 74 0 0 0 587 0 0 0 25 0 1 0 228290706 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46209 1229 72 160 0 46047 0
[pid=10510] ppid=10502 vsize=184836 CPUtime=5.73
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 74 0 0 0 573 0 0 0 25 0 1 0 228290770 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649684 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46209 1229 72 160 0 46047 0
[pid=10511] ppid=10502 vsize=184836 CPUtime=5.71
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 74 0 0 0 571 0 0 0 25 0 1 0 228290773 189272064 1229 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46209 1229 72 160 0 46047 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 1663520

[startup+51.2299 s]
/proc/loadavg: 4.93 2.06 1.36 9/86 10511
/proc/meminfo: memFree=1438448/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184836 CPUtime=13.32
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 77 0 0 0 1332 0 0 0 25 0 1 0 228290573 189272064 1232 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582202 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46209 1232 72 160 0 46047 0
[pid=10505] ppid=10502 vsize=184836 CPUtime=13.11
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 77 0 0 0 1311 0 0 0 25 0 1 0 228290574 189272064 1232 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648238 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46209 1232 72 160 0 46047 0
[pid=10506] ppid=10502 vsize=184836 CPUtime=12.63
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 77 0 0 0 1263 0 0 0 25 0 1 0 228290600 189272064 1232 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647974 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46209 1232 72 160 0 46047 0
[pid=10507] ppid=10502 vsize=184836 CPUtime=12.61

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

[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184836 CPUtime=101.21
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 10121 0 0 0 25 0 1 0 228290573 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46209 1261 78 160 0 46047 0
[pid=10505] ppid=10502 vsize=184836 CPUtime=100.99
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 10098 1 0 0 25 0 1 0 228290574 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577447 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46209 1262 78 160 0 46047 0
[pid=10506] ppid=10502 vsize=184836 CPUtime=100.11
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 10011 0 0 0 25 0 1 0 228290600 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46209 1261 78 160 0 46047 0
[pid=10507] ppid=10502 vsize=184836 CPUtime=100.09
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 110 0 0 0 10009 0 0 0 25 0 1 0 228290604 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46209 1261 78 160 0 46047 0
[pid=10508] ppid=10502 vsize=184836 CPUtime=99.8
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 9980 0 0 0 25 0 1 0 228290703 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46209 1261 78 160 0 46047 0
[pid=10509] ppid=10502 vsize=184836 CPUtime=99.77
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 9977 0 0 0 25 0 1 0 228290706 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633895 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46209 1261 78 160 0 46047 0
[pid=10510] ppid=10502 vsize=184836 CPUtime=100.11
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 10010 1 0 0 25 0 1 0 228290770 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46209 1261 78 160 0 46047 0
[pid=10511] ppid=10502 vsize=184836 CPUtime=99.99
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 9999 0 0 0 25 0 1 0 228290773 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 803.16
Current children cumulated vsize (KiB) 1663520

[startup+463.04 s]
/proc/loadavg: 7.99 6.48 3.71 9/86 10511
/proc/meminfo: memFree=1437424/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184836 CPUtime=116.2
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 11620 0 0 0 25 0 1 0 228290573 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567534 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46209 1261 78 160 0 46047 0
[pid=10505] ppid=10502 vsize=184836 CPUtime=115.99
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 11598 1 0 0 25 0 1 0 228290574 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683350 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46209 1262 78 160 0 46047 0
[pid=10506] ppid=10502 vsize=184836 CPUtime=115.11
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 11511 0 0 0 25 0 1 0 228290600 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567347 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46209 1261 78 160 0 46047 0
[pid=10507] ppid=10502 vsize=184836 CPUtime=115.09
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 110 0 0 0 11509 0 0 0 25 0 1 0 228290604 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134599045 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46209 1261 78 160 0 46047 0
[pid=10508] ppid=10502 vsize=184836 CPUtime=114.72
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 11472 0 0 0 25 0 1 0 228290703 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46209 1261 78 160 0 46047 0
[pid=10509] ppid=10502 vsize=184836 CPUtime=114.68
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 11468 0 0 0 25 0 1 0 228290706 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46209 1261 78 160 0 46047 0
[pid=10510] ppid=10502 vsize=184836 CPUtime=115.1
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 11509 1 0 0 25 0 1 0 228290770 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46209 1261 78 160 0 46047 0
[pid=10511] ppid=10502 vsize=184836 CPUtime=115.07
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 11507 0 0 0 25 0 1 0 228290773 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 923.05
Current children cumulated vsize (KiB) 1663520

[startup+523.14 s]
/proc/loadavg: 7.99 6.76 3.98 9/86 10511
/proc/meminfo: memFree=1437424/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184836 CPUtime=131.27
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 13127 0 0 0 25 0 1 0 228290573 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567436 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46209 1261 78 160 0 46047 0
[pid=10505] ppid=10502 vsize=184836 CPUtime=130.98
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 13097 1 0 0 25 0 1 0 228290574 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46209 1262 78 160 0 46047 0
[pid=10506] ppid=10502 vsize=184836 CPUtime=130.06
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 13006 0 0 0 25 0 1 0 228290600 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46209 1261 78 160 0 46047 0
[pid=10507] ppid=10502 vsize=184836 CPUtime=129.99
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 110 0 0 0 12999 0 0 0 25 0 1 0 228290604 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46209 1261 78 160 0 46047 0
[pid=10508] ppid=10502 vsize=184836 CPUtime=129.69
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 12969 0 0 0 25 0 1 0 228290703 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46209 1261 78 160 0 46047 0
[pid=10509] ppid=10502 vsize=184836 CPUtime=129.68
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 12968 0 0 0 25 0 1 0 228290706 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567347 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46209 1262 78 160 0 46047 0
[pid=10510] ppid=10502 vsize=184836 CPUtime=130.1
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 13009 1 0 0 25 0 1 0 228290770 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46209 1261 78 160 0 46047 0
[pid=10511] ppid=10502 vsize=184836 CPUtime=130.08
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 13008 0 0 0 25 0 1 0 228290773 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572631 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 1042.94
Current children cumulated vsize (KiB) 1663520

[startup+583.233 s]
/proc/loadavg: 7.99 6.98 4.23 9/86 10511
/proc/meminfo: memFree=1437424/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184836 CPUtime=146.3
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 14630 0 0 0 25 0 1 0 228290573 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46209 1261 78 160 0 46047 0
[pid=10505] ppid=10502 vsize=184836 CPUtime=146.03
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 113 0 0 0 14602 1 0 0 25 0 1 0 228290574 189272064 1263 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683214 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46209 1263 78 160 0 46047 0
[pid=10506] ppid=10502 vsize=184836 CPUtime=145.01
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 14501 0 0 0 25 0 1 0 228290600 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46209 1261 78 160 0 46047 0
[pid=10507] ppid=10502 vsize=184836 CPUtime=144.99
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 110 0 0 0 14499 0 0 0 25 0 1 0 228290604 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577464 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46209 1261 78 160 0 46047 0
[pid=10508] ppid=10502 vsize=184836 CPUtime=144.64
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 14464 0 0 0 25 0 1 0 228290703 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46209 1261 78 160 0 46047 0
[pid=10509] ppid=10502 vsize=184836 CPUtime=144.57
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 14457 0 0 0 25 0 1 0 228290706 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46209 1262 78 160 0 46047 0
[pid=10510] ppid=10502 vsize=184836 CPUtime=145.1
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 14509 1 0 0 25 0 1 0 228290770 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577596 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46209 1261 78 160 0 46047 0
[pid=10511] ppid=10502 vsize=184836 CPUtime=145.09
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 14508 1 0 0 25 0 1 0 228290773 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 1162.82
Current children cumulated vsize (KiB) 1663520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.888 s]
/proc/loadavg: 7.99 7.05 4.31 9/86 10511
/proc/meminfo: memFree=1437424/2055924 swapFree=4192812/4192956
[pid=10502] ppid=10500 vsize=184832 CPUtime=1.09
/proc/10502/stat : 10502 (kcnfs-smp) S 10500 10502 10051 0 -1 4194304 1607 0 0 0 109 0 0 0 25 0 1 0 228290520 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10502/statm: 46208 1226 72 160 0 46046 0
[pid=10504] ppid=10502 vsize=184836 CPUtime=150.9
/proc/10504/stat : 10504 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 15090 0 0 0 25 0 1 0 228290573 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683132 0 0 4096 2 0 0 0 17 1 0 0
/proc/10504/statm: 46209 1261 78 160 0 46047 0
[pid=10505] ppid=10502 vsize=184836 CPUtime=150.68
/proc/10505/stat : 10505 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 113 0 0 0 15067 1 0 0 25 0 1 0 228290574 189272064 1263 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580056 0 0 4096 0 0 0 0 17 1 0 0
/proc/10505/statm: 46209 1263 78 160 0 46047 0
[pid=10506] ppid=10502 vsize=184836 CPUtime=149.63
/proc/10506/stat : 10506 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 14963 0 0 0 25 0 1 0 228290600 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 0 0 0
/proc/10506/statm: 46209 1261 78 160 0 46047 0
[pid=10507] ppid=10502 vsize=184836 CPUtime=149.59
/proc/10507/stat : 10507 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 110 0 0 0 14959 0 0 0 25 0 1 0 228290604 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567510 0 0 4096 0 0 0 0 17 0 0 0
/proc/10507/statm: 46209 1261 78 160 0 46047 0
[pid=10508] ppid=10502 vsize=184836 CPUtime=149.29
/proc/10508/stat : 10508 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 14929 0 0 0 25 0 1 0 228290703 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 0 0 0
/proc/10508/statm: 46209 1261 78 160 0 46047 0
[pid=10509] ppid=10502 vsize=184836 CPUtime=149.27
/proc/10509/stat : 10509 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 14927 0 0 0 25 0 1 0 228290706 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572730 0 0 4096 0 0 0 0 17 0 0 0
/proc/10509/statm: 46209 1262 78 160 0 46047 0
[pid=10510] ppid=10502 vsize=184836 CPUtime=149.8
/proc/10510/stat : 10510 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 111 0 0 0 14979 1 0 0 25 0 1 0 228290770 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577090 0 0 4096 2 0 0 0 17 1 0 0
/proc/10510/statm: 46209 1261 78 160 0 46047 0
[pid=10511] ppid=10502 vsize=184836 CPUtime=149.79
/proc/10511/stat : 10511 (kcnfs-smp) R 10502 10502 10051 0 -1 4194368 112 0 0 0 14978 1 0 0 25 0 1 0 228290773 189272064 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 0 0 0 0 17 1 0 0
/proc/10511/statm: 46209 1262 78 160 0 46047 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1663520

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): 601.898
CPU time (s): 1200.14
CPU user time (s): 1200.05
CPU system time (s): 0.094985
CPU usage (%): 199.393
Max. virtual memory (cumulated for all children) (KiB): 1663520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.05
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2583
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= 40
involuntary context switches= 34056

runsolver used 0.759884 second user time and 1.60776 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 21 18:42:38 UTC 2007

IDJOB= 305662
IDBENCH= 20162
IDSOLVER= 112
FILE ID= node6/305662-1172083358

PBS_JOBID= 3865316

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  91dc612395480e1b0d1bd4361bc37ee8

RANDOM SEED= 378341272

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1447376 kB
Buffers:         62784 kB
Cached:         410496 kB
SwapCached:          0 kB
Active:         219596 kB
Inactive:       309976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1447376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3432 kB
Writeback:           0 kB
Mapped:          75156 kB
Slab:            64528 kB
Committed_AS:   858888 kB
PageTables:       1744 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= 66547 MiB

End job on node6 on Wed Feb 21 18:52:40 UTC 2007