Trace number 296109

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 SMPUNSAT 1054.99 529.502

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1368015355-04.UNSAT.shuffled.cnf
MD5SUM158195e2cd2ef056c6b800906e2a658f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark821.915
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/296109-1171817919/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.01	c Input file : '/tmp/evaluation/296109-1171817919/instance-296109-1171817919.cnf'
0.00/0.01	c [#vars: 60, #clauses: 5340, 7-CNF]
0.00/0.02	c unit clauses propagate before processing (#clause: 5340)
0.00/0.02	c estimated distribution: 8 tasks
0.00/0.03	c [PID]: 30049 30050 30051 30052 30053 30054 30055
0.03/0.35	c [PID]: 30056
0.03/0.35	c real distribution: 8 tasks
943.12/472.94	c <30047> [30056: UNSAT][30051: UNSAT][30052: UNSAT][30055: UNSAT][30053: UNSAT]
1041.00/521.92	c <30047> [30049: UNSAT][30054: UNSAT][30050: UNSAT]
1054.86/529.50	s UNSATISFIABLE
1054.86/529.50	c CPU time            : 1054.970 seconds
1054.86/529.50	c Elapsed Time        : 529.482 seconds
1054.86/529.50	c Size of search tree : 2749502 nodes
1054.86/529.50	c average speed       : 2606.262 nodes/sec.
1054.86/529.50	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-296109-1171817919 -o ROOT/results/node69/solver-296109-1171817919 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296109-1171817919/kcnfs-smp /tmp/evaluation/296109-1171817919/instance-296109-1171817919.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/64 30047
/proc/meminfo: memFree=1070056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=180916 CPUtime=0
/proc/30047/stat : 30047 (kcnfs-smp) R 30045 30047 29576 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 201749624 185257984 112 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/30047/statm: 45229 113 48 160 0 45067 0

[startup+0.106691 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30047
/proc/meminfo: memFree=1070056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) R 30045 30047 29576 0 -1 4194304 786 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 182364

[startup+0.514757 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30047
/proc/meminfo: memFree=1070056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 182364

[startup+1.33689 s]
/proc/loadavg: 0.92 0.98 0.99 9/73 30056
/proc/meminfo: memFree=1065048/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30049] ppid=30047 vsize=182364 CPUtime=0.51
/proc/30049/stat : 30049 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 51 0 0 0 23 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580277 0 0 4096 2 0 0 0 17 1 0 0
/proc/30049/statm: 45591 663 73 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=0.41
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 41 0 0 0 24 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577536 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 663 73 160 0 45429 0
[pid=30051] ppid=30047 vsize=182364 CPUtime=0.4
/proc/30051/stat : 30051 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 40 0 0 0 25 0 1 0 201749629 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577530 0 0 4096 2 0 0 0 17 0 0 0
/proc/30051/statm: 45591 663 73 160 0 45429 0
[pid=30052] ppid=30047 vsize=182364 CPUtime=0.36
/proc/30052/stat : 30052 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 36 0 0 0 25 0 1 0 201749630 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577449 0 0 4096 0 0 0 0 17 0 0 0
/proc/30052/statm: 45591 663 73 160 0 45429 0
[pid=30053] ppid=30047 vsize=182364 CPUtime=0.2
/proc/30053/stat : 30053 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 20 0 0 0 25 0 1 0 201749631 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572764 0 0 4096 2 0 0 0 17 0 0 0
/proc/30053/statm: 45591 663 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=0.24
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 24 0 0 0 25 0 1 0 201749650 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720486 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 663 73 160 0 45429 0
[pid=30055] ppid=30047 vsize=182364 CPUtime=0.22
/proc/30055/stat : 30055 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 22 0 0 0 25 0 1 0 201749655 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134709276 0 0 4096 2 0 0 0 17 1 0 0
/proc/30055/statm: 45591 663 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=0.21
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 21 0 0 0 25 0 1 0 201749658 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579525 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 663 73 160 0 45429 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1641276

[startup+2.98916 s]
/proc/loadavg: 0.92 0.98 0.99 9/73 30056
/proc/meminfo: memFree=1064856/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30049] ppid=30047 vsize=182364 CPUtime=0.93
/proc/30049/stat : 30049 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 93 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589648 0 0 4096 2 0 0 0 17 1 0 0
/proc/30049/statm: 45591 663 73 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=0.81
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 81 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572080 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 663 73 160 0 45429 0
[pid=30051] ppid=30047 vsize=182364 CPUtime=0.8
/proc/30051/stat : 30051 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 80 0 0 0 25 0 1 0 201749629 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580317 0 0 4096 2 0 0 0 17 0 0 0
/proc/30051/statm: 45591 663 73 160 0 45429 0
[pid=30052] ppid=30047 vsize=182364 CPUtime=0.8
/proc/30052/stat : 30052 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 80 0 0 0 25 0 1 0 201749630 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 0 0 0 0 17 0 0 0
/proc/30052/statm: 45591 663 73 160 0 45429 0
[pid=30053] ppid=30047 vsize=182364 CPUtime=0.61
/proc/30053/stat : 30053 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 61 0 0 0 25 0 1 0 201749631 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580212 0 0 4096 2 0 0 0 17 0 0 0
/proc/30053/statm: 45591 663 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=0.68
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 68 0 0 0 25 0 1 0 201749650 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 663 73 160 0 45429 0
[pid=30055] ppid=30047 vsize=182364 CPUtime=0.62
/proc/30055/stat : 30055 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 62 0 0 0 25 0 1 0 201749655 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134691091 0 0 4096 2 0 0 0 17 1 0 0
/proc/30055/statm: 45591 663 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=0.61
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 61 0 0 0 25 0 1 0 201749658 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580317 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 663 73 160 0 45429 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1641276

[startup+6.2787 s]
/proc/loadavg: 1.49 1.10 1.03 9/73 30056
/proc/meminfo: memFree=1064600/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30049] ppid=30047 vsize=182364 CPUtime=1.73
/proc/30049/stat : 30049 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 173 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720486 0 0 4096 2 0 0 0 17 1 0 0
/proc/30049/statm: 45591 663 73 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=1.61
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 161 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577432 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 663 73 160 0 45429 0
[pid=30051] ppid=30047 vsize=182364 CPUtime=1.6
/proc/30051/stat : 30051 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 160 0 0 0 25 0 1 0 201749629 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580317 0 0 4096 2 0 0 0 17 0 0 0
/proc/30051/statm: 45591 663 73 160 0 45429 0
[pid=30052] ppid=30047 vsize=182364 CPUtime=1.6
/proc/30052/stat : 30052 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 160 0 0 0 25 0 1 0 201749630 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720673 0 0 4096 0 0 0 0 17 0 0 0
/proc/30052/statm: 45591 663 73 160 0 45429 0
[pid=30053] ppid=30047 vsize=182364 CPUtime=1.48
/proc/30053/stat : 30053 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 148 0 0 0 25 0 1 0 201749631 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 0 0 0
/proc/30053/statm: 45591 663 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=1.54
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 154 0 0 0 25 0 1 0 201749650 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572730 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 663 73 160 0 45429 0
[pid=30055] ppid=30047 vsize=182364 CPUtime=1.44
/proc/30055/stat : 30055 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 144 0 0 0 25 0 1 0 201749655 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 2 0 0 0 17 1 0 0
/proc/30055/statm: 45591 663 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=1.41
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 141 0 0 0 25 0 1 0 201749658 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580317 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 663 73 160 0 45429 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1641276

[startup+12.7738 s]
/proc/loadavg: 2.49 1.33 1.11 10/73 30056
/proc/meminfo: memFree=1064472/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30049] ppid=30047 vsize=182364 CPUtime=3.33
/proc/30049/stat : 30049 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 333 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134710143 0 0 4096 2 0 0 0 17 1 0 0
/proc/30049/statm: 45591 663 73 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=3.26
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 326 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580376 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 663 73 160 0 45429 0
[pid=30051] ppid=30047 vsize=182364 CPUtime=3.2
/proc/30051/stat : 30051 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 320 0 0 0 25 0 1 0 201749629 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 2 0 0 0 17 0 0 0
/proc/30051/statm: 45591 664 73 160 0 45429 0
[pid=30052] ppid=30047 vsize=182364 CPUtime=3.2
/proc/30052/stat : 30052 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 320 0 0 0 25 0 1 0 201749630 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134574163 0 0 4096 0 0 0 0 17 0 0 0
/proc/30052/statm: 45591 663 73 160 0 45429 0
[pid=30053] ppid=30047 vsize=182364 CPUtime=3.1
/proc/30053/stat : 30053 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 310 0 0 0 25 0 1 0 201749631 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577530 0 0 4096 2 0 0 0 17 0 0 0
/proc/30053/statm: 45591 663 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=3.14
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 314 0 0 0 25 0 1 0 201749650 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134620118 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 663 73 160 0 45429 0
[pid=30055] ppid=30047 vsize=182364 CPUtime=3.12
/proc/30055/stat : 30055 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 312 0 0 0 25 0 1 0 201749655 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134692559 0 0 4096 2 0 0 0 17 1 0 0
/proc/30055/statm: 45591 663 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=3.02
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 302 0 0 0 25 0 1 0 201749658 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 663 73 160 0 45429 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1641276

[startup+25.6379 s]
/proc/loadavg: 3.33 1.55 1.18 9/73 30056
/proc/meminfo: memFree=1064536/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30049] ppid=30047 vsize=182364 CPUtime=6.53
/proc/30049/stat : 30049 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 653 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579488 0 0 4096 2 0 0 0 17 1 0 0
/proc/30049/statm: 45591 663 73 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=6.46
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 646 0 0 0 25 0 1 0 201749627 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 663 73 160 0 45429 0
[pid=30051] ppid=30047 vsize=182364 CPUtime=6.4
/proc/30051/stat : 30051 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 640 0 0 0 25 0 1 0 201749629 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 0 0 0
/proc/30051/statm: 45591 664 73 160 0 45429 0
[pid=30052] ppid=30047 vsize=182364 CPUtime=6.4
/proc/30052/stat : 30052 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 640 0 0 0 25 0 1 0 201749630 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134576892 0 0 4096 0 0 0 0 17 0 0 0
/proc/30052/statm: 45591 664 73 160 0 45429 0
[pid=30053] ppid=30047 vsize=182364 CPUtime=6.3
/proc/30053/stat : 30053 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 630 0 0 0 25 0 1 0 201749631 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134581704 0 0 4096 2 0 0 0 17 0 0 0
/proc/30053/statm: 45591 663 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=6.34
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 634 0 0 0 25 0 1 0 201749650 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569442 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 663 73 160 0 45429 0
[pid=30055] ppid=30047 vsize=182364 CPUtime=6.32
/proc/30055/stat : 30055 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 60 0 0 0 632 0 0 0 25 0 1 0 201749655 186740736 663 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 2 0 0 0 17 1 0 0
/proc/30055/statm: 45591 663 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=6.28
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 628 0 0 0 25 0 1 0 201749658 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572108 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 51.06

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

/proc/30055/statm: 45591 664 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=85.49
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 8549 0 0 0 25 0 1 0 201749658 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580317 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 683.56
Current children cumulated vsize (KiB) 1641276

[startup+402.845 s]
/proc/loadavg: 7.99 6.18 3.45 9/73 30254
/proc/meminfo: memFree=1064088/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30049] ppid=30047 vsize=182364 CPUtime=100.51
/proc/30049/stat : 30049 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10050 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 2 0 0 0 17 0 0 0
/proc/30049/statm: 45591 664 73 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=100.29
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10028 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572082 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
[pid=30051] ppid=30047 vsize=182364 CPUtime=100.49
/proc/30051/stat : 30051 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10047 2 0 0 25 0 1 0 201749629 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569459 0 0 4096 2 0 0 0 17 1 0 0
/proc/30051/statm: 45591 664 73 160 0 45429 0
[pid=30052] ppid=30047 vsize=182364 CPUtime=100.25
/proc/30052/stat : 30052 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10023 2 0 0 25 0 1 0 201749630 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 0 0 0
/proc/30052/statm: 45591 664 73 160 0 45429 0
[pid=30053] ppid=30047 vsize=182364 CPUtime=100.08
/proc/30053/stat : 30053 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10006 2 0 0 25 0 1 0 201749631 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134574322 0 0 4096 2 0 0 0 17 0 0 0
/proc/30053/statm: 45591 664 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=100.63
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10063 0 0 0 25 0 1 0 201749650 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134576866 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 664 73 160 0 45429 0
[pid=30055] ppid=30047 vsize=182364 CPUtime=100.6
/proc/30055/stat : 30055 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10060 0 0 0 25 0 1 0 201749655 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579516 0 0 4096 2 0 0 0 17 1 0 0
/proc/30055/statm: 45591 664 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=100.5
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 10050 0 0 0 25 0 1 0 201749658 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134691559 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 803.38
Current children cumulated vsize (KiB) 1641276

[startup+462.889 s]
/proc/loadavg: 7.99 6.51 3.73 9/73 30254
/proc/meminfo: memFree=1064216/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=0.03
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 887 0 0 0 3 0 0 0 22 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30049] ppid=30047 vsize=182364 CPUtime=115.51
/proc/30049/stat : 30049 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11550 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134690379 0 0 4096 2 0 0 0 17 0 0 0
/proc/30049/statm: 45591 664 73 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=115.19
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11518 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134622964 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
[pid=30051] ppid=30047 vsize=182364 CPUtime=115.48
/proc/30051/stat : 30051 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11546 2 0 0 25 0 1 0 201749629 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 1 0 0
/proc/30051/statm: 45591 664 73 160 0 45429 0
[pid=30052] ppid=30047 vsize=182364 CPUtime=115.17
/proc/30052/stat : 30052 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11515 2 0 0 25 0 1 0 201749630 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 0 0 0
/proc/30052/statm: 45591 664 73 160 0 45429 0
[pid=30053] ppid=30047 vsize=182364 CPUtime=115.06
/proc/30053/stat : 30053 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11504 2 0 0 25 0 1 0 201749631 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577457 0 0 4096 2 0 0 0 17 0 0 0
/proc/30053/statm: 45591 664 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=115.63
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11563 0 0 0 25 0 1 0 201749650 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134693602 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 664 73 160 0 45429 0
[pid=30055] ppid=30047 vsize=182364 CPUtime=115.6
/proc/30055/stat : 30055 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11560 0 0 0 25 0 1 0 201749655 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134614541 0 0 4096 2 0 0 0 17 1 0 0
/proc/30055/statm: 45591 664 73 160 0 45429 0
[pid=30056] ppid=30047 vsize=182364 CPUtime=115.53
/proc/30056/stat : 30056 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 11553 0 0 0 25 0 1 0 201749658 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134619359 0 0 4096 0 0 0 0 17 1 0 0
/proc/30056/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 923.2
Current children cumulated vsize (KiB) 1641276

[startup+522.945 s]
/proc/loadavg: 6.34 6.37 3.86 3/67 30254
/proc/meminfo: memFree=1066056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=767.23
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 888 2856 0 0 3 0 76710 10 16 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=137.21
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 13720 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134697034 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=138.62
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 13862 0 0 0 25 0 1 0 201749650 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134616534 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 1043.06
Current children cumulated vsize (KiB) 547092

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

[startup+523.969 s]
/proc/loadavg: 5.99 6.29 3.85 3/67 30254
/proc/meminfo: memFree=1066056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=767.23
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 888 2856 0 0 3 0 76710 10 16 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=138.22
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 13821 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580075 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=139.65
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 13965 0 0 0 25 0 1 0 201749650 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580869 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 1045.1
Current children cumulated vsize (KiB) 547092

[startup+527.256 s]
/proc/loadavg: 5.99 6.29 3.85 3/67 30254
/proc/meminfo: memFree=1066056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=767.23
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 888 2856 0 0 3 0 76710 10 16 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=141.5
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 14149 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134610368 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=142.93
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 14293 0 0 0 25 0 1 0 201749650 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 1051.66
Current children cumulated vsize (KiB) 547092

[startup+528.076 s]
/proc/loadavg: 5.67 6.22 3.84 3/67 30254
/proc/meminfo: memFree=1066056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=767.23
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 888 2856 0 0 3 0 76710 10 16 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=142.31
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 14230 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577530 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
[pid=30054] ppid=30047 vsize=182364 CPUtime=143.75
/proc/30054/stat : 30054 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 14375 0 0 0 25 0 1 0 201749650 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720502 0 0 4096 0 0 0 0 17 1 0 0
/proc/30054/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 1053.29
Current children cumulated vsize (KiB) 547092

[startup+528.892 s]
/proc/loadavg: 5.67 6.22 3.84 3/67 30254
/proc/meminfo: memFree=1066056/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=911.22
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 888 3332 0 0 3 0 91109 10 16 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=143.13
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 14312 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 0 0 0 0 17 0 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 1054.35
Current children cumulated vsize (KiB) 364728

[startup+529.304 s]
/proc/loadavg: 5.67 6.22 3.84 2/66 30254
/proc/meminfo: memFree=1066384/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=911.22
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 888 3332 0 0 3 0 91109 10 16 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=143.54
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 14353 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572082 0 0 4096 0 0 0 0 17 1 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 1054.76
Current children cumulated vsize (KiB) 364728

[startup+529.406 s]
/proc/loadavg: 5.67 6.22 3.84 2/66 30254
/proc/meminfo: memFree=1066384/2055920 swapFree=4183028/4192956
[pid=30047] ppid=30045 vsize=182364 CPUtime=911.22
/proc/30047/stat : 30047 (kcnfs-smp) S 30045 30047 29576 0 -1 4194304 888 3332 0 0 3 0 91109 10 16 0 1 0 201749624 186740736 639 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30047/statm: 45591 639 65 160 0 45429 0
[pid=30050] ppid=30047 vsize=182364 CPUtime=143.64
/proc/30050/stat : 30050 (kcnfs-smp) R 30047 30047 29576 0 -1 4194368 61 0 0 0 14363 1 0 0 25 0 1 0 201749627 186740736 664 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572334 0 0 4096 0 0 0 0 17 1 0 0
/proc/30050/statm: 45591 664 73 160 0 45429 0
Current children cumulated CPU time (s) 1054.86
Current children cumulated vsize (KiB) 364728

Child status: 20
Real time (s): 529.502
CPU time (s): 1054.99
CPU user time (s): 1054.85
CPU system time (s): 0.13098
CPU usage (%): 199.241
Max. virtual memory (cumulated for all children) (KiB): 1641276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1054.85
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5121
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= 55
involuntary context switches= 18303

runsolver used 0.531919 second user time and 1.43778 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sun Feb 18 16:58:39 UTC 2007

IDJOB= 296109
IDBENCH= 19929
IDSOLVER= 112
FILE ID= node69/296109-1171817919

PBS_JOBID= 3839690

Free space on /tmp= 66561 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1368015355-04.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296109-1171817919/kcnfs-smp /tmp/evaluation/296109-1171817919/instance-296109-1171817919.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-296109-1171817919 -o ROOT/results/node69/solver-296109-1171817919 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296109-1171817919/kcnfs-smp /tmp/evaluation/296109-1171817919/instance-296109-1171817919.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  158195e2cd2ef056c6b800906e2a658f

RANDOM SEED= 248577415

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1070528 kB
Buffers:         50024 kB
Cached:         824940 kB
SwapCached:       4412 kB
Active:         622132 kB
Inactive:       262896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1070528 kB
SwapTotal:     4192956 kB
SwapFree:      4183028 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          15396 kB
Slab:            86392 kB
Committed_AS:   572464 kB
PageTables:       1472 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 node69 on Sun Feb 18 17:07:29 UTC 2007