Trace number 292870

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 1087.2 549.027

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1225022879-08.UNSAT.shuffled.cnf
MD5SUM06c88ca8490143b77ab1c7722ab3dc5c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark873.317
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
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/292870-1171760241/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/292870-1171760241/instance-292870-1171760241.cnf'
0.00/0.00	c [#vars: 100, #clauses: 2130, 5-CNF]
0.00/0.00	c unit clauses propagate before processing (#clause: 2130)
0.00/0.00	c estimated distribution: 8 tasks
0.00/0.01	c [PID]: 8381 8382 8383 8384 8385 8386 8387
0.00/0.40	c [PID]: 8388
0.00/0.40	c real distribution: 8 tasks
788.13/395.30	c <8379> [8386: UNSAT][8388: UNSAT][8387: UNSAT][8381: UNSAT][8382: UNSAT]
1072.57/537.84	c <8379> [8385: UNSAT][8384: UNSAT][8383: UNSAT]
1087.17/549.02	s UNSATISFIABLE
1087.17/549.02	c CPU time            : 1087.290 seconds
1087.17/549.02	c Elapsed Time        : 549.020 seconds
1087.17/549.02	c Size of search tree : 4026660 nodes
1087.17/549.02	c average speed       : 3703.391 nodes/sec.
1087.17/549.02	

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8379
/proc/meminfo: memFree=1258432/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=180916 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) R 8377 8379 8192 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 195978519 185257984 117 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/8379/statm: 45229 118 48 160 0 45067 0

[startup+0.106933 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8379
/proc/meminfo: memFree=1258432/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) R 8377 8379 8192 0 -1 4194304 481 0 0 0 0 0 0 0 24 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181176

[startup+0.515001 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8379
/proc/meminfo: memFree=1258432/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 515 0 0 0 0 0 0 0 24 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181176

[startup+1.33814 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 8388
/proc/meminfo: memFree=1255096/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 515 0 0 0 0 0 0 0 24 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8381] ppid=8379 vsize=181176 CPUtime=0.44
/proc/8381/stat : 8381 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 44 0 0 0 24 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580277 0 0 4096 2 0 0 0 17 1 0 0
/proc/8381/statm: 45294 298 73 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=0.4
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 40 0 0 0 23 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567500 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 298 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=0.41
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 41 0 0 0 25 0 1 0 195978523 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134623004 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 298 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=0.3
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 30 0 0 0 24 0 1 0 195978524 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580147 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 298 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=0.3
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 30 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576892 0 0 4096 2 0 0 0 17 1 0 0
/proc/8385/statm: 45294 298 73 160 0 45132 0
[pid=8386] ppid=8379 vsize=181176 CPUtime=0.32
/proc/8386/stat : 8386 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 32 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580283 0 0 4096 0 0 0 0 17 0 0 0
/proc/8386/statm: 45294 298 73 160 0 45132 0
[pid=8387] ppid=8379 vsize=181176 CPUtime=0.2
/proc/8387/stat : 8387 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 20 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 0 0 0
/proc/8387/statm: 45294 298 73 160 0 45132 0
[pid=8388] ppid=8379 vsize=181176 CPUtime=0.24
/proc/8388/stat : 8388 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 24 0 0 0 25 0 1 0 195978555 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580154 0 0 4096 0 0 0 0 17 0 0 0
/proc/8388/statm: 45294 298 73 160 0 45132 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1630584

[startup+2.97942 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 8388
/proc/meminfo: memFree=1254904/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 515 0 0 0 0 0 0 0 24 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8381] ppid=8379 vsize=181176 CPUtime=0.86
/proc/8381/stat : 8381 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 86 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580064 0 0 4096 2 0 0 0 17 1 0 0
/proc/8381/statm: 45294 298 73 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=0.82
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 82 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134613354 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 298 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=0.81
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 81 0 0 0 25 0 1 0 195978523 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577659 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 298 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=0.7
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 70 0 0 0 25 0 1 0 195978524 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 298 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=0.7
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 70 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567307 0 0 4096 2 0 0 0 17 1 0 0
/proc/8385/statm: 45294 298 73 160 0 45132 0
[pid=8386] ppid=8379 vsize=181176 CPUtime=0.76
/proc/8386/stat : 8386 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 76 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577103 0 0 4096 0 0 0 0 17 0 0 0
/proc/8386/statm: 45294 298 73 160 0 45132 0
[pid=8387] ppid=8379 vsize=181176 CPUtime=0.6
/proc/8387/stat : 8387 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 60 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577577 0 0 4096 2 0 0 0 17 0 0 0
/proc/8387/statm: 45294 298 73 160 0 45132 0
[pid=8388] ppid=8379 vsize=181176 CPUtime=0.64
/proc/8388/stat : 8388 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 64 0 0 0 25 0 1 0 195978555 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134617914 0 0 4096 0 0 0 0 17 0 0 0
/proc/8388/statm: 45294 298 73 160 0 45132 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1630584

[startup+6.28099 s]
/proc/loadavg: 1.49 1.10 1.03 9/86 8388
/proc/meminfo: memFree=1254648/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 515 0 0 0 0 0 0 0 24 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8381] ppid=8379 vsize=181176 CPUtime=1.74
/proc/8381/stat : 8381 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 174 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 1 0 0
/proc/8381/statm: 45294 298 73 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=1.62
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 162 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134692382 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 298 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=1.61
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 161 0 0 0 25 0 1 0 195978523 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576866 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 298 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=1.52
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 152 0 0 0 25 0 1 0 195978524 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577530 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 298 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=1.5
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 150 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 2 0 0 0 17 1 0 0
/proc/8385/statm: 45294 298 73 160 0 45132 0
[pid=8386] ppid=8379 vsize=181176 CPUtime=1.6
/proc/8386/stat : 8386 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 160 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572853 0 0 4096 0 0 0 0 17 0 0 0
/proc/8386/statm: 45294 298 73 160 0 45132 0
[pid=8387] ppid=8379 vsize=181176 CPUtime=1.44
/proc/8387/stat : 8387 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 144 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577286 0 0 4096 2 0 0 0 17 0 0 0
/proc/8387/statm: 45294 298 73 160 0 45132 0
[pid=8388] ppid=8379 vsize=181176 CPUtime=1.44
/proc/8388/stat : 8388 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 144 0 0 0 25 0 1 0 195978555 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134620338 0 0 4096 0 0 0 0 17 0 0 0
/proc/8388/statm: 45294 298 73 160 0 45132 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 1630584

[startup+12.7661 s]
/proc/loadavg: 2.49 1.33 1.11 9/86 8388
/proc/meminfo: memFree=1254584/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 515 0 0 0 0 0 0 0 24 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8381] ppid=8379 vsize=181176 CPUtime=3.34
/proc/8381/stat : 8381 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 334 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134614423 0 0 4096 2 0 0 0 17 1 0 0
/proc/8381/statm: 45294 298 73 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=3.22
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 322 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134617872 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 298 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=3.21
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 321 0 0 0 25 0 1 0 195978523 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134581735 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 298 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=3.2
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 320 0 0 0 25 0 1 0 195978524 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134695815 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 298 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=3.1
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 310 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 1 0 0
/proc/8385/statm: 45294 298 73 160 0 45132 0
[pid=8386] ppid=8379 vsize=181176 CPUtime=3.2
/proc/8386/stat : 8386 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 320 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577666 0 0 4096 0 0 0 0 17 0 0 0
/proc/8386/statm: 45294 298 73 160 0 45132 0
[pid=8387] ppid=8379 vsize=181176 CPUtime=3.1
/proc/8387/stat : 8387 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 310 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 0 0 0
/proc/8387/statm: 45294 298 73 160 0 45132 0
[pid=8388] ppid=8379 vsize=181176 CPUtime=3.05
/proc/8388/stat : 8388 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 305 0 0 0 25 0 1 0 195978555 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580334 0 0 4096 0 0 0 0 17 0 0 0
/proc/8388/statm: 45294 298 73 160 0 45132 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1630584

[startup+25.6383 s]
/proc/loadavg: 3.33 1.55 1.18 9/86 8388
/proc/meminfo: memFree=1254648/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=0
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 515 0 0 0 0 0 0 0 24 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8381] ppid=8379 vsize=181176 CPUtime=6.54
/proc/8381/stat : 8381 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 654 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577725 0 0 4096 2 0 0 0 17 1 0 0
/proc/8381/statm: 45294 298 73 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=6.42
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 642 0 0 0 25 0 1 0 195978520 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576866 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 298 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=6.41
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 641 0 0 0 25 0 1 0 195978523 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577612 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 298 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=6.4
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 640 0 0 0 25 0 1 0 195978524 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577449 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 298 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=6.37
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 637 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572082 0 0 4096 2 0 0 0 17 1 0 0
/proc/8385/statm: 45294 298 73 160 0 45132 0
[pid=8386] ppid=8379 vsize=181176 CPUtime=6.4
/proc/8386/stat : 8386 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 640 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567320 0 0 4096 0 0 0 0 17 0 0 0
/proc/8386/statm: 45294 298 73 160 0 45132 0
[pid=8387] ppid=8379 vsize=181176 CPUtime=6.29
/proc/8387/stat : 8387 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 629 0 0 0 25 0 1 0 195978525 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134622455 0 0 4096 2 0 0 0 17 0 0 0
/proc/8387/statm: 45294 298 73 160 0 45132 0
[pid=8388] ppid=8379 vsize=181176 CPUtime=6.26
/proc/8388/stat : 8388 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 55 0 0 0 626 0 0 0 25 0 1 0 195978555 185524224 298 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572319 0 0 4096 0 0 0 0 17 0 0 0
/proc/8388/statm: 45294 298 73 160 0 45132 0
Current children cumulated CPU time (s) 51.09

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

/proc/8384/statm: 45294 299 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=100.68
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 10068 0 0 0 25 0 1 0 195978525 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580336 0 0 4096 2 0 0 0 17 1 0 0
/proc/8385/statm: 45294 299 73 160 0 45132 0
[pid=8387] ppid=8379 vsize=181176 CPUtime=100.77
/proc/8387/stat : 8387 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 10076 1 0 0 25 0 1 0 195978525 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576883 0 0 4096 2 0 0 0 17 0 0 0
/proc/8387/statm: 45294 299 73 160 0 45132 0
[pid=8388] ppid=8379 vsize=181176 CPUtime=100.82
/proc/8388/stat : 8388 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 10080 2 0 0 25 0 1 0 195978555 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580081 0 0 4096 0 0 0 0 17 0 0 0
/proc/8388/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 803.35
Current children cumulated vsize (KiB) 1449408

[startup+462.93 s]
/proc/loadavg: 7.29 6.29 3.65 7/84 8586
/proc/meminfo: memFree=1254848/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=215.74
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 364 0 0 0 0 21569 5 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8381] ppid=8379 vsize=181176 CPUtime=116.52
/proc/8381/stat : 8381 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 11652 0 0 0 25 0 1 0 195978520 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572853 0 0 4096 2 0 0 0 17 1 0 0
/proc/8381/statm: 45294 299 73 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=116.46
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 11646 0 0 0 25 0 1 0 195978520 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572082 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 299 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=121.03
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 12101 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134622380 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=116.27
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 11627 0 0 0 25 0 1 0 195978524 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 299 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=116.37
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 11637 0 0 0 25 0 1 0 195978525 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580376 0 0 4096 2 0 0 0 17 0 0 0
/proc/8385/statm: 45294 299 73 160 0 45132 0
[pid=8387] ppid=8379 vsize=181176 CPUtime=120.87
/proc/8387/stat : 8387 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 12086 1 0 0 25 0 1 0 195978525 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134620850 0 0 4096 2 0 0 0 17 0 0 0
/proc/8387/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 923.26
Current children cumulated vsize (KiB) 1268232

[startup+522.952 s]
/proc/loadavg: 5.69 6.04 3.73 5/82 8586
/proc/meminfo: memFree=1255376/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=471.15
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 728 0 0 0 0 47107 8 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=140.79
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14079 0 0 0 25 0 1 0 195978520 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 299 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=147.58
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14756 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134692516 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=140.65
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14064 1 0 0 25 0 1 0 195978524 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572082 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 299 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=142.89
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14289 0 0 0 25 0 1 0 195978525 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134619959 0 0 4096 2 0 0 0 17 0 0 0
/proc/8385/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1043.06
Current children cumulated vsize (KiB) 905880

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

[startup+527.169 s]
/proc/loadavg: 5.55 6.01 3.73 5/82 8586
/proc/meminfo: memFree=1255376/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=471.15
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 728 0 0 0 0 47107 8 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8382] ppid=8379 vsize=181176 CPUtime=142.89
/proc/8382/stat : 8382 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14289 0 0 0 25 0 1 0 195978520 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580154 0 0 4096 0 0 0 0 17 1 0 0
/proc/8382/statm: 45294 299 73 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=149.68
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14966 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=142.77
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14276 1 0 0 25 0 1 0 195978524 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134627955 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 299 73 160 0 45132 0
[pid=8385] ppid=8379 vsize=181176 CPUtime=144.98
/proc/8385/stat : 8385 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 14498 0 0 0 25 0 1 0 195978525 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572756 0 0 4096 2 0 0 0 17 0 0 0
/proc/8385/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1051.47
Current children cumulated vsize (KiB) 905880

[startup+540.319 s]
/proc/loadavg: 5.05 5.87 3.72 3/80 8586
/proc/meminfo: memFree=1256040/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=765.17
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 1092 0 0 0 0 76508 9 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=157.64
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 15762 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134615590 0 0 4096 2 0 0 0 17 0 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
[pid=8384] ppid=8379 vsize=181176 CPUtime=154.9
/proc/8384/stat : 8384 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 15489 1 0 0 25 0 1 0 195978524 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134614906 0 0 4096 0 0 0 0 17 1 0 0
/proc/8384/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1077.71
Current children cumulated vsize (KiB) 543528

[startup+543.591 s]
/proc/loadavg: 4.73 5.79 3.71 2/79 8586
/proc/meminfo: memFree=1256240/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=920.83
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 1274 0 0 0 0 92073 10 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=160.91
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 16089 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580266 0 0 4096 2 0 0 0 17 1 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1081.74
Current children cumulated vsize (KiB) 362352

[startup+546.874 s]
/proc/loadavg: 4.73 5.79 3.71 2/79 8586
/proc/meminfo: memFree=1256240/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=920.83
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 1274 0 0 0 0 92073 10 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=164.19
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 16417 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 1 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1085.02
Current children cumulated vsize (KiB) 362352

[startup+547.694 s]
/proc/loadavg: 4.73 5.79 3.71 2/79 8586
/proc/meminfo: memFree=1256240/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=920.83
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 1274 0 0 0 0 92073 10 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=165.01
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 16499 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580280 0 0 4096 2 0 0 0 17 1 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1085.84
Current children cumulated vsize (KiB) 362352

[startup+548.514 s]
/proc/loadavg: 4.43 5.71 3.69 2/79 8586
/proc/meminfo: memFree=1256240/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=920.83
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 1274 0 0 0 0 92073 10 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=165.83
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 16581 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577530 0 0 4096 2 0 0 0 17 1 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1086.66
Current children cumulated vsize (KiB) 362352

[startup+548.922 s]
/proc/loadavg: 4.43 5.71 3.69 2/79 8586
/proc/meminfo: memFree=1256240/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=920.83
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 1274 0 0 0 0 92073 10 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8383] ppid=8379 vsize=181176 CPUtime=166.24
/proc/8383/stat : 8383 (kcnfs-smp) R 8379 8379 8192 0 -1 4194368 56 0 0 0 16622 2 0 0 25 0 1 0 195978523 185524224 299 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134589626 0 0 4096 2 0 0 0 17 1 0 0
/proc/8383/statm: 45294 299 73 160 0 45132 0
Current children cumulated CPU time (s) 1087.07
Current children cumulated vsize (KiB) 362352

[startup+549.024 s]
/proc/loadavg: 4.43 5.71 3.69 2/79 8586
/proc/meminfo: memFree=1256240/2055920 swapFree=4192812/4192956
[pid=8379] ppid=8377 vsize=181176 CPUtime=920.83
/proc/8379/stat : 8379 (kcnfs-smp) S 8377 8379 8192 0 -1 4194304 516 1274 0 0 0 0 92073 10 16 0 1 0 195978519 185524224 280 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8379/statm: 45294 280 65 160 0 45132 0
[pid=8383] ppid=8379 vsize=0 CPUtime=166.34
/proc/8383/stat : 8383 (kcnfs-smp) D 8379 8379 8192 0 -1 4194372 182 0 0 0 16632 2 0 0 24 0 1 0 195978523 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 2 18446744072100051646 0 0 17 0 0 0
/proc/8383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1087.17
Current children cumulated vsize (KiB) 181176

Child status: 20
Real time (s): 549.027
CPU time (s): 1087.2
CPU user time (s): 1087.07
CPU system time (s): 0.134979
CPU usage (%): 198.024
Max. virtual memory (cumulated for all children) (KiB): 1630584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1087.07
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2108
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= 53
involuntary context switches= 30725

runsolver used 0.565913 second user time and 1.47477 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Feb 18 00:57:21 UTC 2007

IDJOB= 292870
IDBENCH= 19850
IDSOLVER= 112
FILE ID= node15/292870-1171760241

PBS_JOBID= 3839283

Free space on /tmp= 66533 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1225022879-08.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292870-1171760241/kcnfs-smp /tmp/evaluation/292870-1171760241/instance-292870-1171760241.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-292870-1171760241 -o ROOT/results/node15/solver-292870-1171760241 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292870-1171760241/kcnfs-smp /tmp/evaluation/292870-1171760241/instance-292870-1171760241.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  06c88ca8490143b77ab1c7722ab3dc5c

RANDOM SEED= 849278129

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1258904 kB
Buffers:         46284 kB
Cached:         620320 kB
SwapCached:          0 kB
Active:         656872 kB
Inactive:        69964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          79148 kB
Slab:            55664 kB
Committed_AS:   737984 kB
PageTables:       1800 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= 66533 MiB

End job on node15 on Sun Feb 18 01:06:31 UTC 2007