Trace number 307712

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.22 601.583

General information on the benchmark

Namerandom/2+p/p0.7/v6500/
unif2p-p0.7-v6500-c17355-S365559754-09-UNSAT.cnf
MD5SUM187ddb77d85cea24bfd5c67a96bc6641
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 variables6495
Number of clauses17354
Sum of the clauses size46856
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25206
Number of clauses of size 312148
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/307712-1172498515/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.03	c Input file : '/tmp/evaluation/307712-1172498515/instance-307712-1172498515.cnf'
0.00/0.03	c [#vars: 6500, #clauses: 17354 , (2-3)-CNF]
0.00/0.05	c unit clauses propagate before processing (#clause: 17354)
0.00/0.05	c estimated distribution: 8 tasks
0.00/0.06	c <11532> [PID]: 11534 11535 11536 11537 11538 11539 11540
0.07/0.49	c <11532> [PID]: 11541
0.07/0.49	c real distribution: 8 tasks
40.29/20.38	c <11532> [11536: UNSAT][11537: UNSAT][11540: UNSAT][11535: UNSAT][11541: UNSAT]
646.49/324.16	c <11532> [11534: UNSAT][11539: NOT SOLVED][11538: NOT SOLVED]
1200.17/601.58	s NOT SOLVED
1200.17/601.58	c CPU time            : 606.540 seconds
1200.17/601.58	c Elapsed Time        : 601.550 seconds
1200.17/601.58	c Size of search tree : 0 node
1200.17/601.58	c average speed       : 0.000 nodes/sec.
1200.17/601.58	

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 11532
/proc/meminfo: memFree=1684400/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=180916 CPUtime=0
/proc/11532/stat : 11532 (kcnfs-smp) R 11530 11532 10160 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 269806343 185257984 117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/11532/statm: 45229 117 48 160 0 45067 0

[startup+0.106946 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 11532
/proc/meminfo: memFree=1684400/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=0.06
/proc/11532/stat : 11532 (kcnfs-smp) R 11530 11532 10160 0 -1 4194304 1472 0 0 0 6 0 0 0 22 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 0 0 0 0 17 0 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 183756

[startup+0.514993 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 11532
/proc/meminfo: memFree=1684400/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=0.07
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1653 0 0 0 7 0 0 0 22 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 183756

[startup+1.33609 s]
/proc/loadavg: 1.32 1.07 1.02 9/92 11541
/proc/meminfo: memFree=1675624/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=0.07
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1653 0 0 0 7 0 0 0 22 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11534] ppid=11532 vsize=183756 CPUtime=0.52
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 104 0 0 0 52 0 0 0 24 0 1 0 269806350 188166144 1258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1258 70 160 0 45777 0
[pid=11535] ppid=11532 vsize=183756 CPUtime=0.41
/proc/11535/stat : 11535 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 101 0 0 0 41 0 0 0 24 0 1 0 269806350 188166144 1255 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636838 0 0 4096 0 0 0 0 17 1 0 0
/proc/11535/statm: 45939 1255 69 160 0 45777 0
[pid=11536] ppid=11532 vsize=183756 CPUtime=0.34
/proc/11536/stat : 11536 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 94 0 0 0 34 0 0 0 23 0 1 0 269806352 188166144 1248 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683214 0 0 4096 2 0 0 0 17 1 0 0
/proc/11536/statm: 45939 1248 65 160 0 45777 0
[pid=11537] ppid=11532 vsize=183756 CPUtime=0.33
/proc/11537/stat : 11537 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 99 0 0 0 33 0 0 0 25 0 1 0 269806352 188166144 1253 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 0 0 0 0 17 0 0 0
/proc/11537/statm: 45939 1253 69 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=0.24
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 101 0 0 0 24 0 0 0 25 0 1 0 269806383 188166144 1253 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572949 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1253 69 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=0.22
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 99 0 0 0 22 0 0 0 25 0 1 0 269806388 188166144 1251 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1251 69 160 0 45777 0
[pid=11540] ppid=11532 vsize=183756 CPUtime=0.2
/proc/11540/stat : 11540 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 96 0 0 0 20 0 0 0 25 0 1 0 269806391 188166144 1249 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577430 0 0 4096 2 0 0 0 17 0 0 0
/proc/11540/statm: 45939 1249 65 160 0 45777 0
[pid=11541] ppid=11532 vsize=183756 CPUtime=0.2
/proc/11541/stat : 11541 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 100 0 0 0 20 0 0 0 25 0 1 0 269806392 188166144 1252 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11541/statm: 45939 1252 69 160 0 45777 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1653804

[startup+2.98027 s]
/proc/loadavg: 1.32 1.07 1.02 9/92 11541
/proc/meminfo: memFree=1675368/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=0.07
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1653 0 0 0 7 0 0 0 22 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11534] ppid=11532 vsize=183756 CPUtime=0.92
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 105 0 0 0 92 0 0 0 25 0 1 0 269806350 188166144 1259 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572648 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1259 71 160 0 45777 0
[pid=11535] ppid=11532 vsize=183756 CPUtime=0.81
/proc/11535/stat : 11535 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 105 0 0 0 81 0 0 0 25 0 1 0 269806350 188166144 1259 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11535/statm: 45939 1259 71 160 0 45777 0
[pid=11536] ppid=11532 vsize=183756 CPUtime=0.77
/proc/11536/stat : 11536 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 100 0 0 0 77 0 0 0 25 0 1 0 269806352 188166144 1254 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/11536/statm: 45939 1254 69 160 0 45777 0
[pid=11537] ppid=11532 vsize=183756 CPUtime=0.77
/proc/11537/stat : 11537 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 99 0 0 0 77 0 0 0 25 0 1 0 269806352 188166144 1253 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 0 0 0 0 17 0 0 0
/proc/11537/statm: 45939 1253 69 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=0.64
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 101 0 0 0 64 0 0 0 25 0 1 0 269806383 188166144 1253 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572288 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1253 69 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=0.62
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 100 0 0 0 62 0 0 0 25 0 1 0 269806388 188166144 1252 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1252 69 160 0 45777 0
[pid=11540] ppid=11532 vsize=183756 CPUtime=0.6
/proc/11540/stat : 11540 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 100 0 0 0 60 0 0 0 25 0 1 0 269806391 188166144 1253 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 2 0 0 0 17 0 0 0
/proc/11540/statm: 45939 1253 69 160 0 45777 0
[pid=11541] ppid=11532 vsize=183756 CPUtime=0.6
/proc/11541/stat : 11541 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 102 0 0 0 60 0 0 0 25 0 1 0 269806392 188166144 1254 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580041 0 0 4096 0 0 0 0 17 0 0 0
/proc/11541/statm: 45939 1254 69 160 0 45777 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 1653804

[startup+6.18664 s]
/proc/loadavg: 1.85 1.18 1.06 9/92 11551
/proc/meminfo: memFree=1674984/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=0.07
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1653 0 0 0 7 0 0 0 22 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11534] ppid=11532 vsize=183756 CPUtime=1.72
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 107 0 0 0 172 0 0 0 25 0 1 0 269806350 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567307 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1261 71 160 0 45777 0
[pid=11535] ppid=11532 vsize=183756 CPUtime=1.61
/proc/11535/stat : 11535 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 105 0 0 0 161 0 0 0 25 0 1 0 269806350 188166144 1259 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/11535/statm: 45939 1259 71 160 0 45777 0
[pid=11536] ppid=11532 vsize=183756 CPUtime=1.57
/proc/11536/stat : 11536 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 107 0 0 0 157 0 0 0 25 0 1 0 269806352 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567622 0 0 4096 2 0 0 0 17 1 0 0
/proc/11536/statm: 45939 1261 71 160 0 45777 0
[pid=11537] ppid=11532 vsize=183756 CPUtime=1.56
/proc/11537/stat : 11537 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 104 0 0 0 156 0 0 0 25 0 1 0 269806352 188166144 1258 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 0 0 0 0 17 0 0 0
/proc/11537/statm: 45939 1258 70 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=1.44
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 101 0 0 0 144 0 0 0 25 0 1 0 269806383 188166144 1253 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572655 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1253 69 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=1.42
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 108 0 0 0 142 0 0 0 25 0 1 0 269806388 188166144 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1260 71 160 0 45777 0
[pid=11540] ppid=11532 vsize=183756 CPUtime=1.4
/proc/11540/stat : 11540 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 108 0 0 0 140 0 0 0 25 0 1 0 269806391 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 0 0 0
/proc/11540/statm: 45939 1261 71 160 0 45777 0
[pid=11541] ppid=11532 vsize=183756 CPUtime=1.4
/proc/11541/stat : 11541 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 109 0 0 0 140 0 0 0 25 0 1 0 269806392 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 0 0 0 0 17 0 0 0
/proc/11541/statm: 45939 1261 71 160 0 45777 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 1653804

[startup+12.6764 s]
/proc/loadavg: 2.35 1.29 1.10 9/92 11575
/proc/meminfo: memFree=1674856/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=0.07
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1653 0 0 0 7 0 0 0 22 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11534] ppid=11532 vsize=183756 CPUtime=3.32
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 109 0 0 0 332 0 0 0 25 0 1 0 269806350 188166144 1263 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1263 71 160 0 45777 0
[pid=11535] ppid=11532 vsize=183756 CPUtime=3.25
/proc/11535/stat : 11535 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 106 0 0 0 325 0 0 0 25 0 1 0 269806350 188166144 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567320 0 0 4096 0 0 0 0 17 1 0 0
/proc/11535/statm: 45939 1260 71 160 0 45777 0
[pid=11536] ppid=11532 vsize=183756 CPUtime=3.2
/proc/11536/stat : 11536 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 107 0 0 0 320 0 0 0 25 0 1 0 269806352 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 2 0 0 0 17 1 0 0
/proc/11536/statm: 45939 1261 71 160 0 45777 0
[pid=11537] ppid=11532 vsize=183756 CPUtime=3.19
/proc/11537/stat : 11537 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 106 0 0 0 319 0 0 0 25 0 1 0 269806352 188166144 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 0 0 0
/proc/11537/statm: 45939 1260 71 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=3.06
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 102 0 0 0 306 0 0 0 25 0 1 0 269806383 188166144 1254 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683260 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1254 69 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=3.02
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 108 0 0 0 302 0 0 0 25 0 1 0 269806388 188166144 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1260 71 160 0 45777 0
[pid=11540] ppid=11532 vsize=183756 CPUtime=3
/proc/11540/stat : 11540 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 108 0 0 0 300 0 0 0 25 0 1 0 269806391 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572697 0 0 4096 2 0 0 0 17 0 0 0
/proc/11540/statm: 45939 1261 71 160 0 45777 0
[pid=11541] ppid=11532 vsize=183756 CPUtime=3
/proc/11541/stat : 11541 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 109 0 0 0 300 0 0 0 25 0 1 0 269806392 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683132 0 0 4096 0 0 0 0 17 0 0 0
/proc/11541/statm: 45939 1261 71 160 0 45777 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1653804

[startup+25.5758 s]
/proc/loadavg: 3.29 1.53 1.17 8/91 11591
/proc/meminfo: memFree=1675312/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=4.7
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 189 0 0 7 0 463 0 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11534] ppid=11532 vsize=183756 CPUtime=7.12
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 109 0 0 0 712 0 0 0 25 0 1 0 269806350 188166144 1263 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1263 71 160 0 45777 0
[pid=11535] ppid=11532 vsize=183756 CPUtime=7.09
/proc/11535/stat : 11535 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 106 0 0 0 709 0 0 0 25 0 1 0 269806350 188166144 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 0 0 0 0 17 1 0 0
/proc/11535/statm: 45939 1260 71 160 0 45777 0
[pid=11537] ppid=11532 vsize=183756 CPUtime=6.39
/proc/11537/stat : 11537 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 106 0 0 0 638 1 0 0 25 0 1 0 269806352 188166144 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567289 0 0 4096 0 0 0 0 17 0 0 0
/proc/11537/statm: 45939 1260 71 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=6.28
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 108 0 0 0 628 0 0 0 25 0 1 0 269806383 188166144 1260 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572856 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1260 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=6.82
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 109 0 0 0 682 0 0 0 25 0 1 0 269806388 188166144 1261 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1261 71 160 0 45777 0
[pid=11540] ppid=11532 vsize=183756 CPUtime=6.2
/proc/11540/stat : 11540 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 109 0 0 0 619 1 0 0 25 0 1 0 269806391 188166144 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 0 0 0
/proc/11540/statm: 45939 1262 71 160 0 45777 0
[pid=11541] ppid=11532 vsize=183756 CPUtime=6.2
/proc/11541/stat : 11541 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 110 0 0 0 620 0 0 0 25 0 1 0 269806392 188166144 1262 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 0 0 0
/proc/11541/statm: 45939 1262 71 160 0 45777 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1470048

[startup+51.2187 s]

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

[pid=11534] ppid=11532 vsize=183756 CPUtime=52.79
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 110 0 0 0 5279 0 0 0 25 0 1 0 269806350 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683051 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1264 71 160 0 45777 0
[pid=11535] ppid=11532 vsize=183756 CPUtime=52.7
/proc/11535/stat : 11535 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 109 0 0 0 5270 0 0 0 25 0 1 0 269806350 188166144 1263 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572683 0 0 4096 0 0 0 0 17 1 0 0
/proc/11535/statm: 45939 1263 71 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=70.82
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 112 0 0 0 7082 0 0 0 25 0 1 0 269806383 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589849 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1264 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=52.41
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 111 0 0 0 5241 0 0 0 25 0 1 0 269806388 188166144 1263 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1263 71 160 0 45777 0
[pid=11541] ppid=11532 vsize=183756 CPUtime=70.68
/proc/11541/stat : 11541 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 112 0 0 0 7068 0 0 0 25 0 1 0 269806392 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 0 0 0 0 17 0 0 0
/proc/11541/statm: 45939 1264 71 160 0 45777 0
Current children cumulated CPU time (s) 324.03
Current children cumulated vsize (KiB) 1102536

[startup+222.568 s]
/proc/loadavg: 4.32 3.09 1.87 5/82 11615
/proc/meminfo: memFree=1677944/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=77.37
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 760 0 0 7 0 7726 4 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11534] ppid=11532 vsize=183756 CPUtime=82.79
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 110 0 0 0 8278 1 0 0 25 0 1 0 269806350 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577417 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1264 71 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=100.72
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 112 0 0 0 10072 0 0 0 25 0 1 0 269806383 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1264 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=82.4
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 8240 0 0 0 25 0 1 0 269806388 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577634 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1265 71 160 0 45777 0
[pid=11541] ppid=11532 vsize=183756 CPUtime=100.58
/proc/11541/stat : 11541 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 112 0 0 0 10057 1 0 0 25 0 1 0 269806392 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 0 0 0
/proc/11541/statm: 45939 1264 71 160 0 45777 0
Current children cumulated CPU time (s) 443.86
Current children cumulated vsize (KiB) 918780

[startup+282.609 s]
/proc/loadavg: 4.04 3.23 2.00 4/81 11615
/proc/meminfo: memFree=1678528/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=206.04
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 954 0 0 7 0 20592 5 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11534] ppid=11532 vsize=183756 CPUtime=112.81
/proc/11534/stat : 11534 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 110 0 0 0 11280 1 0 0 25 0 1 0 269806350 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 1 0 0
/proc/11534/statm: 45939 1264 71 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=132.42
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 112 0 0 0 13242 0 0 0 25 0 1 0 269806383 188166144 1264 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577447 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1264 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=112.41
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 11241 0 0 0 25 0 1 0 269806388 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1265 71 160 0 45777 0
Current children cumulated CPU time (s) 563.68
Current children cumulated vsize (KiB) 735024

[startup+342.691 s]
/proc/loadavg: 3.10 3.12 2.03 3/80 11615
/proc/meminfo: memFree=1678920/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=339.62
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 1147 0 0 7 0 33948 7 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=192.23
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 19223 0 0 0 25 0 1 0 269806383 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1265 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=151.72
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 15171 1 0 0 25 0 1 0 269806388 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567281 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1265 71 160 0 45777 0
Current children cumulated CPU time (s) 683.57
Current children cumulated vsize (KiB) 551268

[startup+402.748 s]
/proc/loadavg: 2.40 2.92 2.03 3/80 11615
/proc/meminfo: memFree=1678920/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=339.62
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 1147 0 0 7 0 33948 7 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=252.04
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 25203 1 0 0 25 0 1 0 269806383 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577556 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1265 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=211.76
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 21175 1 0 0 25 0 1 0 269806388 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589610 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1265 71 160 0 45777 0
Current children cumulated CPU time (s) 803.42
Current children cumulated vsize (KiB) 551268

[startup+462.797 s]
/proc/loadavg: 2.20 2.76 2.03 3/80 11615
/proc/meminfo: memFree=1678984/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=339.62
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 1147 0 0 7 0 33948 7 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=311.84
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 31183 1 0 0 25 0 1 0 269806383 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1265 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=271.79
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 27178 1 0 0 25 0 1 0 269806388 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1265 71 160 0 45777 0
Current children cumulated CPU time (s) 923.25
Current children cumulated vsize (KiB) 551268

[startup+522.846 s]
/proc/loadavg: 2.07 2.62 2.02 3/80 11615
/proc/meminfo: memFree=1679112/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=339.62
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 1147 0 0 7 0 33948 7 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=371.63
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 37162 1 0 0 25 0 1 0 269806383 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1265 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=331.83
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 114 0 0 0 33181 2 0 0 25 0 1 0 269806388 188166144 1266 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567604 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1266 71 160 0 45777 0
Current children cumulated CPU time (s) 1043.08
Current children cumulated vsize (KiB) 551268

[startup+582.894 s]
/proc/loadavg: 2.02 2.51 2.02 3/80 11615
/proc/meminfo: memFree=1679176/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=339.62
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 1147 0 0 7 0 33948 7 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=431.42
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 43140 2 0 0 25 0 1 0 269806383 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1265 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=391.86
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 114 0 0 0 39184 2 0 0 25 0 1 0 269806388 188166144 1266 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1266 71 160 0 45777 0
Current children cumulated CPU time (s) 1162.9
Current children cumulated vsize (KiB) 551268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.574 s]
/proc/loadavg: 2.02 2.47 2.01 3/80 11615
/proc/meminfo: memFree=1679240/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=339.62
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 1147 0 0 7 0 33948 7 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=450.02
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 45000 2 0 0 25 0 1 0 269806383 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1265 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=410.53
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 114 0 0 0 41051 2 0 0 25 0 1 0 269806388 188166144 1266 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1266 71 160 0 45777 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 551268

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

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

[startup+601.574 s]
/proc/loadavg: 2.02 2.47 2.01 3/80 11615
/proc/meminfo: memFree=1679240/2055920 swapFree=4192812/4192956
[pid=11532] ppid=11530 vsize=183756 CPUtime=339.62
/proc/11532/stat : 11532 (kcnfs-smp) S 11530 11532 10160 0 -1 4194304 1654 1147 0 0 7 0 33948 7 16 0 1 0 269806343 188166144 1234 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11532/statm: 45939 1234 64 160 0 45777 0
[pid=11538] ppid=11532 vsize=183756 CPUtime=450.02
/proc/11538/stat : 11538 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 113 0 0 0 45000 2 0 0 25 0 1 0 269806383 188166144 1265 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 0 0 0
/proc/11538/statm: 45939 1265 71 160 0 45777 0
[pid=11539] ppid=11532 vsize=183756 CPUtime=410.53
/proc/11539/stat : 11539 (kcnfs-smp) R 11532 11532 10160 0 -1 4194368 114 0 0 0 41051 2 0 0 25 0 1 0 269806388 188166144 1266 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11539/statm: 45939 1266 71 160 0 45777 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 551268

Child status: 0
Real time (s): 601.583
CPU time (s): 1200.22
CPU user time (s): 1200.09
CPU system time (s): 0.13098
CPU usage (%): 199.51
Max. virtual memory (cumulated for all children) (KiB): 1653804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.09
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3122
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= 53
involuntary context switches= 28272

runsolver used 0.59091 second user time and 1.58576 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Feb 26 14:01:55 UTC 2007

IDJOB= 307712
IDBENCH= 20212
IDSOLVER= 112
FILE ID= node5/307712-1172498515

PBS_JOBID= 3971581

Free space on /tmp= 66554 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v6500/unif2p-p0.7-v6500-c17355-S365559754-09-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/307712-1172498515/kcnfs-smp /tmp/evaluation/307712-1172498515/instance-307712-1172498515.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-307712-1172498515 -o ROOT/results/node5/solver-307712-1172498515 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307712-1172498515/kcnfs-smp /tmp/evaluation/307712-1172498515/instance-307712-1172498515.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  187ddb77d85cea24bfd5c67a96bc6641

RANDOM SEED= 168794272

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1684744 kB
Buffers:         47180 kB
Cached:         207956 kB
SwapCached:          0 kB
Active:         220328 kB
Inactive:        79920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3504 kB
Writeback:           0 kB
Mapped:          64472 kB
Slab:            56100 kB
Committed_AS:   868736 kB
PageTables:       1924 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= 66554 MiB

End job on node5 on Mon Feb 26 14:11:57 UTC 2007