Trace number 305744

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.11 601.833

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S450187849-03.cnf
MD5SUM7f1f4c201bd66bef376407077b248aa7
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 variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
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/305744-1172084877/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.03	c Input file : '/tmp/evaluation/305744-1172084877/instance-305744-1172084877.cnf'
0.00/0.03	c [#vars: 4000, #clauses: 16800 -> 16883 clauses (pre-processing), tautology: 0, 3-CNF]
0.00/0.10	c unit clauses propagate before processing (#clause: 16883)
0.00/0.10	c estimated distribution: 8 tasks
0.51/0.53	c <15119> [PID]: 15121 15122 15123 15124 15125 15126 15127
4.76/2.76	c <15119> [PID]: 15128
4.76/2.76	c real distribution: 8 tasks
1200.02/601.83	c <15119> [15121: NOT SOLVED][15122: NOT SOLVED][15125: NOT SOLVED][15123: NOT SOLVED][15126: NOT SOLVED]
1200.02/601.83	c <15119> [15127: NOT SOLVED][15128: NOT SOLVED][15124: NOT SOLVED]
1200.02/601.83	s NOT SOLVED
1200.02/601.83	c CPU time            : 1.080 seconds
1200.02/601.83	c Elapsed Time        : 601.800 seconds
1200.02/601.83	c Size of search tree : 0 node
1200.02/601.83	c average speed       : 0.000 nodes/sec.
1200.02/601.83	

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/node17/watcher-305744-1172084877 -o ROOT/results/node17/solver-305744-1172084877 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305744-1172084877/kcnfs-smp /tmp/evaluation/305744-1172084877/instance-305744-1172084877.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 15119
/proc/meminfo: memFree=1500152/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=180916 CPUtime=0
/proc/15119/stat : 15119 (kcnfs-smp) R 15117 15119 14374 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 228441949 185257984 115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/15119/statm: 45229 115 48 160 0 45067 0

[startup+0.107873 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15119
/proc/meminfo: memFree=1500152/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184364 CPUtime=0.1
/proc/15119/stat : 15119 (kcnfs-smp) R 15117 15119 14374 0 -1 4194304 1226 0 0 0 10 0 0 0 18 0 1 0 228441949 188788736 1210 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640540 0 0 4096 0 0 0 0 17 1 0 0
/proc/15119/statm: 46091 1210 64 160 0 45929 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 184364

[startup+0.515916 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15119
/proc/meminfo: memFree=1500152/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=0.51
/proc/15119/stat : 15119 (kcnfs-smp) R 15117 15119 14374 0 -1 4194304 1240 0 0 0 51 0 0 0 21 0 1 0 228441949 189267968 1224 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/15119/statm: 46208 1224 72 160 0 46046 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 184832

[startup+1.34201 s]
/proc/loadavg: 0.92 0.98 0.99 6/82 15124
/proc/meminfo: memFree=1493840/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=0.78
/proc/15119/stat : 15119 (kcnfs-smp) R 15117 15119 14374 0 -1 4194304 1446 0 0 0 78 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184832 CPUtime=0.63
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 71 0 0 0 63 0 0 0 25 0 1 0 228442002 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46208 1225 72 160 0 46046 0
[pid=15122] ppid=15119 vsize=184832 CPUtime=0.39
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 70 0 0 0 39 0 0 0 25 0 1 0 228442002 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46208 1225 72 160 0 46046 0
[pid=15123] ppid=15119 vsize=184832 CPUtime=0.2
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 71 0 0 0 20 0 0 0 25 0 1 0 228442028 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 2 0 0 0 17 0 0 0
/proc/15123/statm: 46208 1225 72 160 0 46046 0
[pid=15124] ppid=15119 vsize=184832 CPUtime=0.11
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 64 0 0 0 11 0 0 0 25 0 1 0 228442032 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15124/statm: 46208 1225 72 160 0 46046 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 924160

[startup+2.98518 s]
/proc/loadavg: 0.92 0.98 0.99 8/84 15126
/proc/meminfo: memFree=1492928/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184832 CPUtime=1.33
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 133 0 0 0 25 0 1 0 228442002 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46208 1226 72 160 0 46046 0
[pid=15122] ppid=15119 vsize=184832 CPUtime=1.03
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 71 0 0 0 103 0 0 0 25 0 1 0 228442002 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46208 1225 72 160 0 46046 0
[pid=15123] ppid=15119 vsize=184832 CPUtime=0.73
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 71 0 0 0 73 0 0 0 25 0 1 0 228442028 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46208 1225 72 160 0 46046 0
[pid=15124] ppid=15119 vsize=184832 CPUtime=0.61
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 70 0 0 0 61 0 0 0 25 0 1 0 228442032 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566855 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46208 1225 72 160 0 46046 0
[pid=15125] ppid=15119 vsize=184832 CPUtime=0.32
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 71 0 0 0 32 0 0 0 25 0 1 0 228442132 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648694 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46208 1225 72 160 0 46046 0
[pid=15126] ppid=15119 vsize=184832 CPUtime=0.23
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 70 0 0 0 23 0 0 0 25 0 1 0 228442134 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649592 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46208 1225 72 160 0 46046 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 1293824

[startup+6.27852 s]
/proc/loadavg: 1.49 1.10 1.03 9/86 15128
/proc/meminfo: memFree=1491760/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184832 CPUtime=2.13
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 213 0 0 0 25 0 1 0 228442002 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46208 1226 72 160 0 46046 0
[pid=15122] ppid=15119 vsize=184832 CPUtime=1.91
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 191 0 0 0 25 0 1 0 228442002 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566845 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46208 1226 72 160 0 46046 0
[pid=15123] ppid=15119 vsize=184832 CPUtime=1.54
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 154 0 0 0 25 0 1 0 228442028 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649999 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46208 1226 72 160 0 46046 0
[pid=15124] ppid=15119 vsize=184832 CPUtime=1.41
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 141 0 0 0 25 0 1 0 228442032 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46208 1226 72 160 0 46046 0
[pid=15125] ppid=15119 vsize=184832 CPUtime=1.12
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 112 0 0 0 25 0 1 0 228442132 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46208 1226 72 160 0 46046 0
[pid=15126] ppid=15119 vsize=184832 CPUtime=1.1
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 110 0 0 0 25 0 1 0 228442134 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566904 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46208 1226 72 160 0 46046 0
[pid=15127] ppid=15119 vsize=184832 CPUtime=0.83
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 83 0 0 0 25 0 1 0 228442219 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670057 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46208 1226 72 160 0 46046 0
[pid=15128] ppid=15119 vsize=184832 CPUtime=0.81
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 71 0 0 0 81 0 0 0 25 0 1 0 228442223 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46208 1225 72 160 0 46046 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 1663488

[startup+12.7732 s]
/proc/loadavg: 2.01 1.21 1.07 9/86 15128
/proc/meminfo: memFree=1491696/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184832 CPUtime=3.73
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 373 0 0 0 25 0 1 0 228442002 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647576 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46208 1226 72 160 0 46046 0
[pid=15122] ppid=15119 vsize=184832 CPUtime=3.51
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 351 0 0 0 25 0 1 0 228442002 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46208 1226 72 160 0 46046 0
[pid=15123] ppid=15119 vsize=184832 CPUtime=3.23
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 323 0 0 0 25 0 1 0 228442028 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648674 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46208 1226 72 160 0 46046 0
[pid=15124] ppid=15119 vsize=184832 CPUtime=3.02
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 302 0 0 0 25 0 1 0 228442032 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46208 1226 72 160 0 46046 0
[pid=15125] ppid=15119 vsize=184832 CPUtime=2.72
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 272 0 0 0 25 0 1 0 228442132 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650840 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46208 1226 72 160 0 46046 0
[pid=15126] ppid=15119 vsize=184832 CPUtime=2.7
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 270 0 0 0 25 0 1 0 228442134 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46208 1226 72 160 0 46046 0
[pid=15127] ppid=15119 vsize=184832 CPUtime=2.49
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 249 0 0 0 25 0 1 0 228442219 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46208 1226 72 160 0 46046 0
[pid=15128] ppid=15119 vsize=184832 CPUtime=2.41
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 72 0 0 0 241 0 0 0 25 0 1 0 228442223 189267968 1226 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649742 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46208 1226 72 160 0 46046 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 1663488

[startup+25.6665 s]
/proc/loadavg: 3.33 1.55 1.18 9/86 15128
/proc/meminfo: memFree=1491696/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184836 CPUtime=6.93
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 693 0 0 0 25 0 1 0 228442002 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46209 1228 72 160 0 46047 0
[pid=15122] ppid=15119 vsize=184836 CPUtime=6.71
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 671 0 0 0 25 0 1 0 228442002 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134665232 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46209 1228 72 160 0 46047 0
[pid=15123] ppid=15119 vsize=184836 CPUtime=6.43
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 643 0 0 0 25 0 1 0 228442028 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566890 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46209 1228 72 160 0 46047 0
[pid=15124] ppid=15119 vsize=184836 CPUtime=6.31
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 631 0 0 0 25 0 1 0 228442032 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569503 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46209 1228 72 160 0 46047 0
[pid=15125] ppid=15119 vsize=184836 CPUtime=5.91
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 591 0 0 0 25 0 1 0 228442132 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46209 1228 72 160 0 46047 0
[pid=15126] ppid=15119 vsize=184836 CPUtime=5.9
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 590 0 0 0 25 0 1 0 228442134 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648847 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46209 1228 72 160 0 46047 0
[pid=15127] ppid=15119 vsize=184836 CPUtime=5.72
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 572 0 0 0 25 0 1 0 228442219 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649751 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46209 1228 72 160 0 46047 0
[pid=15128] ppid=15119 vsize=184836 CPUtime=5.61
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 74 0 0 0 561 0 0 0 25 0 1 0 228442223 189272064 1228 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647708 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46209 1228 72 160 0 46047 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 1663520

[startup+51.3362 s]
/proc/loadavg: 5.00 2.08 1.37 9/86 15128
/proc/meminfo: memFree=1491632/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184836 CPUtime=13.39
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 77 0 0 0 1339 0 0 0 25 0 1 0 228442002 189272064 1231 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46209 1231 72 160 0 46047 0
[pid=15122] ppid=15119 vsize=184836 CPUtime=13.11
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 76 0 0 0 1311 0 0 0 25 0 1 0 228442002 189272064 1230 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647974 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46209 1230 72 160 0 46047 0
[pid=15123] ppid=15119 vsize=184836 CPUtime=12.83
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 76 0 0 0 1283 0 0 0 25 0 1 0 228442028 189272064 1230 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650717 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46209 1230 72 160 0 46047 0
[pid=15124] ppid=15119 vsize=184836 CPUtime=12.71

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

/proc/meminfo: memFree=1490672/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184836 CPUtime=116.31
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 11630 1 0 0 25 0 1 0 228442002 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46209 1260 78 160 0 46047 0
[pid=15122] ppid=15119 vsize=184836 CPUtime=116.04
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 112 0 0 0 11604 0 0 0 25 0 1 0 228442002 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567426 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46209 1261 78 160 0 46047 0
[pid=15123] ppid=15119 vsize=184836 CPUtime=115.71
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 11571 0 0 0 25 0 1 0 228442028 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134596603 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46209 1260 78 160 0 46047 0
[pid=15124] ppid=15119 vsize=184836 CPUtime=115.59
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 11559 0 0 0 25 0 1 0 228442032 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46209 1260 78 160 0 46047 0
[pid=15125] ppid=15119 vsize=184836 CPUtime=114.78
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 11478 0 0 0 25 0 1 0 228442132 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46209 1260 78 160 0 46047 0
[pid=15126] ppid=15119 vsize=184836 CPUtime=114.69
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 11469 0 0 0 25 0 1 0 228442134 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46209 1260 78 160 0 46047 0
[pid=15127] ppid=15119 vsize=184836 CPUtime=114.51
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 11451 0 0 0 25 0 1 0 228442219 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572648 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46209 1260 78 160 0 46047 0
[pid=15128] ppid=15119 vsize=184836 CPUtime=114.49
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 11449 0 0 0 25 0 1 0 228442223 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683104 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46209 1260 78 160 0 46047 0
Current children cumulated CPU time (s) 923.2
Current children cumulated vsize (KiB) 1663520

[startup+523.174 s]
/proc/loadavg: 8.02 6.77 3.99 9/86 15128
/proc/meminfo: memFree=1490608/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184836 CPUtime=131.31
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 13130 1 0 0 25 0 1 0 228442002 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46209 1260 78 160 0 46047 0
[pid=15122] ppid=15119 vsize=184836 CPUtime=131.09
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 112 0 0 0 13108 1 0 0 25 0 1 0 228442002 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572315 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46209 1261 78 160 0 46047 0
[pid=15123] ppid=15119 vsize=184836 CPUtime=130.76
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 13075 1 0 0 25 0 1 0 228442028 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46209 1260 78 160 0 46047 0
[pid=15124] ppid=15119 vsize=184836 CPUtime=130.59
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 13059 0 0 0 25 0 1 0 228442032 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572863 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46209 1260 78 160 0 46047 0
[pid=15125] ppid=15119 vsize=184836 CPUtime=129.69
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 12969 0 0 0 25 0 1 0 228442132 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46209 1260 78 160 0 46047 0
[pid=15126] ppid=15119 vsize=184836 CPUtime=129.68
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 12968 0 0 0 25 0 1 0 228442134 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46209 1260 78 160 0 46047 0
[pid=15127] ppid=15119 vsize=184836 CPUtime=129.51
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 12951 0 0 0 25 0 1 0 228442219 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46209 1260 78 160 0 46047 0
[pid=15128] ppid=15119 vsize=184836 CPUtime=129.39
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 12939 0 0 0 25 0 1 0 228442223 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46209 1260 78 160 0 46047 0
Current children cumulated CPU time (s) 1043.1
Current children cumulated vsize (KiB) 1663520

[startup+583.272 s]
/proc/loadavg: 8.00 6.99 4.24 9/86 15128
/proc/meminfo: memFree=1490672/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184836 CPUtime=146.31
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14630 1 0 0 25 0 1 0 228442002 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46209 1260 78 160 0 46047 0
[pid=15122] ppid=15119 vsize=184836 CPUtime=146.09
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 112 0 0 0 14608 1 0 0 25 0 1 0 228442002 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134581094 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46209 1261 78 160 0 46047 0
[pid=15123] ppid=15119 vsize=184836 CPUtime=145.81
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14580 1 0 0 25 0 1 0 228442028 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683186 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46209 1260 78 160 0 46047 0
[pid=15124] ppid=15119 vsize=184836 CPUtime=145.63
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14563 0 0 0 25 0 1 0 228442032 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633645 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46209 1260 78 160 0 46047 0
[pid=15125] ppid=15119 vsize=184836 CPUtime=144.69
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14469 0 0 0 25 0 1 0 228442132 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46209 1260 78 160 0 46047 0
[pid=15126] ppid=15119 vsize=184836 CPUtime=144.61
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14461 0 0 0 25 0 1 0 228442134 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569482 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46209 1260 78 160 0 46047 0
[pid=15127] ppid=15119 vsize=184836 CPUtime=144.4
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14440 0 0 0 25 0 1 0 228442219 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46209 1260 78 160 0 46047 0
[pid=15128] ppid=15119 vsize=184836 CPUtime=144.39
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14439 0 0 0 25 0 1 0 228442223 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46209 1260 78 160 0 46047 0
Current children cumulated CPU time (s) 1163.01
Current children cumulated vsize (KiB) 1663520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.823 s]
/proc/loadavg: 8.00 7.06 4.31 9/86 15128
/proc/meminfo: memFree=1490672/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184836 CPUtime=151
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 15099 1 0 0 25 0 1 0 228442002 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683211 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46209 1260 78 160 0 46047 0
[pid=15122] ppid=15119 vsize=184836 CPUtime=150.69
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 112 0 0 0 15068 1 0 0 25 0 1 0 228442002 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577417 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46209 1261 78 160 0 46047 0
[pid=15123] ppid=15119 vsize=184836 CPUtime=150.41
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 15040 1 0 0 25 0 1 0 228442028 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46209 1260 78 160 0 46047 0
[pid=15124] ppid=15119 vsize=184836 CPUtime=150.28
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 15028 0 0 0 25 0 1 0 228442032 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683095 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46209 1260 78 160 0 46047 0
[pid=15125] ppid=15119 vsize=184836 CPUtime=149.29
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14929 0 0 0 25 0 1 0 228442132 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46209 1260 78 160 0 46047 0
[pid=15126] ppid=15119 vsize=184836 CPUtime=149.28
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14928 0 0 0 25 0 1 0 228442134 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46209 1260 78 160 0 46047 0
[pid=15127] ppid=15119 vsize=184836 CPUtime=149.01
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14901 0 0 0 25 0 1 0 228442219 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46209 1260 78 160 0 46047 0
[pid=15128] ppid=15119 vsize=184836 CPUtime=148.98
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14898 0 0 0 25 0 1 0 228442223 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46209 1260 78 160 0 46047 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1663520

Sending SIGTERM to process tree (bottom up)

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

[startup+601.823 s]
/proc/loadavg: 8.00 7.06 4.31 9/86 15128
/proc/meminfo: memFree=1490672/2055920 swapFree=4192812/4192956
[pid=15119] ppid=15117 vsize=184832 CPUtime=1.08
/proc/15119/stat : 15119 (kcnfs-smp) S 15117 15119 14374 0 -1 4194304 1599 0 0 0 108 0 0 0 25 0 1 0 228441949 189267968 1225 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15119/statm: 46208 1225 72 160 0 46046 0
[pid=15121] ppid=15119 vsize=184836 CPUtime=151
/proc/15121/stat : 15121 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 15099 1 0 0 25 0 1 0 228442002 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683211 0 0 4096 2 0 0 0 17 1 0 0
/proc/15121/statm: 46209 1260 78 160 0 46047 0
[pid=15122] ppid=15119 vsize=184836 CPUtime=150.69
/proc/15122/stat : 15122 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 112 0 0 0 15068 1 0 0 25 0 1 0 228442002 189272064 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577417 0 0 4096 0 0 0 0 17 1 0 0
/proc/15122/statm: 46209 1261 78 160 0 46047 0
[pid=15123] ppid=15119 vsize=184836 CPUtime=150.41
/proc/15123/stat : 15123 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 15040 1 0 0 25 0 1 0 228442028 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 2 0 0 0 17 1 0 0
/proc/15123/statm: 46209 1260 78 160 0 46047 0
[pid=15124] ppid=15119 vsize=184836 CPUtime=150.28
/proc/15124/stat : 15124 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 15028 0 0 0 25 0 1 0 228442032 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683095 0 0 4096 0 0 0 0 17 1 0 0
/proc/15124/statm: 46209 1260 78 160 0 46047 0
[pid=15125] ppid=15119 vsize=184836 CPUtime=149.29
/proc/15125/stat : 15125 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14929 0 0 0 25 0 1 0 228442132 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 0 0 0
/proc/15125/statm: 46209 1260 78 160 0 46047 0
[pid=15126] ppid=15119 vsize=184836 CPUtime=149.28
/proc/15126/stat : 15126 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14928 0 0 0 25 0 1 0 228442134 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 46209 1260 78 160 0 46047 0
[pid=15127] ppid=15119 vsize=184836 CPUtime=149.01
/proc/15127/stat : 15127 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14901 0 0 0 25 0 1 0 228442219 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 2 0 0 0 17 0 0 0
/proc/15127/statm: 46209 1260 78 160 0 46047 0
[pid=15128] ppid=15119 vsize=184836 CPUtime=148.98
/proc/15128/stat : 15128 (kcnfs-smp) R 15119 15119 14374 0 -1 4194368 111 0 0 0 14898 0 0 0 25 0 1 0 228442223 189272064 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 0 0 0 0 17 0 0 0
/proc/15128/statm: 46209 1260 78 160 0 46047 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1663520

Child status: 0
Real time (s): 601.833
CPU time (s): 1200.11
CPU user time (s): 1200.03
CPU system time (s): 0.082987
CPU usage (%): 199.41
Max. virtual memory (cumulated for all children) (KiB): 1663520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.03
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2574
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= 34070

runsolver used 0.764883 second user time and 1.62575 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Wed Feb 21 19:07:57 UTC 2007

IDJOB= 305744
IDBENCH= 20164
IDSOLVER= 112
FILE ID= node17/305744-1172084877

PBS_JOBID= 3865323

Free space on /tmp= 66543 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S450187849-03.cnf
COMMAND LINE= /tmp/evaluation/305744-1172084877/kcnfs-smp /tmp/evaluation/305744-1172084877/instance-305744-1172084877.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-305744-1172084877 -o ROOT/results/node17/solver-305744-1172084877 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305744-1172084877/kcnfs-smp /tmp/evaluation/305744-1172084877/instance-305744-1172084877.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  7f1f4c201bd66bef376407077b248aa7

RANDOM SEED= 514075695

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1500624 kB
Buffers:         57636 kB
Cached:         378108 kB
SwapCached:          0 kB
Active:         304284 kB
Inactive:       176476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3452 kB
Writeback:           0 kB
Mapped:          63948 kB
Slab:            60124 kB
Committed_AS:   843244 kB
PageTables:       1752 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= 66543 MiB

End job on node17 on Wed Feb 21 19:17:59 UTC 2007