Trace number 301439

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.14 601.705

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S1971221253-16.cnf
MD5SUM7d11f63b7086729c0b1c75db27f32aba
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.1348
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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/301439-1171970467/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.05	c Input file : '/tmp/evaluation/301439-1171970467/instance-301439-1171970467.cnf'
0.00/0.05	c [#vars: 1000, #clauses: 20000, 5-CNF]
0.00/0.09	c unit clauses propagate before processing (#clause: 20000)
0.00/0.09	c estimated distribution: 8 tasks
0.09/0.10	c [PID]: 31142 31143 31144 31145 31146 31147 31148
0.10/0.45	c [PID]: 31149
0.10/0.45	c real distribution: 8 tasks

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-301439-1171970467 -o ROOT/results/node6/solver-301439-1171970467 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301439-1171970467/kcnfs-smp /tmp/evaluation/301439-1171970467/instance-301439-1171970467.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: 1.02 1.01 1.00 3/77 31140
/proc/meminfo: memFree=1314360/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=180916 CPUtime=0
/proc/31140/stat : 31140 (kcnfs-smp) R 31138 31140 29623 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 217001426 185257984 115 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/31140/statm: 45229 115 48 160 0 45067 0

[startup+0.107336 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 31140
/proc/meminfo: memFree=1314360/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.09
/proc/31140/stat : 31140 (kcnfs-smp) R 31138 31140 29623 0 -1 4194304 1829 0 0 0 9 0 0 0 18 0 1 0 217001426 189849600 1813 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 1 0 0
/proc/31140/statm: 46350 1813 64 160 0 46188 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 185400

[startup+0.515423 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 31140
/proc/meminfo: memFree=1314360/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 185400

[startup+1.33758 s]
/proc/loadavg: 1.33 1.07 1.02 10/86 31149
/proc/meminfo: memFree=1300464/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=0.53
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 53 0 0 0 23 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=0.32
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 32 0 0 0 23 0 1 0 217001437 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720519 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1861 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=0.3
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 30 0 0 0 23 0 1 0 217001439 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580075 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1861 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=0.3
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 30 0 0 0 24 0 1 0 217001441 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1861 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=0.32
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 32 0 0 0 25 0 1 0 217001462 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1861 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=0.22
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 22 0 0 0 25 0 1 0 217001467 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577103 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1861 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=0.2
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 20 0 0 0 25 0 1 0 217001469 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580277 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1861 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=0.2
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 191 0 0 0 20 0 0 0 25 0 1 0 217001471 189857792 1860 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1860 71 160 0 46190 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1668664

[startup+2.98991 s]
/proc/loadavg: 1.33 1.07 1.02 9/86 31149
/proc/meminfo: memFree=1300208/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=0.94
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 94 0 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580317 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=0.75
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 75 0 0 0 25 0 1 0 217001437 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720537 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1861 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=0.7
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 70 0 0 0 25 0 1 0 217001439 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580277 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1861 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=0.7
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 70 0 0 0 25 0 1 0 217001441 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720504 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1861 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=0.74
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 74 0 0 0 25 0 1 0 217001462 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577447 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1861 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=0.64
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 64 0 0 0 25 0 1 0 217001467 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580317 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1861 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=0.6
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 60 0 0 0 25 0 1 0 217001469 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580075 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1861 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=0.6
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 60 0 0 0 25 0 1 0 217001471 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1862 73 160 0 46190 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 1668664

[startup+6.28356 s]
/proc/loadavg: 1.87 1.19 1.06 9/86 31149
/proc/meminfo: memFree=1299952/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=1.74
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 174 0 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134610620 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=1.62
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 162 0 0 0 25 0 1 0 217001437 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134697027 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1861 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=1.53
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 153 0 0 0 25 0 1 0 217001439 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580123 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1862 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=1.5
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 150 0 0 0 25 0 1 0 217001441 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720537 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1861 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=1.54
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 154 0 0 0 25 0 1 0 217001462 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134569510 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1861 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=1.52
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 152 0 0 0 25 0 1 0 217001467 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577447 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1861 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=1.41
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 141 0 0 0 25 0 1 0 217001469 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567283 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1861 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=1.4
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 140 0 0 0 25 0 1 0 217001471 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720502 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1862 73 160 0 46190 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 1668664

[startup+12.7828 s]
/proc/loadavg: 2.36 1.30 1.10 9/86 31149
/proc/meminfo: memFree=1299824/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=3.34
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 334 0 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=3.22
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 322 0 0 0 25 0 1 0 217001437 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720534 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1861 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=3.2
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 320 0 0 0 25 0 1 0 217001439 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1862 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=3.12
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 312 0 0 0 25 0 1 0 217001441 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1861 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=3.14
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 314 0 0 0 25 0 1 0 217001462 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579720 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1861 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=3.12
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 312 0 0 0 25 0 1 0 217001467 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720537 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1861 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=3.08
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 308 0 0 0 25 0 1 0 217001469 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577530 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1862 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=3
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 300 0 0 0 25 0 1 0 217001471 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1862 73 160 0 46190 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 1668664

[startup+25.6684 s]
/proc/loadavg: 3.23 1.52 1.17 9/86 31149
/proc/meminfo: memFree=1299824/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=6.55
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 655 0 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580317 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=6.42
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 642 0 0 0 25 0 1 0 217001437 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720561 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1861 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=6.4
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 640 0 0 0 25 0 1 0 217001439 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567303 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1862 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=6.4
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 640 0 0 0 25 0 1 0 217001441 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134697032 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1861 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=6.34
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 634 0 0 0 25 0 1 0 217001462 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577693 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1862 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=6.32
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 192 0 0 0 632 0 0 0 25 0 1 0 217001467 189857792 1861 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1861 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=6.29
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 629 0 0 0 25 0 1 0 217001469 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1862 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=6.2
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 193 0 0 0 620 0 0 0 25 0 1 0 217001471 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577072 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1862 73 160 0 46190 0
Current children cumulated CPU time (s) 51.02

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

[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=115.82
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 11581 1 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580339 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=115.7
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 196 0 0 0 11569 1 0 0 25 0 1 0 217001437 189857792 1864 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577530 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1864 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=115.64
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 11563 1 0 0 25 0 1 0 217001439 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567521 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1863 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=115.57
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 11557 0 0 0 25 0 1 0 217001441 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1863 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=115.12
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 11512 0 0 0 25 0 1 0 217001462 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1863 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=115.06
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 11506 0 0 0 25 0 1 0 217001467 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577533 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1863 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=114.98
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 11498 0 0 0 25 0 1 0 217001469 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1863 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=114.98
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 11498 0 0 0 25 0 1 0 217001471 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720583 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1863 73 160 0 46190 0
Current children cumulated CPU time (s) 922.97
Current children cumulated vsize (KiB) 1668664

[startup+522.816 s]
/proc/loadavg: 7.99 6.78 4.00 9/86 31149
/proc/meminfo: memFree=1299696/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=130.82
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 13081 1 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567521 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=130.7
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 196 0 0 0 13069 1 0 0 25 0 1 0 217001437 189857792 1864 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134696990 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1864 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=130.64
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 13063 1 0 0 25 0 1 0 217001439 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1863 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=130.57
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 13057 0 0 0 25 0 1 0 217001441 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1863 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=130.02
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 13002 0 0 0 25 0 1 0 217001462 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1863 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=130
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 13000 0 0 0 25 0 1 0 217001467 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1863 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=129.97
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 12997 0 0 0 25 0 1 0 217001469 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720565 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1863 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=129.88
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 12988 0 0 0 25 0 1 0 217001471 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577530 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1863 73 160 0 46190 0
Current children cumulated CPU time (s) 1042.7
Current children cumulated vsize (KiB) 1668664

[startup+582.824 s]
/proc/loadavg: 7.99 7.00 4.25 9/86 31149
/proc/meminfo: memFree=1299632/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=145.81
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14580 1 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=145.69
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 196 0 0 0 14568 1 0 0 25 0 1 0 217001437 189857792 1864 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720374 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1864 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=145.62
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14561 1 0 0 25 0 1 0 217001439 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572648 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1863 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=145.57
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14557 0 0 0 25 0 1 0 217001441 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134708962 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1863 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=144.93
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14493 0 0 0 25 0 1 0 217001462 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580357 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1863 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=144.9
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14490 0 0 0 25 0 1 0 217001467 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134696876 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1863 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=144.88
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14488 0 0 0 25 0 1 0 217001469 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580327 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1863 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=144.87
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14487 0 0 0 25 0 1 0 217001471 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579727 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1863 73 160 0 46190 0
Current children cumulated CPU time (s) 1162.37
Current children cumulated vsize (KiB) 1668664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.691 s]
/proc/loadavg: 7.99 7.06 4.33 9/86 31149
/proc/meminfo: memFree=1299632/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=150.51
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 15050 1 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720495 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=150.39
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 196 0 0 0 15038 1 0 0 25 0 1 0 217001437 189857792 1864 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576892 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1864 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=150.38
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 15037 1 0 0 25 0 1 0 217001439 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1863 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=150.28
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 15028 0 0 0 25 0 1 0 217001441 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577649 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1863 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=149.62
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14962 0 0 0 25 0 1 0 217001462 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1863 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=149.6
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14960 0 0 0 25 0 1 0 217001467 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567307 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1863 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=149.58
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14958 0 0 0 25 0 1 0 217001469 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134708968 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1863 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=149.57
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14957 0 0 0 25 0 1 0 217001471 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720519 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1863 73 160 0 46190 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1668664

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+601.691 s]
/proc/loadavg: 7.99 7.06 4.33 9/86 31149
/proc/meminfo: memFree=1299632/2055924 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=185400 CPUtime=0.1
/proc/31140/stat : 31140 (kcnfs-smp) S 31138 31140 29623 0 -1 4194304 2638 0 0 0 10 0 0 0 22 0 1 0 217001426 189849600 1815 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31140/statm: 46350 1815 65 160 0 46188 0
[pid=31142] ppid=31140 vsize=185408 CPUtime=150.51
/proc/31142/stat : 31142 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 15050 1 0 0 25 0 1 0 217001436 189857792 1862 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720495 0 0 4096 2 0 0 0 17 1 0 0
/proc/31142/statm: 46352 1862 73 160 0 46190 0
[pid=31143] ppid=31140 vsize=185408 CPUtime=150.39
/proc/31143/stat : 31143 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 196 0 0 0 15038 1 0 0 25 0 1 0 217001437 189857792 1864 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134576892 0 0 4096 0 0 0 0 17 1 0 0
/proc/31143/statm: 46352 1864 73 160 0 46190 0
[pid=31144] ppid=31140 vsize=185408 CPUtime=150.38
/proc/31144/stat : 31144 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 15037 1 0 0 25 0 1 0 217001439 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720483 0 0 4096 2 0 0 0 17 1 0 0
/proc/31144/statm: 46352 1863 73 160 0 46190 0
[pid=31145] ppid=31140 vsize=185408 CPUtime=150.28
/proc/31145/stat : 31145 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 15028 0 0 0 25 0 1 0 217001441 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577649 0 0 4096 0 0 0 0 17 1 0 0
/proc/31145/statm: 46352 1863 73 160 0 46190 0
[pid=31146] ppid=31140 vsize=185408 CPUtime=149.62
/proc/31146/stat : 31146 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14962 0 0 0 25 0 1 0 217001462 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 2 0 0 0 17 0 0 0
/proc/31146/statm: 46352 1863 73 160 0 46190 0
[pid=31147] ppid=31140 vsize=185408 CPUtime=149.6
/proc/31147/stat : 31147 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14960 0 0 0 25 0 1 0 217001467 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567307 0 0 4096 0 0 0 0 17 0 0 0
/proc/31147/statm: 46352 1863 73 160 0 46190 0
[pid=31148] ppid=31140 vsize=185408 CPUtime=149.58
/proc/31148/stat : 31148 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14958 0 0 0 25 0 1 0 217001469 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134708968 0 0 4096 2 0 0 0 17 0 0 0
/proc/31148/statm: 46352 1863 73 160 0 46190 0
[pid=31149] ppid=31140 vsize=185408 CPUtime=149.57
/proc/31149/stat : 31149 (kcnfs-smp) R 31140 31140 29623 0 -1 4194368 194 0 0 0 14957 0 0 0 25 0 1 0 217001471 189857792 1863 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134720519 0 0 4096 0 0 0 0 17 0 0 0
/proc/31149/statm: 46352 1863 73 160 0 46190 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1668664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.705
CPU time (s): 1200.14
CPU user time (s): 1200.04
CPU system time (s): 0.091986
CPU usage (%): 199.456
Max. virtual memory (cumulated for all children) (KiB): 1668664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4601
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= 38
involuntary context switches= 34085

runsolver used 0.728889 second user time and 1.68374 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Feb 20 11:21:07 UTC 2007

IDJOB= 301439
IDBENCH= 20059
IDSOLVER= 112
FILE ID= node6/301439-1171970467

PBS_JOBID= 3849013

Free space on /tmp= 66549 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S1971221253-16.cnf
COMMAND LINE= /tmp/evaluation/301439-1171970467/kcnfs-smp /tmp/evaluation/301439-1171970467/instance-301439-1171970467.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-301439-1171970467 -o ROOT/results/node6/solver-301439-1171970467 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301439-1171970467/kcnfs-smp /tmp/evaluation/301439-1171970467/instance-301439-1171970467.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  7d11f63b7086729c0b1c75db27f32aba

RANDOM SEED= 994251544

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1314832 kB
Buffers:         71400 kB
Cached:         534548 kB
SwapCached:          0 kB
Active:         350044 kB
Inactive:       312692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1314832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3628 kB
Writeback:           0 kB
Mapped:          75700 kB
Slab:            64016 kB
Committed_AS:   810596 kB
PageTables:       1748 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= 66549 MiB

End job on node6 on Tue Feb 20 11:31:11 UTC 2007