Trace number 298446

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.454

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1517537144-16.UNSAT.shuffled.cnf
MD5SUMdc1a2f30c0e380bf759db5f5fbd70205
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 variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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/298446-1171856236/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/298446-1171856236/instance-298446-1171856236.cnf'
0.00/0.00	c [#vars: 500, #clauses: 2130 -> 2220 clauses (pre-processing), tautology: 0, 3-CNF]
0.00/0.01	c unit clauses propagate before processing (#clause: 2220)
0.00/0.01	c estimated distribution: 8 tasks
0.00/0.07	c <30412> [PID]: 30414 30415 30416 30417 30418 30419 30420
0.03/0.47	c <30412> [PID]: 30421
0.03/0.47	c real distribution: 8 tasks
512.68/257.03	c <30412> [30417: UNSAT][30416: NOT SOLVED][30414: NOT SOLVED][30415: NOT SOLVED][30418: NOT SOLVED]
1200.05/601.45	c <30412> [30421: NOT SOLVED][30419: NOT SOLVED][30420: NOT SOLVED]
1200.05/601.45	s NOT SOLVED
1200.05/601.45	c CPU time            : 512.270 seconds
1200.05/601.45	c Elapsed Time        : 601.449 seconds
1200.05/601.45	c Size of search tree : 0 node
1200.05/601.45	c average speed       : 0.000 nodes/sec.
1200.05/601.45	

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30412
/proc/meminfo: memFree=778848/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=181980 CPUtime=0
/proc/30412/stat : 30412 (kcnfs-smp) R 30410 30412 29601 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 205578471 186347520 140 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134726194 0 0 4096 0 0 0 0 17 1 0 0
/proc/30412/statm: 45495 140 51 160 0 45333 0

[startup+0.107714 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30412
/proc/meminfo: memFree=778848/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=0.03
/proc/30412/stat : 30412 (kcnfs-smp) R 30410 30412 29601 0 -1 4194304 378 0 0 0 3 0 0 0 22 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134582437 0 0 4096 0 0 0 0 17 0 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 182448

[startup+0.519749 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30412
/proc/meminfo: memFree=778848/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=0.03
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 459 0 0 0 3 0 0 0 22 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 182448

[startup+1.34382 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 30421
/proc/meminfo: memFree=775832/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=0.03
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 459 0 0 0 3 0 0 0 22 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=0.61
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 61 0 0 0 24 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134647726 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 271 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=0.42
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 42 0 0 0 24 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577099 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 271 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=0.37
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 37 0 0 0 24 0 1 0 205578477 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572315 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 271 78 160 0 45450 0
[pid=30417] ppid=30412 vsize=182448 CPUtime=0.3
/proc/30417/stat : 30417 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 30 0 0 0 25 0 1 0 205578478 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580283 0 0 4096 0 0 0 0 17 1 0 0
/proc/30417/statm: 45612 271 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=0.24
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 24 0 0 0 25 0 1 0 205578509 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577666 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 271 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=0.22
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 22 0 0 0 25 0 1 0 205578514 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683038 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 271 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=0.2
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 20 0 0 0 25 0 1 0 205578517 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134587594 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 271 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=0.2
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 20 0 0 0 25 0 1 0 205578518 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134633577 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1642032

[startup+2.98095 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 30421
/proc/meminfo: memFree=775704/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=0.03
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 459 0 0 0 3 0 0 0 22 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=1.04
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 104 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134629296 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 271 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=0.82
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 82 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577653 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 271 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=0.8
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 80 0 0 0 25 0 1 0 205578477 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134686622 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 271 78 160 0 45450 0
[pid=30417] ppid=30412 vsize=182448 CPUtime=0.7
/proc/30417/stat : 30417 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 70 0 0 0 25 0 1 0 205578478 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134578176 0 0 4096 0 0 0 0 17 1 0 0
/proc/30417/statm: 45612 271 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=0.64
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 64 0 0 0 25 0 1 0 205578509 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683223 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 271 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=0.62
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 62 0 0 0 25 0 1 0 205578514 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579685 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 271 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=0.6
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 60 0 0 0 25 0 1 0 205578517 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134601168 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 271 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=0.6
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 60 0 0 0 25 0 1 0 205578518 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134589540 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1642032

[startup+6.27722 s]
/proc/loadavg: 1.49 1.10 1.03 9/86 30421
/proc/meminfo: memFree=775384/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=0.03
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 459 0 0 0 3 0 0 0 22 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=1.84
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 184 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580325 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 271 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=1.72
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 172 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579507 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 271 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=1.6
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 160 0 0 0 25 0 1 0 205578477 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134566896 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 271 78 160 0 45450 0
[pid=30417] ppid=30412 vsize=182448 CPUtime=1.5
/proc/30417/stat : 30417 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 150 0 0 0 25 0 1 0 205578478 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683587 0 0 4096 0 0 0 0 17 1 0 0
/proc/30417/statm: 45612 271 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=1.44
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 144 0 0 0 25 0 1 0 205578509 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 271 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=1.5
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 150 0 0 0 25 0 1 0 205578514 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580071 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 271 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=1.4
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 140 0 0 0 25 0 1 0 205578517 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572246 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 271 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=1.4
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 140 0 0 0 25 0 1 0 205578518 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580071 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1642032

[startup+12.7618 s]
/proc/loadavg: 2.09 1.23 1.07 10/86 30421
/proc/meminfo: memFree=775320/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=0.03
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 459 0 0 0 3 0 0 0 22 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=3.44
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 344 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683143 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 271 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=3.32
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 332 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134589777 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 271 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=3.2
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 320 0 0 0 25 0 1 0 205578477 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579655 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 271 78 160 0 45450 0
[pid=30417] ppid=30412 vsize=182448 CPUtime=3.19
/proc/30417/stat : 30417 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 319 0 0 0 25 0 1 0 205578478 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580075 0 0 4096 0 0 0 0 17 1 0 0
/proc/30417/statm: 45612 271 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=3.04
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 304 0 0 0 25 0 1 0 205578509 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683083 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 271 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=3.12
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 312 0 0 0 25 0 1 0 205578514 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567268 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 271 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=3.05
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 305 0 0 0 25 0 1 0 205578517 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134668548 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 271 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=3
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 300 0 0 0 25 0 1 0 205578518 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134595645 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1642032

[startup+25.6508 s]
/proc/loadavg: 3.40 1.56 1.18 9/86 30421
/proc/meminfo: memFree=775320/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=0.03
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 459 0 0 0 3 0 0 0 22 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=6.64
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 664 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134664680 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 271 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=6.52
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 652 0 0 0 25 0 1 0 205578474 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580127 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 271 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=6.4
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 640 0 0 0 25 0 1 0 205578477 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580258 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 272 78 160 0 45450 0
[pid=30417] ppid=30412 vsize=182448 CPUtime=6.4
/proc/30417/stat : 30417 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 640 0 0 0 25 0 1 0 205578478 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134649996 0 0 4096 0 0 0 0 17 1 0 0
/proc/30417/statm: 45612 271 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=6.32
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 632 0 0 0 25 0 1 0 205578509 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134601179 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 271 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=6.32
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 632 0 0 0 25 0 1 0 205578514 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134684886 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 271 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=6.27
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 627 0 0 0 25 0 1 0 205578517 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134604472 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 272 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=6.2
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 46 0 0 0 620 0 0 0 25 0 1 0 205578518 186826752 271 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134650871 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 271 78 160 0 45450 0
Current children cumulated CPU time (s) 51.1

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

[pid=30419] ppid=30412 vsize=182448 CPUtime=100.17
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 10017 0 0 0 25 0 1 0 205578514 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134569496 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 272 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=100.09
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 10009 0 0 0 25 0 1 0 205578517 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577451 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 272 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=100.08
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 10008 0 0 0 25 0 1 0 205578518 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683223 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 803.49
Current children cumulated vsize (KiB) 1459584

[startup+462.715 s]
/proc/loadavg: 7.09 6.02 3.53 8/85 30423
/proc/meminfo: memFree=775328/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=64.05
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 460 60 0 0 3 0 6402 0 16 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=133.12
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 13312 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572284 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 272 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=132.94
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 13294 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134582330 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 272 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=115.19
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 11519 0 0 0 25 0 1 0 205578477 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567505 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 272 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=132.72
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 13272 0 0 0 25 0 1 0 205578509 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683214 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 272 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=115.1
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 11510 0 0 0 25 0 1 0 205578514 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134569510 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 272 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=115.09
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 11509 0 0 0 25 0 1 0 205578517 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 272 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=115.01
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 11501 0 0 0 25 0 1 0 205578518 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579676 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 923.22
Current children cumulated vsize (KiB) 1459584

[startup+522.72 s]
/proc/loadavg: 7.06 6.21 3.75 8/85 30423
/proc/meminfo: memFree=775328/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=64.05
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 460 60 0 0 3 0 6402 0 16 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=153.12
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 15312 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134603330 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 272 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=152.94
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 15294 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134608521 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 272 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=130.17
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 13017 0 0 0 25 0 1 0 205578477 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572631 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 272 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=152.72
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 15272 0 0 0 25 0 1 0 205578509 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 272 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=130
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 13000 0 0 0 25 0 1 0 205578514 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134579685 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 272 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=129.98
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 12998 0 0 0 25 0 1 0 205578517 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134591726 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 272 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=129.98
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 12998 0 0 0 25 0 1 0 205578518 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134650978 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 1042.96
Current children cumulated vsize (KiB) 1459584

[startup+582.721 s]
/proc/loadavg: 7.02 6.35 3.95 8/85 30423
/proc/meminfo: memFree=775392/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=64.05
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 460 60 0 0 3 0 6402 0 16 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=173.11
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17311 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577099 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 272 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=172.93
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17293 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580886 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 272 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=145.08
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14508 0 0 0 25 0 1 0 205578477 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577596 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 272 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=172.71
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17271 0 0 0 25 0 1 0 205578509 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134567625 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 272 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=145
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14500 0 0 0 25 0 1 0 205578514 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683104 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 272 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=144.92
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14492 0 0 0 25 0 1 0 205578517 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577447 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 272 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=144.87
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14487 0 0 0 25 0 1 0 205578518 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134593410 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 1162.67
Current children cumulated vsize (KiB) 1459584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.446 s]
/proc/loadavg: 7.01 6.39 4.01 8/85 30423
/proc/meminfo: memFree=775392/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=64.05
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 460 60 0 0 3 0 6402 0 16 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=179.31
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17931 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572780 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 272 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=179.19
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17919 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683211 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 272 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=149.77
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14977 0 0 0 25 0 1 0 205578477 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577108 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 272 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=178.98
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17898 0 0 0 25 0 1 0 205578509 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134604630 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 272 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=149.6
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14960 0 0 0 25 0 1 0 205578514 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572915 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 272 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=149.58
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14958 0 0 0 25 0 1 0 205578517 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134649739 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 272 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=149.57
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14957 0 0 0 25 0 1 0 205578518 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580339 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1459584

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

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

[startup+601.446 s]
/proc/loadavg: 7.01 6.39 4.01 8/85 30423
/proc/meminfo: memFree=775392/2055920 swapFree=4192812/4192956
[pid=30412] ppid=30410 vsize=182448 CPUtime=64.05
/proc/30412/stat : 30412 (kcnfs-smp) S 30410 30412 29601 0 -1 4194304 460 60 0 0 3 0 6402 0 16 0 1 0 205578471 186826752 258 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30412/statm: 45612 258 72 160 0 45450 0
[pid=30414] ppid=30412 vsize=182448 CPUtime=179.31
/proc/30414/stat : 30414 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17931 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572780 0 0 4096 2 0 0 0 17 1 0 0
/proc/30414/statm: 45612 272 78 160 0 45450 0
[pid=30415] ppid=30412 vsize=182448 CPUtime=179.19
/proc/30415/stat : 30415 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17919 0 0 0 25 0 1 0 205578474 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134683211 0 0 4096 0 0 0 0 17 1 0 0
/proc/30415/statm: 45612 272 78 160 0 45450 0
[pid=30416] ppid=30412 vsize=182448 CPUtime=149.77
/proc/30416/stat : 30416 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14977 0 0 0 25 0 1 0 205578477 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134577108 0 0 4096 2 0 0 0 17 0 0 0
/proc/30416/statm: 45612 272 78 160 0 45450 0
[pid=30418] ppid=30412 vsize=182448 CPUtime=178.98
/proc/30418/stat : 30418 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 17898 0 0 0 25 0 1 0 205578509 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134604630 0 0 4096 2 0 0 0 17 1 0 0
/proc/30418/statm: 45612 272 78 160 0 45450 0
[pid=30419] ppid=30412 vsize=182448 CPUtime=149.6
/proc/30419/stat : 30419 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14960 0 0 0 25 0 1 0 205578514 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134572915 0 0 4096 0 0 0 0 17 0 0 0
/proc/30419/statm: 45612 272 78 160 0 45450 0
[pid=30420] ppid=30412 vsize=182448 CPUtime=149.58
/proc/30420/stat : 30420 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14958 0 0 0 25 0 1 0 205578517 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134649739 0 0 4096 2 0 0 0 17 0 0 0
/proc/30420/statm: 45612 272 78 160 0 45450 0
[pid=30421] ppid=30412 vsize=182448 CPUtime=149.57
/proc/30421/stat : 30421 (kcnfs-smp) R 30412 30412 29601 0 -1 4194368 47 0 0 0 14957 0 0 0 25 0 1 0 205578518 186826752 272 18446744073709551615 134512640 135172044 4294956624 18446744073709551615 134580339 0 0 4096 0 0 0 0 17 0 0 0
/proc/30421/statm: 45612 272 78 160 0 45450 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1459584

Child status: 0
Real time (s): 601.454
CPU time (s): 1200.14
CPU user time (s): 1200.1
CPU system time (s): 0.033994
CPU usage (%): 199.539
Max. virtual memory (cumulated for all children) (KiB): 1642032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.1
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 874
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= 48
involuntary context switches= 34102

runsolver used 0.622905 second user time and 1.52277 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Feb 19 03:37:16 UTC 2007

IDJOB= 298446
IDBENCH= 19986
IDSOLVER= 112
FILE ID= node3/298446-1171856236

PBS_JOBID= 3839400

Free space on /tmp= 66549 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1517537144-16.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298446-1171856236/kcnfs-smp /tmp/evaluation/298446-1171856236/instance-298446-1171856236.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-298446-1171856236 -o ROOT/results/node3/solver-298446-1171856236 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298446-1171856236/kcnfs-smp /tmp/evaluation/298446-1171856236/instance-298446-1171856236.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  dc1a2f30c0e380bf759db5f5fbd70205

RANDOM SEED= 640126714

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        779256 kB
Buffers:         59916 kB
Cached:        1083708 kB
SwapCached:          0 kB
Active:         542688 kB
Inactive:       655468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        779256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3276 kB
Writeback:           0 kB
Mapped:          73416 kB
Slab:            64124 kB
Committed_AS:   983148 kB
PageTables:       1656 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 node3 on Mon Feb 19 03:47:18 UTC 2007