Trace number 309147

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.25 601.55

General information on the benchmark

Namerandom/2+p/p0.9/v990/
unif2p-p0.9-v990-c3583-S461590508-14-SAT.cnf
MD5SUMf2855b2d9ccbc6dfadefd43cb9f6aec1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.160975
Satisfiable
(Un)Satisfiability was proved
Number of variables990
Number of clauses3582
Sum of the clauses size10388
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2358
Number of clauses of size 33224
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/309147-1172535220/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/309147-1172535220/instance-309147-1172535220.cnf'
0.00/0.00	c [#vars: 990, #clauses: 3582 , (2-3)-CNF]
0.00/0.01	c unit clauses propagate before processing (#clause: 3582)
0.00/0.01	c estimated distribution: 8 tasks
0.00/0.09	c <24671> [PID]: 24673 24674 24675 24676 24677 24678 24679
0.19/0.77	c <24671> [PID]: 24680
0.19/0.77	c real distribution: 8 tasks
1200.16/601.54	c <24671> [24675: NOT SOLVED][24677: NOT SOLVED][24678: NOT SOLVED][24679: NOT SOLVED][24680: NOT SOLVED]
1200.16/601.54	c <24671> [24674: NOT SOLVED][24673: NOT SOLVED][24676: NOT SOLVED]
1200.16/601.54	s NOT SOLVED
1200.16/601.54	c CPU time            : 0.190 seconds
1200.16/601.54	c Elapsed Time        : 601.542 seconds
1200.16/601.54	c Size of search tree : 0 node
1200.16/601.54	c average speed       : 0.000 nodes/sec.
1200.16/601.54	

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/node2/watcher-309147-1172535220 -o ROOT/results/node2/solver-309147-1172535220 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309147-1172535220/kcnfs-smp /tmp/evaluation/309147-1172535220/instance-309147-1172535220.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 24671
/proc/meminfo: memFree=1724032/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=180916 CPUtime=0
/proc/24671/stat : 24671 (kcnfs-smp) R 24669 24671 23655 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 273476977 185257984 116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/24671/statm: 45229 116 48 160 0 45067 0

[startup+0.10643 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24671
/proc/meminfo: memFree=1724032/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.08
/proc/24671/stat : 24671 (kcnfs-smp) R 24669 24671 23655 0 -1 4194304 419 0 0 0 8 0 0 0 20 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668523 0 0 4096 0 0 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 182712

[startup+0.514474 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24671
/proc/meminfo: memFree=1724032/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.17
/proc/24671/stat : 24671 (kcnfs-smp) R 24669 24671 23655 0 -1 4194304 538 0 0 0 17 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582839 0 0 4096 0 0 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 182712

[startup+1.33656 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 24680
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=0.6
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 60 0 0 0 24 0 1 0 273476986 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572907 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 360 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=0.5
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 50 0 0 0 24 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580075 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=0.33
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 51 0 0 0 33 0 0 0 24 0 1 0 273477000 187097088 359 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 359 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=0.25
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 25 0 0 0 24 0 1 0 273477004 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589854 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 360 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=0.23
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 47 0 0 0 23 0 0 0 25 0 1 0 273477019 187097088 359 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577596 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 359 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=0.17
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 17 0 0 0 25 0 1 0 273477023 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577499 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 360 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=0.14
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 47 0 0 0 14 0 0 0 25 0 1 0 273477049 187097088 359 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 359 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=0.12
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 12 0 0 0 25 0 1 0 273477053 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 360 76 160 0 45516 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1644408

[startup+2.98673 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 24680
/proc/meminfo: memFree=1720376/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=1
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 100 0 0 0 25 0 1 0 273476986 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 360 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=0.9
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 90 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=0.73
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 73 0 0 0 25 0 1 0 273477000 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580175 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 360 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=0.7
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 70 0 0 0 25 0 1 0 273477004 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 360 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=0.63
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 63 0 0 0 25 0 1 0 273477019 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636927 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 360 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=0.61
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 61 0 0 0 25 0 1 0 273477023 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683219 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 360 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=0.54
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 54 0 0 0 25 0 1 0 273477049 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 360 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=0.52
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 52 0 0 0 25 0 1 0 273477053 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 360 76 160 0 45516 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1644408

[startup+6.19206 s]
/proc/loadavg: 1.49 1.10 1.03 9/86 24680
/proc/meminfo: memFree=1720120/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=1.8
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 180 0 0 0 25 0 1 0 273476986 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577457 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 360 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=1.7
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 170 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=1.53
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 153 0 0 0 25 0 1 0 273477000 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683111 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 360 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=1.51
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 151 0 0 0 25 0 1 0 273477004 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580376 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 360 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=1.43
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 143 0 0 0 25 0 1 0 273477019 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577523 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 360 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=1.41
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 141 0 0 0 25 0 1 0 273477023 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569496 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 360 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=1.34
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 134 0 0 0 25 0 1 0 273477049 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 360 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=1.32
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 132 0 0 0 25 0 1 0 273477053 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 360 76 160 0 45516 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 1644408

[startup+12.6747 s]
/proc/loadavg: 2.01 1.21 1.07 9/86 24680
/proc/meminfo: memFree=1719992/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=3.4
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 340 0 0 0 25 0 1 0 273476986 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579732 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 361 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=3.3
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 330 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134595602 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=3.2
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 320 0 0 0 25 0 1 0 273477000 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 360 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=3.11
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 311 0 0 0 25 0 1 0 273477004 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 360 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=3.08
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 308 0 0 0 25 0 1 0 273477019 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567592 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 360 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=3.01
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 301 0 0 0 25 0 1 0 273477023 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572839 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 360 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=2.94
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 294 0 0 0 25 0 1 0 273477049 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683210 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 360 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=2.92
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 292 0 0 0 25 0 1 0 273477053 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 360 76 160 0 45516 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 1644408

[startup+25.5481 s]
/proc/loadavg: 3.33 1.55 1.18 9/86 24680
/proc/meminfo: memFree=1719992/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=6.6
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 660 0 0 0 25 0 1 0 273476986 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683132 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 361 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=6.55
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 655 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=6.43
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 643 0 0 0 25 0 1 0 273477000 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580273 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 360 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=6.31
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 52 0 0 0 631 0 0 0 25 0 1 0 273477004 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 360 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=6.3
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 630 0 0 0 25 0 1 0 273477019 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572742 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 360 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=6.21
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 621 0 0 0 25 0 1 0 273477023 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134635102 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 361 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=6.14
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 614 0 0 0 25 0 1 0 273477049 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577447 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 360 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=6.12
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 48 0 0 0 612 0 0 0 25 0 1 0 273477053 187097088 360 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 360 76 160 0 45516 0
Current children cumulated CPU time (s) 50.85

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

/proc/meminfo: memFree=1719864/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=115.89
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 11588 1 0 0 25 0 1 0 273476986 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636835 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 361 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=115.82
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 11582 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579507 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=115.71
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 11571 0 0 0 25 0 1 0 273477000 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 361 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=115.59
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 11558 1 0 0 25 0 1 0 273477004 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577417 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 361 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=115.12
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 11512 0 0 0 25 0 1 0 273477019 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675319 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 361 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=115
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 11500 0 0 0 25 0 1 0 273477023 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 361 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=115.02
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 11502 0 0 0 25 0 1 0 273477049 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 361 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=114.98
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 11498 0 0 0 25 0 1 0 273477053 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 361 76 160 0 45516 0
Current children cumulated CPU time (s) 923.32
Current children cumulated vsize (KiB) 1644408

[startup+522.845 s]
/proc/loadavg: 8.04 6.79 3.99 9/86 24680
/proc/meminfo: memFree=1719864/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=130.88
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 13087 1 0 0 25 0 1 0 273476986 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 361 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=130.86
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 13086 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=130.7
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 13070 0 0 0 25 0 1 0 273477000 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 361 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=130.59
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 13058 1 0 0 25 0 1 0 273477004 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579663 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 361 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=130.11
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 13011 0 0 0 25 0 1 0 273477019 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636699 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 361 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=129.99
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 12999 0 0 0 25 0 1 0 273477023 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640373 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 361 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=129.91
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 12991 0 0 0 25 0 1 0 273477049 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 361 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=129.89
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 12989 0 0 0 25 0 1 0 273477053 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567262 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 361 76 160 0 45516 0
Current children cumulated CPU time (s) 1043.12
Current children cumulated vsize (KiB) 1644408

[startup+582.897 s]
/proc/loadavg: 8.07 7.02 4.25 9/86 24680
/proc/meminfo: memFree=1719864/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=145.92
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14591 1 0 0 25 0 1 0 273476986 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 361 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=145.87
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14587 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134596567 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=145.71
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 14570 1 0 0 25 0 1 0 273477000 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134581782 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 361 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=145.58
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 14557 1 0 0 25 0 1 0 273477004 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 361 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=145.01
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14501 0 0 0 25 0 1 0 273477019 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572837 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 361 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=144.89
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14489 0 0 0 25 0 1 0 273477023 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 361 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=144.91
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14491 0 0 0 25 0 1 0 273477049 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567622 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 361 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=144.87
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14487 0 0 0 25 0 1 0 273477053 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572764 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 361 76 160 0 45516 0
Current children cumulated CPU time (s) 1162.95
Current children cumulated vsize (KiB) 1644408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.541 s]
/proc/loadavg: 8.05 7.08 4.32 10/86 24680
/proc/meminfo: memFree=1719864/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=150.58
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 15057 1 0 0 25 0 1 0 273476986 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 361 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=150.47
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 15047 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580325 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=150.39
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 15038 1 0 0 25 0 1 0 273477000 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683352 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 361 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=150.28
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 15027 1 0 0 25 0 1 0 273477004 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 361 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=149.67
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14967 0 0 0 25 0 1 0 273477019 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683578 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 361 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=149.59
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14959 0 0 0 25 0 1 0 273477023 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577634 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 361 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=149.51
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14951 0 0 0 25 0 1 0 273477049 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 361 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=149.48
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14948 0 0 0 25 0 1 0 273477053 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 361 76 160 0 45516 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 1644408

Sending SIGTERM to process tree (bottom up)

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

[startup+601.541 s]
/proc/loadavg: 8.05 7.08 4.32 10/86 24680
/proc/meminfo: memFree=1719864/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=182712 CPUtime=0.19
/proc/24671/stat : 24671 (kcnfs-smp) S 24669 24671 23655 0 -1 4194304 569 0 0 0 19 0 0 0 24 0 1 0 273476977 187097088 346 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24671/statm: 45678 346 70 160 0 45516 0
[pid=24673] ppid=24671 vsize=182712 CPUtime=150.58
/proc/24673/stat : 24673 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 15057 1 0 0 25 0 1 0 273476986 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/24673/statm: 45678 361 76 160 0 45516 0
[pid=24674] ppid=24671 vsize=182712 CPUtime=150.47
/proc/24674/stat : 24674 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 15047 0 0 0 25 0 1 0 273476987 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580325 0 0 4096 0 0 0 0 17 1 0 0
/proc/24674/statm: 45678 361 76 160 0 45516 0
[pid=24675] ppid=24671 vsize=182712 CPUtime=150.39
/proc/24675/stat : 24675 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 15038 1 0 0 25 0 1 0 273477000 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683352 0 0 4096 2 0 0 0 17 1 0 0
/proc/24675/statm: 45678 361 76 160 0 45516 0
[pid=24676] ppid=24671 vsize=182712 CPUtime=150.28
/proc/24676/stat : 24676 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 53 0 0 0 15027 1 0 0 25 0 1 0 273477004 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 1 0 0
/proc/24676/statm: 45678 361 76 160 0 45516 0
[pid=24677] ppid=24671 vsize=182712 CPUtime=149.67
/proc/24677/stat : 24677 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14967 0 0 0 25 0 1 0 273477019 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683578 0 0 4096 2 0 0 0 17 0 0 0
/proc/24677/statm: 45678 361 76 160 0 45516 0
[pid=24678] ppid=24671 vsize=182712 CPUtime=149.59
/proc/24678/stat : 24678 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14959 0 0 0 25 0 1 0 273477023 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577634 0 0 4096 0 0 0 0 17 0 0 0
/proc/24678/statm: 45678 361 76 160 0 45516 0
[pid=24679] ppid=24671 vsize=182712 CPUtime=149.51
/proc/24679/stat : 24679 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14951 0 0 0 25 0 1 0 273477049 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 2 0 0 0 17 0 0 0
/proc/24679/statm: 45678 361 76 160 0 45516 0
[pid=24680] ppid=24671 vsize=182712 CPUtime=149.48
/proc/24680/stat : 24680 (kcnfs-smp) R 24671 24671 23655 0 -1 4194368 49 0 0 0 14948 0 0 0 25 0 1 0 273477053 187097088 361 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 0 0 0 0 17 0 0 0
/proc/24680/statm: 45678 361 76 160 0 45516 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 1644408

Child status: 0
Real time (s): 601.55
CPU time (s): 1200.25
CPU user time (s): 1200.18
CPU system time (s): 0.072988
CPU usage (%): 199.526
Max. virtual memory (cumulated for all children) (KiB): 1644408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.18
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1001
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= 50
involuntary context switches= 34089

runsolver used 0.607907 second user time and 1.54476 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Feb 27 00:13:40 UTC 2007

IDJOB= 309147
IDBENCH= 20251
IDSOLVER= 112
FILE ID= node2/309147-1172535220

PBS_JOBID= 3971620

Free space on /tmp= 66555 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v990/unif2p-p0.9-v990-c3583-S461590508-14-SAT.cnf
COMMAND LINE= /tmp/evaluation/309147-1172535220/kcnfs-smp /tmp/evaluation/309147-1172535220/instance-309147-1172535220.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-309147-1172535220 -o ROOT/results/node2/solver-309147-1172535220 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309147-1172535220/kcnfs-smp /tmp/evaluation/309147-1172535220/instance-309147-1172535220.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  f2855b2d9ccbc6dfadefd43cb9f6aec1

RANDOM SEED= 151118439

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1724440 kB
Buffers:         40440 kB
Cached:         177364 kB
SwapCached:          0 kB
Active:         242508 kB
Inactive:        35228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3220 kB
Writeback:           0 kB
Mapped:          78852 kB
Slab:            39260 kB
Committed_AS:  1279148 kB
PageTables:       1812 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= 66555 MiB

End job on node2 on Tue Feb 27 00:23:42 UTC 2007