Trace number 306195

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.16 602.528

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S597645631-10.cnf
MD5SUMbe41d97fbec08b222b8d456b52d73634
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.39
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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/306195-1172094180/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.07	c Input file : '/tmp/evaluation/306195-1172094180/instance-306195-1172094180.cnf'
0.00/0.07	c [#vars: 10000, #clauses: 42000 -> 42078 clauses (pre-processing), tautology: 0, 3-CNF]
0.30/0.32	c unit clauses propagate before processing (#clause: 42078)
0.30/0.32	c estimated distribution: 8 tasks
2.15/2.15	c <32183> [PID]: 32185 32186 32187 32188 32189 32190 32191
17.86/10.09	c <32183> [PID]: 32192
17.86/10.09	c real distribution: 8 tasks
1200.07/602.52	c <32183> [32192: NOT SOLVED][32186: NOT SOLVED][32190: NOT SOLVED][32187: NOT SOLVED][32189: NOT SOLVED]
1200.07/602.52	c <32183> [32191: NOT SOLVED][32185: NOT SOLVED][32188: NOT SOLVED]
1200.07/602.52	s NOT SOLVED
1200.07/602.52	c CPU time            : 4.580 seconds
1200.07/602.52	c Elapsed Time        : 602.447 seconds
1200.07/602.52	c Size of search tree : 0 node
1200.07/602.52	c average speed       : 0.000 nodes/sec.
1200.07/602.52	

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/node68/watcher-306195-1172094180 -o ROOT/results/node68/solver-306195-1172094180 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306195-1172094180/kcnfs-smp /tmp/evaluation/306195-1172094180/instance-306195-1172094180.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.91 0.97 0.99 3/64 32183
/proc/meminfo: memFree=1616888/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=180916 CPUtime=0
/proc/32183/stat : 32183 (kcnfs-smp) R 32181 32183 30978 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 229375684 185257984 112 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 45229 113 48 160 0 45067 0

[startup+0.107289 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 32183
/proc/meminfo: memFree=1616888/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=187672 CPUtime=0.1
/proc/32183/stat : 32183 (kcnfs-smp) R 32181 32183 30978 0 -1 4194304 1582 0 0 0 10 0 0 0 18 0 1 0 229375684 192176128 1566 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134725894 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 46918 1566 51 160 0 46756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 187672

[startup+0.515324 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 32183
/proc/meminfo: memFree=1616888/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=0.5
/proc/32183/stat : 32183 (kcnfs-smp) R 32181 32183 30978 0 -1 4194304 2907 0 0 0 50 0 0 0 21 0 1 0 229375684 193331200 2891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647974 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 47200 2891 72 160 0 47038 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 188800

[startup+1.3354 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 32184
/proc/meminfo: memFree=1605424/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=1.33
/proc/32183/stat : 32183 (kcnfs-smp) R 32181 32183 30978 0 -1 4194304 2908 0 0 0 132 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649106 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 188800

[startup+2.97856 s]
/proc/loadavg: 0.91 0.97 0.99 4/67 32186
/proc/meminfo: memFree=1604000/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=2.55
/proc/32183/stat : 32183 (kcnfs-smp) R 32181 32183 30978 0 -1 4194304 3090 0 0 0 254 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188800 CPUtime=0.82
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 139 0 0 0 82 0 0 0 25 0 1 0 229375899 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47200 2892 72 160 0 47038 0
[pid=32186] ppid=32183 vsize=188800 CPUtime=0.41
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 130 0 0 0 41 0 0 0 25 0 1 0 229375900 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/32186/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 566400

[startup+6.26686 s]
/proc/loadavg: 1.08 1.00 1.00 6/69 32188
/proc/meminfo: memFree=1602320/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=3.65
/proc/32183/stat : 32183 (kcnfs-smp) R 32181 32183 30978 0 -1 4194304 3278 0 0 0 364 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649337 0 0 4096 0 0 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188800 CPUtime=2.8
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 280 0 0 0 25 0 1 0 229375899 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650690 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47200 2893 72 160 0 47038 0
[pid=32186] ppid=32183 vsize=188800 CPUtime=1.61
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 142 0 0 0 161 0 0 0 25 0 1 0 229375900 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650774 0 0 4096 0 0 0 0 17 0 0 0
/proc/32186/statm: 47200 2892 72 160 0 47038 0
[pid=32187] ppid=32183 vsize=188800 CPUtime=0.94
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 139 0 0 0 94 0 0 0 25 0 1 0 229376034 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650876 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47200 2892 72 160 0 47038 0
[pid=32188] ppid=32183 vsize=188800 CPUtime=1.32
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 141 0 0 0 132 0 0 0 25 0 1 0 229376039 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670059 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 10.32
Current children cumulated vsize (KiB) 944000

[startup+12.7654 s]
/proc/loadavg: 1.55 1.10 1.03 9/73 32192
/proc/meminfo: memFree=1599408/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188800 CPUtime=4.92
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 492 0 0 0 25 0 1 0 229375899 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47200 2893 72 160 0 47038 0
[pid=32186] ppid=32183 vsize=188800 CPUtime=3.59
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 359 0 0 0 25 0 1 0 229375900 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649608 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47200 2893 72 160 0 47038 0
[pid=32187] ppid=32183 vsize=188800 CPUtime=2.64
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 264 0 0 0 25 0 1 0 229376034 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47200 2893 72 160 0 47038 0
[pid=32188] ppid=32183 vsize=188800 CPUtime=3.42
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 342 0 0 0 25 0 1 0 229376039 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566845 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47200 2893 72 160 0 47038 0
[pid=32189] ppid=32183 vsize=188800 CPUtime=1.4
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 141 0 0 0 140 0 0 0 25 0 1 0 229376403 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649608 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47200 2892 72 160 0 47038 0
[pid=32190] ppid=32183 vsize=188800 CPUtime=1.36
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 142 0 0 0 136 0 0 0 25 0 1 0 229376404 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47200 2892 72 160 0 47038 0
[pid=32191] ppid=32183 vsize=188800 CPUtime=0.64
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 140 0 0 0 64 0 0 0 25 0 1 0 229376656 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640275 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47200 2892 72 160 0 47038 0
[pid=32192] ppid=32183 vsize=188800 CPUtime=0.72
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 142 0 0 0 72 0 0 0 25 0 1 0 229376691 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670057 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47200 2892 72 160 0 47038 0
Current children cumulated CPU time (s) 23.27
Current children cumulated vsize (KiB) 1699200

[startup+25.6436 s]
/proc/loadavg: 2.98 1.44 1.14 9/73 32192
/proc/meminfo: memFree=1599344/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188804 CPUtime=8.12
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 145 0 0 0 812 0 0 0 25 0 1 0 229375899 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47201 2894 72 160 0 47039 0
[pid=32186] ppid=32183 vsize=188800 CPUtime=6.81
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 681 0 0 0 25 0 1 0 229375900 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47200 2893 72 160 0 47038 0
[pid=32187] ppid=32183 vsize=188800 CPUtime=5.84
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 584 0 0 0 25 0 1 0 229376034 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648795 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47200 2893 72 160 0 47038 0
[pid=32188] ppid=32183 vsize=188800 CPUtime=6.68
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 668 0 0 0 25 0 1 0 229376039 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47200 2893 72 160 0 47038 0
[pid=32189] ppid=32183 vsize=188800 CPUtime=4.6
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 460 0 0 0 25 0 1 0 229376403 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47200 2893 72 160 0 47038 0
[pid=32190] ppid=32183 vsize=188800 CPUtime=4.57
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 457 0 0 0 25 0 1 0 229376404 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47200 2893 72 160 0 47038 0
[pid=32191] ppid=32183 vsize=188800 CPUtime=3.84
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 384 0 0 0 25 0 1 0 229376656 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647585 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47200 2893 72 160 0 47038 0
[pid=32192] ppid=32183 vsize=188800 CPUtime=3.92
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 144 0 0 0 392 0 0 0 25 0 1 0 229376691 193331200 2893 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47200 2893 72 160 0 47038 0
Current children cumulated CPU time (s) 48.96
Current children cumulated vsize (KiB) 1699204

[startup+51.3179 s]
/proc/loadavg: 4.69 1.96 1.32 9/73 32192
/proc/meminfo: memFree=1599344/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188804 CPUtime=14.55
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 146 0 0 0 1455 0 0 0 25 0 1 0 229375899 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47201 2895 72 160 0 47039 0
[pid=32186] ppid=32183 vsize=188804 CPUtime=13.2
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 146 0 0 0 1320 0 0 0 25 0 1 0 229375900 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648852 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47201 2895 72 160 0 47039 0
[pid=32187] ppid=32183 vsize=188804 CPUtime=12.24
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 146 0 0 0 1224 0 0 0 25 0 1 0 229376034 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47201 2895 72 160 0 47039 0
[pid=32188] ppid=32183 vsize=188804 CPUtime=13.11
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 146 0 0 0 1311 0 0 0 25 0 1 0 229376039 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665400 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47201 2895 72 160 0 47039 0
[pid=32189] ppid=32183 vsize=188804 CPUtime=11
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 146 0 0 0 1100 0 0 0 25 0 1 0 229376403 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47201 2895 72 160 0 47039 0
[pid=32190] ppid=32183 vsize=188804 CPUtime=10.94
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 146 0 0 0 1094 0 0 0 25 0 1 0 229376404 193335296 2895 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47201 2895 72 160 0 47039 0
[pid=32191] ppid=32183 vsize=188804 CPUtime=10.24
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 145 0 0 0 1024 0 0 0 25 0 1 0 229376656 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670112 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47201 2894 72 160 0 47039 0
[pid=32192] ppid=32183 vsize=188804 CPUtime=10.32
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 145 0 0 0 1032 0 0 0 25 0 1 0 229376691 193335296 2894 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47201 2894 72 160 0 47039 0
Current children cumulated CPU time (s) 100.18
Current children cumulated vsize (KiB) 1699232

[startup+102.561 s]
/proc/loadavg: 6.56 2.89 1.67 9/73 32192
/proc/meminfo: memFree=1599280/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188804 CPUtime=27.38
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 148 0 0 0 2738 0 0 0 25 0 1 0 229375899 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47201 2897 72 160 0 47039 0
[pid=32186] ppid=32183 vsize=188804 CPUtime=26
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 148 0 0 0 2600 0 0 0 25 0 1 0 229375900 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47201 2897 72 160 0 47039 0
[pid=32187] ppid=32183 vsize=188804 CPUtime=25.01
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 147 0 0 0 2501 0 0 0 25 0 1 0 229376034 193335296 2896 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47201 2896 72 160 0 47039 0
[pid=32188] ppid=32183 vsize=188804 CPUtime=25.91
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 148 0 0 0 2591 0 0 0 25 0 1 0 229376039 193335296 2897 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47201 2897 72 160 0 47039 0
[pid=32189] ppid=32183 vsize=188804 CPUtime=23.7

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

[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188808 CPUtime=117.37
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 156 0 0 0 11737 0 0 0 25 0 1 0 229375899 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47202 2905 72 160 0 47040 0
[pid=32186] ppid=32183 vsize=188808 CPUtime=115.99
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 155 0 0 0 11599 0 0 0 25 0 1 0 229375900 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47202 2904 72 160 0 47040 0
[pid=32187] ppid=32183 vsize=188808 CPUtime=114.62
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 155 0 0 0 11462 0 0 0 25 0 1 0 229376034 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582227 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47202 2904 72 160 0 47040 0
[pid=32188] ppid=32183 vsize=188808 CPUtime=115.89
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 156 0 0 0 11589 0 0 0 25 0 1 0 229376039 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566904 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47202 2905 72 160 0 47040 0
[pid=32189] ppid=32183 vsize=188808 CPUtime=113.38
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 156 0 0 0 11338 0 0 0 25 0 1 0 229376403 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648840 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47202 2905 72 160 0 47040 0
[pid=32190] ppid=32183 vsize=188808 CPUtime=113.31
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 155 0 0 0 11331 0 0 0 25 0 1 0 229376404 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47202 2904 72 160 0 47040 0
[pid=32191] ppid=32183 vsize=188808 CPUtime=112.62
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 156 0 0 0 11262 0 0 0 25 0 1 0 229376656 193339392 2905 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47202 2905 72 160 0 47040 0
[pid=32192] ppid=32183 vsize=188808 CPUtime=113.1
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 155 0 0 0 11310 0 0 0 25 0 1 0 229376691 193339392 2904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649581 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47202 2904 72 160 0 47040 0
Current children cumulated CPU time (s) 920.86
Current children cumulated vsize (KiB) 1699264

[startup+522.598 s]
/proc/loadavg: 8.02 6.75 3.96 9/73 32192
/proc/meminfo: memFree=1598896/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188808 CPUtime=132.37
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 13237 0 0 0 25 0 1 0 229375899 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640211 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47202 2907 72 160 0 47040 0
[pid=32186] ppid=32183 vsize=188808 CPUtime=130.99
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 13099 0 0 0 25 0 1 0 229375900 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47202 2907 72 160 0 47040 0
[pid=32187] ppid=32183 vsize=188808 CPUtime=129.51
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 12951 0 0 0 25 0 1 0 229376034 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649759 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47202 2907 72 160 0 47040 0
[pid=32188] ppid=32183 vsize=188808 CPUtime=130.89
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 13089 0 0 0 25 0 1 0 229376039 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47202 2907 72 160 0 47040 0
[pid=32189] ppid=32183 vsize=188808 CPUtime=128.28
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 12828 0 0 0 25 0 1 0 229376403 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669216 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47202 2907 72 160 0 47040 0
[pid=32190] ppid=32183 vsize=188808 CPUtime=128.28
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 12828 0 0 0 25 0 1 0 229376404 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47202 2907 72 160 0 47040 0
[pid=32191] ppid=32183 vsize=188808 CPUtime=127.6
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 12760 0 0 0 25 0 1 0 229376656 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648352 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47202 2907 72 160 0 47040 0
[pid=32192] ppid=32183 vsize=188808 CPUtime=128.1
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 157 0 0 0 12810 0 0 0 25 0 1 0 229376691 193339392 2906 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647916 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47202 2906 72 160 0 47040 0
Current children cumulated CPU time (s) 1040.6
Current children cumulated vsize (KiB) 1699264

[startup+582.607 s]
/proc/loadavg: 8.01 6.97 4.21 9/73 32192
/proc/meminfo: memFree=1598832/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188808 CPUtime=147.37
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14737 0 0 0 25 0 1 0 229375899 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670214 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47202 2907 72 160 0 47040 0
[pid=32186] ppid=32183 vsize=188808 CPUtime=145.98
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14598 0 0 0 25 0 1 0 229375900 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582847 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47202 2907 72 160 0 47040 0
[pid=32187] ppid=32183 vsize=188808 CPUtime=144.51
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14451 0 0 0 25 0 1 0 229376034 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47202 2907 72 160 0 47040 0
[pid=32188] ppid=32183 vsize=188808 CPUtime=145.89
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14588 1 0 0 25 0 1 0 229376039 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582048 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47202 2907 72 160 0 47040 0
[pid=32189] ppid=32183 vsize=188808 CPUtime=143.23
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14323 0 0 0 25 0 1 0 229376403 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668439 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47202 2907 72 160 0 47040 0
[pid=32190] ppid=32183 vsize=188808 CPUtime=143.17
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14317 0 0 0 25 0 1 0 229376404 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650834 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47202 2907 72 160 0 47040 0
[pid=32191] ppid=32183 vsize=188808 CPUtime=142.52
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14252 0 0 0 25 0 1 0 229376656 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582247 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47202 2907 72 160 0 47040 0
[pid=32192] ppid=32183 vsize=188808 CPUtime=143.09
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14309 0 0 0 25 0 1 0 229376691 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582427 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1160.34
Current children cumulated vsize (KiB) 1699264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.514 s]
/proc/loadavg: 8.00 7.06 4.31 9/73 32192
/proc/meminfo: memFree=1598832/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188808 CPUtime=152.29
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 15229 0 0 0 25 0 1 0 229375899 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47202 2907 72 160 0 47040 0
[pid=32186] ppid=32183 vsize=188808 CPUtime=150.98
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 15098 0 0 0 25 0 1 0 229375900 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47202 2907 72 160 0 47040 0
[pid=32187] ppid=32183 vsize=188812 CPUtime=149.41
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 159 0 0 0 14941 0 0 0 25 0 1 0 229376034 193343488 2908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670053 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47203 2908 72 160 0 47041 0
[pid=32188] ppid=32183 vsize=188808 CPUtime=150.88
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 15087 1 0 0 25 0 1 0 229376039 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47202 2907 72 160 0 47040 0
[pid=32189] ppid=32183 vsize=188808 CPUtime=148.18
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14818 0 0 0 25 0 1 0 229376403 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47202 2907 72 160 0 47040 0
[pid=32190] ppid=32183 vsize=188808 CPUtime=148.17
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14817 0 0 0 25 0 1 0 229376404 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582807 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47202 2907 72 160 0 47040 0
[pid=32191] ppid=32183 vsize=188808 CPUtime=147.49
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14749 0 0 0 25 0 1 0 229376656 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47202 2907 72 160 0 47040 0
[pid=32192] ppid=32183 vsize=188808 CPUtime=148.09
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14809 0 0 0 25 0 1 0 229376691 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1699268

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

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

[startup+602.514 s]
/proc/loadavg: 8.00 7.06 4.31 9/73 32192
/proc/meminfo: memFree=1598832/2055920 swapFree=4181916/4192956
[pid=32183] ppid=32181 vsize=188800 CPUtime=4.58
/proc/32183/stat : 32183 (kcnfs-smp) S 32181 32183 30978 0 -1 4194304 3532 0 0 0 457 1 0 0 25 0 1 0 229375684 193331200 2892 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32183/statm: 47200 2892 72 160 0 47038 0
[pid=32185] ppid=32183 vsize=188808 CPUtime=152.29
/proc/32185/stat : 32185 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 15229 0 0 0 25 0 1 0 229375899 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 2 0 0 0 17 1 0 0
/proc/32185/statm: 47202 2907 72 160 0 47040 0
[pid=32186] ppid=32183 vsize=188808 CPUtime=150.98
/proc/32186/stat : 32186 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 15098 0 0 0 25 0 1 0 229375900 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/32186/statm: 47202 2907 72 160 0 47040 0
[pid=32187] ppid=32183 vsize=188812 CPUtime=149.41
/proc/32187/stat : 32187 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 159 0 0 0 14941 0 0 0 25 0 1 0 229376034 193343488 2908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670053 0 0 4096 2 0 0 0 17 0 0 0
/proc/32187/statm: 47203 2908 72 160 0 47041 0
[pid=32188] ppid=32183 vsize=188808 CPUtime=150.88
/proc/32188/stat : 32188 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 15087 1 0 0 25 0 1 0 229376039 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/32188/statm: 47202 2907 72 160 0 47040 0
[pid=32189] ppid=32183 vsize=188808 CPUtime=148.18
/proc/32189/stat : 32189 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14818 0 0 0 25 0 1 0 229376403 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 0 0 0
/proc/32189/statm: 47202 2907 72 160 0 47040 0
[pid=32190] ppid=32183 vsize=188808 CPUtime=148.17
/proc/32190/stat : 32190 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14817 0 0 0 25 0 1 0 229376404 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582807 0 0 4096 0 0 0 0 17 0 0 0
/proc/32190/statm: 47202 2907 72 160 0 47040 0
[pid=32191] ppid=32183 vsize=188808 CPUtime=147.49
/proc/32191/stat : 32191 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14749 0 0 0 25 0 1 0 229376656 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/32191/statm: 47202 2907 72 160 0 47040 0
[pid=32192] ppid=32183 vsize=188808 CPUtime=148.09
/proc/32192/stat : 32192 (kcnfs-smp) R 32183 32183 30978 0 -1 4194368 158 0 0 0 14809 0 0 0 25 0 1 0 229376691 193339392 2907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/32192/statm: 47202 2907 72 160 0 47040 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1699268

Child status: 0
Real time (s): 602.528
CPU time (s): 1200.16
CPU user time (s): 1200.11
CPU system time (s): 0.057991
CPU usage (%): 199.188
Max. virtual memory (cumulated for all children) (KiB): 1699268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.11
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4984
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= 43
involuntary context switches= 20722

runsolver used 0.598908 second user time and 1.54676 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Feb 21 21:43:01 UTC 2007

IDJOB= 306195
IDBENCH= 20175
IDSOLVER= 112
FILE ID= node68/306195-1172094180

PBS_JOBID= 3892839

Free space on /tmp= 66558 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S597645631-10.cnf
COMMAND LINE= /tmp/evaluation/306195-1172094180/kcnfs-smp /tmp/evaluation/306195-1172094180/instance-306195-1172094180.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-306195-1172094180 -o ROOT/results/node68/solver-306195-1172094180 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306195-1172094180/kcnfs-smp /tmp/evaluation/306195-1172094180/instance-306195-1172094180.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  be41d97fbec08b222b8d456b52d73634

RANDOM SEED= 443319366

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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:       1617232 kB
Buffers:         39036 kB
Cached:         343356 kB
SwapCached:       5752 kB
Active:         278504 kB
Inactive:       116756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617232 kB
SwapTotal:     4192956 kB
SwapFree:      4181916 kB
Dirty:            3884 kB
Writeback:           0 kB
Mapped:          15972 kB
Slab:            29480 kB
Committed_AS:   687200 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= 66558 MiB

End job on node68 on Wed Feb 21 21:53:05 UTC 2007