Trace number 336894

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.24 601.618

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact64_6.sat05-453.reshuffled-07.cnf
MD5SUM0e1669495b7578db64545ceac2d1a3d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark626.974
Satisfiable
(Un)Satisfiability was proved
Number of variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
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/336894-1173655982/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.04	c Input file : '/tmp/evaluation/336894-1173655982/instance-336894-1173655982.cnf'
0.00/0.04	c [#vars: 3073, #clauses: 19785 , (1-4)-CNF]
0.05/0.07	c unit clauses propagate before processing (#clause: 19521)
0.05/0.07	c estimated distribution: 8 tasks
0.05/0.08	c [PID]: 7544 7545 7546 7547 7548 7549 7550
0.08/0.39	c [PID]: 7551
0.08/0.39	c real distribution: 8 tasks
1200.14/601.61	c <7542> [7545: NOT SOLVED][7544: NOT SOLVED][7546: NOT SOLVED][7547: NOT SOLVED][7549: NOT SOLVED]
1200.14/601.61	c <7542> [7550: NOT SOLVED][7551: NOT SOLVED][7548: NOT SOLVED]
1200.14/601.61	s NOT SOLVED
1200.14/601.61	c CPU time            : 0.080 seconds
1200.14/601.61	c Elapsed Time        : 601.571 seconds
1200.14/601.61	c Size of search tree : 0 node
1200.14/601.61	c average speed       : 0.000 nodes/sec.
1200.14/601.61	

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/node42/watcher-336894-1173655982 -o ROOT/results/node42/solver-336894-1173655982 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336894-1173655982/kcnfs-smp /tmp/evaluation/336894-1173655982/instance-336894-1173655982.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.91 0.97 0.98 3/64 7542
/proc/meminfo: memFree=1876024/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=180916 CPUtime=0
/proc/7542/stat : 7542 (kcnfs-smp) R 7540 7542 7179 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 91551598 185257984 108 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7542/statm: 45229 109 48 160 0 45067 0

[startup+0.0644861 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 7542
/proc/meminfo: memFree=1876024/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.05
/proc/7542/stat : 7542 (kcnfs-smp) R 7540 7542 7179 0 -1 4194304 1470 0 0 0 5 0 0 0 18 0 1 0 91551598 188772352 1454 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134542374 0 0 4096 0 0 0 0 17 1 0 0
/proc/7542/statm: 46087 1454 51 160 0 45925 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 184348

[startup+0.101501 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 7542
/proc/meminfo: memFree=1876024/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) R 7540 7542 7179 0 -1 4194304 2487 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 184348

[startup+0.301541 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 7542
/proc/meminfo: memFree=1876024/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) R 7540 7542 7179 0 -1 4194304 2773 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 184348

[startup+0.701616 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 7542
/proc/meminfo: memFree=1876024/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 184348

[startup+1.50277 s]
/proc/loadavg: 0.91 0.97 0.98 9/73 7551
/proc/meminfo: memFree=1857832/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=0.6
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 60 0 0 0 24 0 1 0 91551606 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577090 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1801 68 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=0.5
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 50 0 0 0 24 0 1 0 91551606 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134578994 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1800 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=0.29
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 322 0 0 0 29 0 0 0 23 0 1 0 91551607 188772352 1799 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134708962 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1799 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=0.21
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 21 0 0 0 23 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577464 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1801 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=0.34
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 333 0 0 0 34 0 0 0 25 0 1 0 91551627 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1802 69 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=0.32
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 32 0 0 0 25 0 1 0 91551632 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1801 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=0.3
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 310 0 0 0 30 0 0 0 25 0 1 0 91551635 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720673 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1800 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=0.2
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 20 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572315 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1659132

[startup+3.10107 s]
/proc/loadavg: 0.91 0.97 0.98 9/73 7551
/proc/meminfo: memFree=1857640/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=1
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 100 0 0 0 25 0 1 0 91551606 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1801 68 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=0.9
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 90 0 0 0 25 0 1 0 91551606 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567320 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1800 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=0.69
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 323 0 0 0 69 0 0 0 25 0 1 0 91551607 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720667 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1800 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=0.6
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 60 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134573506 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1801 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=0.74
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 335 0 0 0 74 0 0 0 25 0 1 0 91551627 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1802 69 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=0.72
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 72 0 0 0 25 0 1 0 91551632 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577449 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1801 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=0.7
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 310 0 0 0 70 0 0 0 25 0 1 0 91551635 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720438 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1800 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=0.6
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 60 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577715 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1659132

[startup+6.30268 s]
/proc/loadavg: 1.48 1.08 1.02 9/73 7551
/proc/meminfo: memFree=1857192/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=1.8
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 180 0 0 0 25 0 1 0 91551606 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134708962 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1801 68 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=1.7
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 170 0 0 0 25 0 1 0 91551606 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720502 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1800 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=1.49
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 323 0 0 0 149 0 0 0 25 0 1 0 91551607 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1800 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=1.4
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 140 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1801 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=1.54
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 337 0 0 0 154 0 0 0 25 0 1 0 91551627 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577632 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1802 69 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=1.52
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 152 0 0 0 25 0 1 0 91551632 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720374 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1801 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=1.48
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 329 0 0 0 148 0 0 0 25 0 1 0 91551635 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720495 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1800 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=1.4
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 140 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577061 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1659132

[startup+12.7029 s]
/proc/loadavg: 2.00 1.20 1.06 9/73 7551
/proc/meminfo: memFree=1857128/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=3.4
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 340 0 0 0 25 0 1 0 91551606 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1801 68 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=3.3
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 318 0 0 0 330 0 0 0 25 0 1 0 91551606 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134631857 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1801 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=3.09
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 331 0 0 0 309 0 0 0 25 0 1 0 91551607 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1800 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=3
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 317 0 0 0 300 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1801 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=3.14
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 347 0 0 0 314 0 0 0 25 0 1 0 91551627 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572319 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1802 69 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=3.12
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 312 0 0 0 25 0 1 0 91551632 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720448 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1801 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=3.06
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 331 0 0 0 306 0 0 0 25 0 1 0 91551635 188772352 1800 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1800 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=3
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 300 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720482 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1659132

[startup+25.5023 s]
/proc/loadavg: 3.33 1.53 1.17 9/73 7551
/proc/meminfo: memFree=1857128/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=6.6
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 660 0 0 0 25 0 1 0 91551606 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580075 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1801 68 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=6.5
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 318 0 0 0 650 0 0 0 25 0 1 0 91551606 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1801 68 160 0 45925 0

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

[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=100.71
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 322 0 0 0 10071 0 0 0 25 0 1 0 91551606 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134698116 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1802 69 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=100.68
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 10068 0 0 0 25 0 1 0 91551606 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572324 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1802 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=100.48
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 338 0 0 0 10048 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1801 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=100.38
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 318 0 0 0 10038 0 0 0 25 0 1 0 91551607 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1802 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=100.12
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 363 0 0 0 10012 0 0 0 25 0 1 0 91551627 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1803 69 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=100.07
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 324 0 0 0 10007 0 0 0 25 0 1 0 91551632 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720502 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1802 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=99.99
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 343 0 0 0 9999 0 0 0 25 0 1 0 91551635 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577733 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1801 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=99.98
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 9998 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720482 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 802.49
Current children cumulated vsize (KiB) 1659132

[startup+462.303 s]
/proc/loadavg: 7.99 6.48 3.71 9/73 7551
/proc/meminfo: memFree=1856872/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=115.7
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 323 0 0 0 11570 0 0 0 25 0 1 0 91551606 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577512 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1803 69 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=115.68
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 319 0 0 0 11568 0 0 0 25 0 1 0 91551606 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1802 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=115.47
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 338 0 0 0 11547 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572299 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1801 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=115.38
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 318 0 0 0 11538 0 0 0 25 0 1 0 91551607 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1802 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=115.02
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 366 0 0 0 11502 0 0 0 25 0 1 0 91551627 188772352 1806 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1806 71 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=115
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 324 0 0 0 11500 0 0 0 25 0 1 0 91551632 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589648 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1802 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=114.99
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 343 0 0 0 11499 0 0 0 25 0 1 0 91551635 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589570 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1801 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=114.9
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 11490 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 922.22
Current children cumulated vsize (KiB) 1659132

[startup+522.303 s]
/proc/loadavg: 7.99 6.75 3.97 9/73 7551
/proc/meminfo: memFree=1856872/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=130.69
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 323 0 0 0 13069 0 0 0 25 0 1 0 91551606 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720537 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1803 69 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=130.68
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 320 0 0 0 13068 0 0 0 25 0 1 0 91551606 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720438 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1803 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=130.47
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 338 0 0 0 13047 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134576892 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1801 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=130.38
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 318 0 0 0 13038 0 0 0 25 0 1 0 91551607 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577417 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1802 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=129.97
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 366 0 0 0 12997 0 0 0 25 0 1 0 91551627 188772352 1806 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1806 71 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=129.9
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 324 0 0 0 12990 0 0 0 25 0 1 0 91551632 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1802 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=129.88
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 343 0 0 0 12988 0 0 0 25 0 1 0 91551635 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720338 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1801 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=129.88
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 12988 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134692566 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 1041.93
Current children cumulated vsize (KiB) 1659132

[startup+582.301 s]
/proc/loadavg: 7.99 6.98 4.22 9/73 7551
/proc/meminfo: memFree=1856808/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=145.67
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 323 0 0 0 14567 0 0 0 25 0 1 0 91551606 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720302 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1803 69 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=145.67
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 327 0 0 0 14567 0 0 0 25 0 1 0 91551606 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1803 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=145.47
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 338 0 0 0 14547 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1801 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=145.37
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 318 0 0 0 14537 0 0 0 25 0 1 0 91551607 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577072 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1802 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=144.91
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 368 0 0 0 14491 0 0 0 25 0 1 0 91551627 188772352 1807 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134692574 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1807 71 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=144.88
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 324 0 0 0 14488 0 0 0 25 0 1 0 91551632 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720364 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1802 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=144.78
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 344 0 0 0 14478 0 0 0 25 0 1 0 91551635 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589717 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1801 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=144.77
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 14477 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720483 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 1161.6
Current children cumulated vsize (KiB) 1659132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 7.99 7.04 4.30 9/73 7551
/proc/meminfo: memFree=1856808/2055920 swapFree=4182364/4192956
[pid=7542] ppid=7540 vsize=184348 CPUtime=0.08
/proc/7542/stat : 7542 (kcnfs-smp) S 7540 7542 7179 0 -1 4194304 3414 0 0 0 7 1 0 0 21 0 1 0 91551598 188772352 1770 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7542/statm: 46087 1770 67 160 0 45925 0
[pid=7544] ppid=7542 vsize=184348 CPUtime=150.57
/proc/7544/stat : 7544 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 323 0 0 0 15057 0 0 0 25 0 1 0 91551606 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 1 0 0
/proc/7544/statm: 46087 1803 69 160 0 45925 0
[pid=7545] ppid=7542 vsize=184348 CPUtime=150.47
/proc/7545/stat : 7545 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 327 0 0 0 15047 0 0 0 25 0 1 0 91551606 188772352 1803 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/7545/statm: 46087 1803 68 160 0 45925 0
[pid=7546] ppid=7542 vsize=184348 CPUtime=150.27
/proc/7546/stat : 7546 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 338 0 0 0 15027 0 0 0 25 0 1 0 91551607 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720482 0 0 4096 2 0 0 0 17 1 0 0
/proc/7546/statm: 46087 1801 68 160 0 45925 0
[pid=7547] ppid=7542 vsize=184348 CPUtime=150.18
/proc/7547/stat : 7547 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 318 0 0 0 15018 0 0 0 25 0 1 0 91551607 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720577 0 0 4096 0 0 0 0 17 1 0 0
/proc/7547/statm: 46087 1802 68 160 0 45925 0
[pid=7548] ppid=7542 vsize=184348 CPUtime=149.71
/proc/7548/stat : 7548 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 368 0 0 0 14971 0 0 0 25 0 1 0 91551627 188772352 1807 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572753 0 0 4096 2 0 0 0 17 0 0 0
/proc/7548/statm: 46087 1807 71 160 0 45925 0
[pid=7549] ppid=7542 vsize=184348 CPUtime=149.69
/proc/7549/stat : 7549 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 324 0 0 0 14969 0 0 0 25 0 1 0 91551632 188772352 1802 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720483 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 46087 1802 68 160 0 45925 0
[pid=7550] ppid=7542 vsize=184348 CPUtime=149.6
/proc/7550/stat : 7550 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 344 0 0 0 14960 0 0 0 25 0 1 0 91551635 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 0 0 0
/proc/7550/statm: 46087 1801 68 160 0 45925 0
[pid=7551] ppid=7542 vsize=184348 CPUtime=149.57
/proc/7551/stat : 7551 (kcnfs-smp) R 7542 7542 7179 0 -1 4194368 313 0 0 0 14957 0 0 0 25 0 1 0 91551636 188772352 1801 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 0 0 0
/proc/7551/statm: 46087 1801 68 160 0 45925 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 1659132

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.618
CPU time (s): 1200.24
CPU user time (s): 1200.19
CPU system time (s): 0.056991
CPU usage (%): 199.503
Max. virtual memory (cumulated for all children) (KiB): 1659132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.19
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6173
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= 20971

runsolver used 0.490925 second user time and 1.71774 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Mar 11 23:33:02 UTC 2007

IDJOB= 336894
IDBENCH= 24686
IDSOLVER= 112
FILE ID= node42/336894-1173655982

PBS_JOBID= 4101407

Free space on /tmp= 66561 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/ezfact64_6.sat05-453.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336894-1173655982/kcnfs-smp /tmp/evaluation/336894-1173655982/instance-336894-1173655982.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-336894-1173655982 -o ROOT/results/node42/solver-336894-1173655982 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336894-1173655982/kcnfs-smp /tmp/evaluation/336894-1173655982/instance-336894-1173655982.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  0e1669495b7578db64545ceac2d1a3d0

RANDOM SEED= 440419772

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
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.263
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:       1876432 kB
Buffers:         22380 kB
Cached:         118832 kB
SwapCached:       4784 kB
Active:          63212 kB
Inactive:        89544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876432 kB
SwapTotal:     4192956 kB
SwapFree:      4182364 kB
Dirty:            3560 kB
Writeback:           0 kB
Mapped:          15304 kB
Slab:            12784 kB
Committed_AS:   135936 kB
PageTables:       1408 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= 66561 MiB

End job on node42 on Sun Mar 11 23:43:03 UTC 2007