Trace number 308368

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.2 601.499

General information on the benchmark

Namerandom/2+p/p0.7/v5500/
unif2p-p0.7-v5500-c14685-S1757451736-02-UNSAT.cnf
MD5SUM38fa97e90ce15381041a02fb89a2e927
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5494
Number of clauses14684
Sum of the clauses size39647
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24405
Number of clauses of size 310279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/308368-1172519283/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.02	c Input file : '/tmp/evaluation/308368-1172519283/instance-308368-1172519283.cnf'
0.00/0.02	c [#vars: 5500, #clauses: 14684 , (2-3)-CNF]
0.00/0.04	c unit clauses propagate before processing (#clause: 14684)
0.00/0.04	c estimated distribution: 8 tasks
0.00/0.05	c <21274> [PID]: 21276 21277 21278 21279 21280 21281 21282
0.07/0.85	c <21274> [PID]: 21283
0.07/0.85	c real distribution: 8 tasks
10.78/5.49	c <21274> [21281: UNSAT][21283: UNSAT][21279: UNSAT][21278: NOT SOLVED][21280: NOT SOLVED]
1200.12/601.49	c <21274> [21282: NOT SOLVED][21276: NOT SOLVED][21277: NOT SOLVED]
1200.12/601.49	s NOT SOLVED
1200.12/601.49	c CPU time            : 768.950 seconds
1200.12/601.49	c Elapsed Time        : 601.472 seconds
1200.12/601.49	c Size of search tree : 0 node
1200.12/601.49	c average speed       : 0.000 nodes/sec.
1200.12/601.49	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node58/watcher-308368-1172519283 -o ROOT/results/node58/solver-308368-1172519283 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308368-1172519283/kcnfs-smp /tmp/evaluation/308368-1172519283/instance-308368-1172519283.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.95 0.99 0.99 3/64 21274
/proc/meminfo: memFree=1921088/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=180916 CPUtime=0
/proc/21274/stat : 21274 (kcnfs-smp) R 21272 21274 20678 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 271884961 185257984 112 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/21274/statm: 45229 113 48 160 0 45067 0

[startup+0.106793 s]
/proc/loadavg: 0.95 0.99 0.99 3/64 21274
/proc/meminfo: memFree=1921088/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=0.04
/proc/21274/stat : 21274 (kcnfs-smp) R 21272 21274 20678 0 -1 4194304 1285 0 0 0 4 0 0 0 22 0 1 0 271884961 187760640 1062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683578 0 0 4096 0 0 0 0 17 0 0 0
/proc/21274/statm: 45840 1062 64 160 0 45678 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 183360

[startup+0.514839 s]
/proc/loadavg: 0.95 0.99 0.99 3/64 21274
/proc/meminfo: memFree=1921088/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=0.07
/proc/21274/stat : 21274 (kcnfs-smp) R 21272 21274 20678 0 -1 4194304 1406 0 0 0 7 0 0 0 24 0 1 0 271884961 187760640 1067 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640292 0 0 4096 0 0 0 0 17 0 0 0
/proc/21274/statm: 45840 1067 65 160 0 45678 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 183360

[startup+1.33593 s]
/proc/loadavg: 0.95 0.99 0.99 9/73 21283
/proc/meminfo: memFree=1913336/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=0.07
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1464 0 0 0 7 0 0 0 24 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=0.52
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 93 0 0 0 52 0 0 0 23 0 1 0 271884966 187760640 1080 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572246 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1080 69 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=0.51
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 92 0 0 0 51 0 0 0 24 0 1 0 271884966 187760640 1079 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633427 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1079 69 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=0.36
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 92 0 0 0 36 0 0 0 23 0 1 0 271884968 187760640 1079 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1079 69 160 0 45678 0
[pid=21279] ppid=21274 vsize=183360 CPUtime=0.37
/proc/21279/stat : 21279 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 93 0 0 0 37 0 0 0 25 0 1 0 271884968 187760640 1081 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572690 0 0 4096 0 0 0 0 17 0 0 0
/proc/21279/statm: 45840 1081 67 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=0.24
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 90 0 0 0 24 0 0 0 25 0 1 0 271884999 187760640 1077 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1077 65 160 0 45678 0
[pid=21281] ppid=21274 vsize=183360 CPUtime=0.22
/proc/21281/stat : 21281 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 90 0 0 0 22 0 0 0 25 0 1 0 271885004 187760640 1079 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 0 0 0
/proc/21281/statm: 45840 1079 69 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=0.14
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 91 0 0 0 14 0 0 0 25 0 1 0 271885039 187760640 1084 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580180 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1084 71 160 0 45678 0
[pid=21283] ppid=21274 vsize=183360 CPUtime=0.12
/proc/21283/stat : 21283 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 90 0 0 0 12 0 0 0 25 0 1 0 271885044 187760640 1085 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 0 0 0 0 17 1 0 0
/proc/21283/statm: 45840 1085 71 160 0 45678 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1650240

[startup+2.98011 s]
/proc/loadavg: 0.95 0.99 0.99 9/73 21283
/proc/meminfo: memFree=1913144/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=0.07
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1464 0 0 0 7 0 0 0 24 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=0.92
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 93 0 0 0 92 0 0 0 25 0 1 0 271884966 187760640 1080 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567622 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1080 69 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=0.91
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 92 0 0 0 91 0 0 0 25 0 1 0 271884966 187760640 1079 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1079 69 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=0.8
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 92 0 0 0 80 0 0 0 25 0 1 0 271884968 187760640 1079 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1079 69 160 0 45678 0
[pid=21279] ppid=21274 vsize=183360 CPUtime=0.8
/proc/21279/stat : 21279 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 97 0 0 0 80 0 0 0 25 0 1 0 271884968 187760640 1085 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 0 0 0 0 17 0 0 0
/proc/21279/statm: 45840 1085 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=0.65
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 99 0 0 0 65 0 0 0 25 0 1 0 271884999 187760640 1086 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1086 71 160 0 45678 0
[pid=21281] ppid=21274 vsize=183360 CPUtime=0.62
/proc/21281/stat : 21281 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 90 0 0 0 62 0 0 0 25 0 1 0 271885004 187760640 1079 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 0 0 0
/proc/21281/statm: 45840 1079 69 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=0.54
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 92 0 0 0 54 0 0 0 25 0 1 0 271885039 187760640 1085 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1085 71 160 0 45678 0
[pid=21283] ppid=21274 vsize=183360 CPUtime=0.52
/proc/21283/stat : 21283 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 90 0 0 0 52 0 0 0 25 0 1 0 271885044 187760640 1085 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 0 0 0 0 17 1 0 0
/proc/21283/statm: 45840 1085 71 160 0 45678 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1650240

[startup+6.18546 s]
/proc/loadavg: 1.51 1.11 1.03 8/72 21283
/proc/meminfo: memFree=1913088/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=0.9
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 160 0 0 7 0 83 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=1.72
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 93 0 0 0 172 0 0 0 25 0 1 0 271884966 187760640 1080 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567392 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1080 69 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=1.71
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 99 0 0 0 171 0 0 0 25 0 1 0 271884966 187760640 1086 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134578405 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1086 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=1.6
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 94 0 0 0 160 0 0 0 25 0 1 0 271884968 187760640 1081 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1081 69 160 0 45678 0
[pid=21279] ppid=21274 vsize=183360 CPUtime=1.78
/proc/21279/stat : 21279 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 98 0 0 0 178 0 0 0 25 0 1 0 271884968 187760640 1086 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577415 0 0 4096 0 0 0 0 17 0 0 0
/proc/21279/statm: 45840 1086 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=1.64
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 99 0 0 0 164 0 0 0 25 0 1 0 271884999 187760640 1086 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1086 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=1.54
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 95 0 0 0 154 0 0 0 25 0 1 0 271885039 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1088 71 160 0 45678 0
[pid=21283] ppid=21274 vsize=183360 CPUtime=1.32
/proc/21283/stat : 21283 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 94 0 0 0 132 0 0 0 25 0 1 0 271885044 187760640 1085 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683111 0 0 4096 0 0 0 0 17 1 0 0
/proc/21283/statm: 45840 1085 71 160 0 45678 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 1466880

[startup+12.6602 s]
/proc/loadavg: 1.95 1.21 1.06 7/71 21283
/proc/meminfo: memFree=1913352/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=2.61
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 324 0 0 7 0 254 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=3.81
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 381 0 0 0 25 0 1 0 271884966 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1088 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=3.71
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 99 0 0 0 371 0 0 0 25 0 1 0 271884966 187760640 1086 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567641 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1086 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=3.6
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 100 0 0 0 360 0 0 0 25 0 1 0 271884968 187760640 1087 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1087 71 160 0 45678 0
[pid=21279] ppid=21274 vsize=183360 CPUtime=3.9
/proc/21279/stat : 21279 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 98 0 0 0 390 0 0 0 25 0 1 0 271884968 187760640 1086 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134568980 0 0 4096 0 0 0 0 17 0 0 0
/proc/21279/statm: 45840 1086 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=3.84
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 100 0 0 0 384 0 0 0 25 0 1 0 271884999 187760640 1087 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1087 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=3.68
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 99 0 0 0 368 0 0 0 25 0 1 0 271885039 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1088 71 160 0 45678 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 1283520

[startup+25.5396 s]
/proc/loadavg: 2.85 1.44 1.14 7/71 21283
/proc/meminfo: memFree=1913480/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=2.61
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 324 0 0 7 0 254 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=8.09
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 809 0 0 0 25 0 1 0 271884966 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580339 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1088 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=8.01
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 801 0 0 0 25 0 1 0 271884966 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1088 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=7.9
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 790 0 0 0 25 0 1 0 271884968 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1088 71 160 0 45678 0
[pid=21279] ppid=21274 vsize=183360 CPUtime=8.2
/proc/21279/stat : 21279 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 98 0 0 0 820 0 0 0 25 0 1 0 271884968 187760640 1086 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 0 0 0 0 17 0 0 0
/proc/21279/statm: 45840 1086 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=8.1
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 100 0 0 0 810 0 0 0 25 0 1 0 271884999 187760640 1087 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1087 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=7.94
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 99 0 0 0 794 0 0 0 25 0 1 0 271885039 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675411 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1088 71 160 0 45678 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 1283520

[startup+51.1684 s]
/proc/loadavg: 3.92 1.81 1.27 7/71 21283
/proc/meminfo: memFree=1913480/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=2.61
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 324 0 0 7 0 254 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=16.62
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 1662 0 0 0 25 0 1 0 271884966 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1088 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=16.6
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 1660 0 0 0 25 0 1 0 271884966 187760640 1088 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1088 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=16.4

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

/proc/21276/statm: 45840 1089 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=113.7
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 11370 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1090 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=113.58
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 11358 0 0 0 25 0 1 0 271884968 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1090 71 160 0 45678 0
[pid=21279] ppid=21274 vsize=183360 CPUtime=113.48
/proc/21279/stat : 21279 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 11348 0 0 0 25 0 1 0 271884968 187760640 1089 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 0 0 0 0 17 0 0 0
/proc/21279/statm: 45840 1089 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=113.36
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 11336 0 0 0 25 0 1 0 271884999 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1090 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=113.23
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 100 0 0 0 11323 0 0 0 25 0 1 0 271885039 187760640 1089 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1089 71 160 0 45678 0
Current children cumulated CPU time (s) 683.76
Current children cumulated vsize (KiB) 1283520

[startup+402.808 s]
/proc/loadavg: 5.77 4.64 2.73 6/70 21283
/proc/meminfo: memFree=1913808/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=130.35
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 495 0 0 7 0 13028 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=133.79
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 102 0 0 0 13379 0 0 0 25 0 1 0 271884966 187760640 1089 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1089 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=133.77
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 13377 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1090 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=133.58
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 13358 0 0 0 25 0 1 0 271884968 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1090 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=136.16
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 13616 0 0 0 25 0 1 0 271884999 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1090 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=136.02
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 100 0 0 0 13602 0 0 0 25 0 1 0 271885039 187760640 1089 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580339 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1089 71 160 0 45678 0
Current children cumulated CPU time (s) 803.67
Current children cumulated vsize (KiB) 1100160

[startup+462.864 s]
/proc/loadavg: 5.28 4.70 2.87 6/70 21283
/proc/meminfo: memFree=1913808/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=130.35
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 495 0 0 7 0 13028 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=153.79
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 15379 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1090 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=153.78
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 15378 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1090 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=153.61
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 15361 0 0 0 25 0 1 0 271884968 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1090 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=166.06
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 16606 0 0 0 25 0 1 0 271884999 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1090 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=165.92
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 100 0 0 0 16592 0 0 0 25 0 1 0 271885039 187760640 1089 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567341 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1089 71 160 0 45678 0
Current children cumulated CPU time (s) 923.51
Current children cumulated vsize (KiB) 1100160

[startup+522.925 s]
/proc/loadavg: 5.10 4.76 3.00 6/70 21283
/proc/meminfo: memFree=1913744/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=130.35
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 495 0 0 7 0 13028 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=173.79
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 104 0 0 0 17379 0 0 0 25 0 1 0 271884966 187760640 1091 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1091 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=173.78
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 17378 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1090 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=173.66
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 17366 0 0 0 25 0 1 0 271884968 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572267 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1090 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=195.98
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 19597 1 0 0 25 0 1 0 271884999 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580283 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1090 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=195.81
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 100 0 0 0 19581 0 0 0 25 0 1 0 271885039 187760640 1089 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1089 71 160 0 45678 0
Current children cumulated CPU time (s) 1043.37
Current children cumulated vsize (KiB) 1100160

[startup+582.985 s]
/proc/loadavg: 5.04 4.80 3.12 6/70 21283
/proc/meminfo: memFree=1913680/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=130.35
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 495 0 0 7 0 13028 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=193.82
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 104 0 0 0 19382 0 0 0 25 0 1 0 271884966 187760640 1091 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1091 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=193.78
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 19378 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579676 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1090 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=193.67
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 104 0 0 0 19367 0 0 0 25 0 1 0 271884968 187760640 1091 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1091 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=225.89
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 22588 1 0 0 25 0 1 0 271884999 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1090 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=225.7
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 22570 0 0 0 25 0 1 0 271885039 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1090 71 160 0 45678 0
Current children cumulated CPU time (s) 1163.21
Current children cumulated vsize (KiB) 1100160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.49 s]
/proc/loadavg: 5.02 4.81 3.16 6/70 21283
/proc/meminfo: memFree=1913744/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=130.35
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 495 0 0 7 0 13028 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=199.98
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 104 0 0 0 19998 0 0 0 25 0 1 0 271884966 187760640 1091 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567341 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1091 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=199.97
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 19997 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577447 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1090 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=199.81
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 104 0 0 0 19981 0 0 0 25 0 1 0 271884968 187760640 1091 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572863 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1091 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=235.11
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 23510 1 0 0 25 0 1 0 271884999 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1090 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=234.9
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 23490 0 0 0 25 0 1 0 271885039 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1090 71 160 0 45678 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 1100160

Sending SIGTERM to process tree (bottom up)

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

[startup+601.49 s]
/proc/loadavg: 5.02 4.81 3.16 6/70 21283
/proc/meminfo: memFree=1913744/2055920 swapFree=4183776/4192956
[pid=21274] ppid=21272 vsize=183360 CPUtime=130.35
/proc/21274/stat : 21274 (kcnfs-smp) S 21272 21274 20678 0 -1 4194304 1465 495 0 0 7 0 13028 0 16 0 1 0 271884961 187760640 1068 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21274/statm: 45840 1068 66 160 0 45678 0
[pid=21276] ppid=21274 vsize=183360 CPUtime=199.98
/proc/21276/stat : 21276 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 104 0 0 0 19998 0 0 0 25 0 1 0 271884966 187760640 1091 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567341 0 0 4096 2 0 0 0 17 1 0 0
/proc/21276/statm: 45840 1091 71 160 0 45678 0
[pid=21277] ppid=21274 vsize=183360 CPUtime=199.97
/proc/21277/stat : 21277 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 19997 0 0 0 25 0 1 0 271884966 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577447 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 45840 1090 71 160 0 45678 0
[pid=21278] ppid=21274 vsize=183360 CPUtime=199.81
/proc/21278/stat : 21278 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 104 0 0 0 19981 0 0 0 25 0 1 0 271884968 187760640 1091 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572863 0 0 4096 2 0 0 0 17 1 0 0
/proc/21278/statm: 45840 1091 71 160 0 45678 0
[pid=21280] ppid=21274 vsize=183360 CPUtime=235.11
/proc/21280/stat : 21280 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 103 0 0 0 23510 1 0 0 25 0 1 0 271884999 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 0 0 0
/proc/21280/statm: 45840 1090 71 160 0 45678 0
[pid=21282] ppid=21274 vsize=183360 CPUtime=234.9
/proc/21282/stat : 21282 (kcnfs-smp) R 21274 21274 20678 0 -1 4194368 101 0 0 0 23490 0 0 0 25 0 1 0 271885039 187760640 1090 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 2 0 0 0 17 0 0 0
/proc/21282/statm: 45840 1090 71 160 0 45678 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 1100160

Child status: 0
Real time (s): 601.499
CPU time (s): 1200.2
CPU user time (s): 1200.16
CPU system time (s): 0.047992
CPU usage (%): 199.535
Max. virtual memory (cumulated for all children) (KiB): 1650240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.16
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2557
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= 54
involuntary context switches= 20743

runsolver used 0.610907 second user time and 1.52877 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Feb 26 19:48:03 UTC 2007

IDJOB= 308368
IDBENCH= 20230
IDSOLVER= 112
FILE ID= node58/308368-1172519283

PBS_JOBID= 3971783

Free space on /tmp= 66561 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v5500/unif2p-p0.7-v5500-c14685-S1757451736-02-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308368-1172519283/kcnfs-smp /tmp/evaluation/308368-1172519283/instance-308368-1172519283.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-308368-1172519283 -o ROOT/results/node58/solver-308368-1172519283 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308368-1172519283/kcnfs-smp /tmp/evaluation/308368-1172519283/instance-308368-1172519283.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  38fa97e90ce15381041a02fb89a2e927

RANDOM SEED= 500255587

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1921496 kB
Buffers:         18768 kB
Cached:          79212 kB
SwapCached:       3408 kB
Active:          33476 kB
Inactive:        74792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921496 kB
SwapTotal:     4192956 kB
SwapFree:      4183776 kB
Dirty:            3376 kB
Writeback:           0 kB
Mapped:          15416 kB
Slab:            12192 kB
Committed_AS:   612160 kB
PageTables:       1380 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 node58 on Mon Feb 26 19:58:04 UTC 2007