Trace number 333660

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.21 601.41

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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/333660-1173524528/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/333660-1173524528/instance-333660-1173524528.cnf'
0.00/0.00	c [#vars: 87, #clauses: 232 -> 232 clauses (pre-processing), tautology: 0, 3-CNF]
0.00/0.00	c unit clauses propagate before processing (#clause: 232)
0.00/0.00	c estimated distribution: 8 tasks
0.00/0.05	c <17932> [PID]: 17933 17935 17936 17937 17938 17939 17940
0.34/0.40	c <17932> [PID]: 17941
0.34/0.40	c real distribution: 8 tasks
1200.14/601.40	c <17932> [17935: NOT SOLVED][17936: NOT SOLVED][17939: NOT SOLVED][17940: NOT SOLVED][17941: NOT SOLVED]
1200.14/601.40	c <17932> [17933: NOT SOLVED][17937: NOT SOLVED][17938: NOT SOLVED]
1200.14/601.40	s NOT SOLVED
1200.14/601.40	c CPU time            : 0.000 seconds
1200.14/601.40	c Elapsed Time        : 601.408 seconds
1200.14/601.40	c Size of search tree : 0 node
1200.14/601.40	c average speed       : 0.000 nodes/sec.
1200.14/601.40	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-333660-1173524528 -o ROOT/results/node16/solver-333660-1173524528 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333660-1173524528/kcnfs-smp /tmp/evaluation/333660-1173524528/instance-333660-1173524528.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.94 1.06 1.76 3/83 17932
/proc/meminfo: memFree=1695624/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) R 17930 17932 16945 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 372407139 186556416 122 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 1 0 0
/proc/17932/statm: 45546 122 67 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=0
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 0 0 0 0 18 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0

[startup+0.053643 s]
/proc/loadavg: 0.94 1.06 1.76 3/83 17932
/proc/meminfo: memFree=1695624/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) R 17930 17932 16945 0 -1 4194304 259 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=0.05
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 5 0 0 0 19 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 364368

[startup+0.101331 s]
/proc/loadavg: 0.94 1.06 1.76 3/83 17932
/proc/meminfo: memFree=1695624/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) R 17930 17932 16945 0 -1 4194304 259 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=0.09
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 9 0 0 0 19 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567527 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 364368

[startup+0.301308 s]
/proc/loadavg: 0.94 1.06 1.76 3/83 17932
/proc/meminfo: memFree=1695624/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) R 17930 17932 16945 0 -1 4194304 259 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=0.29
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 29 0 0 0 22 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 364368

[startup+0.70126 s]
/proc/loadavg: 0.94 1.06 1.76 3/83 17932
/proc/meminfo: memFree=1695624/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=0.39
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 39 0 0 0 22 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572922 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 364368

[startup+1.50116 s]
/proc/loadavg: 0.94 1.06 1.76 9/92 17941
/proc/meminfo: memFree=1693608/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=0.59
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 59 0 0 0 24 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577666 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=0.42
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 42 0 0 0 24 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567218 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=0.41
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 41 0 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572267 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=0.3
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 30 0 0 0 24 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577725 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=0.3
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 30 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639290 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=0.4
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 40 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=0.29
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 29 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640292 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=0.24
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 24 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636520 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1639656

[startup+3.10297 s]
/proc/loadavg: 0.94 1.06 1.76 9/92 17943
/proc/meminfo: memFree=1693416/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=0.99
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 99 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572267 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=0.82
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 82 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=0.81
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 81 0 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=0.7
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 70 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567392 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=0.7
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 70 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=0.8
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 80 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567592 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=0.67
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 67 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567584 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=0.64
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 64 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640226 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 1639656

[startup+6.30159 s]
/proc/loadavg: 1.51 1.18 1.79 9/92 17945
/proc/meminfo: memFree=1693224/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=1.79
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 179 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640221 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=1.62
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 162 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567604 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=1.6
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 160 0 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134543346 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=1.5
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 150 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569468 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=1.5
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 150 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640239 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=1.6
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 160 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636465 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=1.45
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 145 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589676 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=1.44
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 144 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 1639656

[startup+12.7028 s]
/proc/loadavg: 2.03 1.29 1.83 9/92 17949
/proc/meminfo: memFree=1693096/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=3.39
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 339 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572082 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=3.22
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 322 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=3.2
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 320 0 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636750 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=3.1
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 310 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636856 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=3.1
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 310 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636766 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=3.19
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 319 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577108 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=3.03
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 303 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134644114 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=3.04
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 304 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567568 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0

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

/proc/meminfo: memFree=1694448/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=100.78
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 10078 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572082 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=100.6
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 10060 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577118 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=100.19
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 10018 1 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572848 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=100.48
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 10048 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=100.48
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 10048 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=100.18
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 10018 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=100.05
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 10005 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=100.03
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 10003 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567216 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 802.79
Current children cumulated vsize (KiB) 1639656

[startup+462.302 s]
/proc/loadavg: 8.11 6.56 4.21 9/86 17971
/proc/meminfo: memFree=1694384/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=115.78
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 11578 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640226 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=115.6
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 11560 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577090 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=115.1
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 11509 1 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567406 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=115.48
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 11548 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134687753 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=115.48
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 11548 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567473 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=115.07
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 11507 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572856 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=114.98
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 11498 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567604 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=115.02
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 11502 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 922.51
Current children cumulated vsize (KiB) 1639656

[startup+522.303 s]
/proc/loadavg: 8.04 6.82 4.44 9/86 17971
/proc/meminfo: memFree=1694448/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=130.78
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 13078 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=130.6
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 13060 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=130.09
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 13008 1 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572959 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=130.48
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 13048 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572334 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=130.48
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 13048 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=130.06
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 13006 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572614 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=129.87
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 12987 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683350 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=129.92
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 12992 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567426 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 1042.28
Current children cumulated vsize (KiB) 1639656

[startup+582.302 s]
/proc/loadavg: 8.01 7.03 4.66 9/86 17971
/proc/meminfo: memFree=1694448/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=145.79
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 14579 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567371 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=145.6
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14560 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577715 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=144.98
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14497 1 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572697 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=145.48
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14548 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572267 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=145.47
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14547 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572235 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=144.97
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14497 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=144.87
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14487 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567187 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=144.87
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14487 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572949 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 1162.03
Current children cumulated vsize (KiB) 1639656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.402 s]
/proc/loadavg: 8.01 7.10 4.73 9/86 17971
/proc/meminfo: memFree=1694448/2055920 swapFree=4159664/4192956
[pid=17932] ppid=17930 vsize=182184 CPUtime=0
/proc/17932/stat : 17932 (kcnfs-smp) S 17930 17932 16945 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 372407139 186556416 123 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17932/statm: 45546 123 68 160 0 45384 0
[pid=17933] ppid=17932 vsize=182184 CPUtime=150.52
/proc/17933/stat : 17933 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 25 0 0 0 15052 0 0 0 25 0 1 0 372407139 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577081 0 0 4096 2 0 0 0 17 1 0 0
/proc/17933/statm: 45546 124 68 160 0 45384 0
[pid=17935] ppid=17932 vsize=182184 CPUtime=150.37
/proc/17935/stat : 17935 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 15037 0 0 0 25 0 1 0 372407140 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567227 0 0 4096 0 0 0 0 17 1 0 0
/proc/17935/statm: 45546 124 68 160 0 45384 0
[pid=17936] ppid=17932 vsize=182184 CPUtime=149.78
/proc/17936/stat : 17936 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14977 1 0 0 25 0 1 0 372407142 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134543789 0 0 4096 2 0 0 0 17 0 0 0
/proc/17936/statm: 45546 124 68 160 0 45384 0
[pid=17937] ppid=17932 vsize=182184 CPUtime=150.28
/proc/17937/stat : 17937 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 15028 0 0 0 25 0 1 0 372407143 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572601 0 0 4096 0 0 0 0 17 1 0 0
/proc/17937/statm: 45546 124 68 160 0 45384 0
[pid=17938] ppid=17932 vsize=182184 CPUtime=150.27
/proc/17938/stat : 17938 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 15027 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567225 0 0 4096 2 0 0 0 17 1 0 0
/proc/17938/statm: 45546 124 68 160 0 45384 0
[pid=17939] ppid=17932 vsize=182184 CPUtime=149.73
/proc/17939/stat : 17939 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14973 0 0 0 25 0 1 0 372407144 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683051 0 0 4096 0 0 0 0 17 0 0 0
/proc/17939/statm: 45546 124 68 160 0 45384 0
[pid=17940] ppid=17932 vsize=182184 CPUtime=149.57
/proc/17940/stat : 17940 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14957 0 0 0 25 0 1 0 372407145 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 0 0 0
/proc/17940/statm: 45546 124 68 160 0 45384 0
[pid=17941] ppid=17932 vsize=182184 CPUtime=149.62
/proc/17941/stat : 17941 (kcnfs-smp) R 17932 17932 16945 0 -1 4194368 24 0 0 0 14962 0 0 0 25 0 1 0 372407175 186556416 124 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636817 0 0 4096 0 0 0 0 17 0 0 0
/proc/17941/statm: 45546 124 68 160 0 45384 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 1639656

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.41
CPU time (s): 1200.21
CPU user time (s): 1200.17
CPU system time (s): 0.034994
CPU usage (%): 199.565
Max. virtual memory (cumulated for all children) (KiB): 1639656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.17
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492
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= 50
involuntary context switches= 34330

runsolver used 0.566913 second user time and 1.65575 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Mar 10 11:02:08 UTC 2007

IDJOB= 333660
IDBENCH= 24609
IDSOLVER= 112
FILE ID= node16/333660-1173524528

PBS_JOBID= 4101139

Free space on /tmp= 66461 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333660-1173524528/kcnfs-smp /tmp/evaluation/333660-1173524528/instance-333660-1173524528.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-333660-1173524528 -o ROOT/results/node16/solver-333660-1173524528 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333660-1173524528/kcnfs-smp /tmp/evaluation/333660-1173524528/instance-333660-1173524528.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  4e736dbc376aed9798860699ef195d83

RANDOM SEED= 831334865

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1696032 kB
Buffers:         41564 kB
Cached:         234728 kB
SwapCached:       2712 kB
Active:         187108 kB
Inactive:       113428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696032 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:          32160 kB
Slab:            44560 kB
Committed_AS:  1376432 kB
PageTables:       1960 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= 66461 MiB

End job on node16 on Sat Mar 10 11:12:10 UTC 2007