Trace number 306441

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.15 602.095

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S67600799-16.cnf
MD5SUMf2fec9cb29c1b6ad2520f981dedcdd00
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.028
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
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/306441-1172099152/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.05	c Input file : '/tmp/evaluation/306441-1172099152/instance-306441-1172099152.cnf'
0.00/0.05	c [#vars: 7000, #clauses: 29400 -> 29480 clauses (pre-processing), tautology: 0, 3-CNF]
0.09/0.20	c unit clauses propagate before processing (#clause: 29480)
0.09/0.20	c estimated distribution: 8 tasks
1.22/1.27	c <25036> [PID]: 25038 25039 25040 25041 25042 25043 25044
9.13/5.27	c <25036> [PID]: 25045
9.13/5.27	c real distribution: 8 tasks
1200.07/602.09	c <25036> [25038: NOT SOLVED][25040: NOT SOLVED][25041: NOT SOLVED][25042: NOT SOLVED][25043: NOT SOLVED]
1200.07/602.09	c <25036> [25045: NOT SOLVED][25039: NOT SOLVED][25044: NOT SOLVED]
1200.07/602.09	s NOT SOLVED
1200.07/602.09	c CPU time            : 2.660 seconds
1200.07/602.09	c Elapsed Time        : 602.037 seconds
1200.07/602.09	c Size of search tree : 0 node
1200.07/602.09	c average speed       : 0.000 nodes/sec.
1200.07/602.09	

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/node58/watcher-306441-1172099152 -o ROOT/results/node58/solver-306441-1172099152 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306441-1172099152/kcnfs-smp /tmp/evaluation/306441-1172099152/instance-306441-1172099152.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/64 25036
/proc/meminfo: memFree=1912888/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=180916 CPUtime=0
/proc/25036/stat : 25036 (kcnfs-smp) R 25034 25036 24721 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 229871880 185257984 111 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/25036/statm: 45229 112 48 160 0 45067 0

[startup+0.1075 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25036
/proc/meminfo: memFree=1912888/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=185820 CPUtime=0.09
/proc/25036/stat : 25036 (kcnfs-smp) R 25034 25036 24721 0 -1 4194304 1134 0 0 0 9 0 0 0 18 0 1 0 229871880 190279680 1118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134726662 0 0 4096 0 0 0 0 17 1 0 0
/proc/25036/statm: 46455 1118 51 160 0 46293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 185820

[startup+0.518545 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25036
/proc/meminfo: memFree=1912888/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=0.5
/proc/25036/stat : 25036 (kcnfs-smp) R 25034 25036 24721 0 -1 4194304 2078 0 0 0 50 0 0 0 21 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651353 0 0 4096 0 0 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 186816

[startup+1.33864 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25037
/proc/meminfo: memFree=1904880/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=1.27
/proc/25036/stat : 25036 (kcnfs-smp) R 25034 25036 24721 0 -1 4194304 2217 0 0 0 127 0 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639232 0 0 4096 0 0 0 0 17 0 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 186816

[startup+2.97483 s]
/proc/loadavg: 1.16 1.03 1.01 6/69 25041
/proc/meminfo: memFree=1902416/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=1.9
/proc/25036/stat : 25036 (kcnfs-smp) R 25034 25036 24721 0 -1 4194304 2370 0 0 0 189 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649546 0 0 4096 0 0 0 0 17 0 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186816 CPUtime=1.21
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 121 0 0 0 25 0 1 0 229872007 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640134 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46704 2063 72 160 0 46542 0
[pid=25039] ppid=25036 vsize=186816 CPUtime=0.89
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 106 0 0 0 89 0 0 0 25 0 1 0 229872008 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46704 2062 72 160 0 46542 0
[pid=25040] ppid=25036 vsize=186816 CPUtime=0.33
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 99 0 0 0 33 0 0 0 25 0 1 0 229872083 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46704 2062 72 160 0 46542 0
[pid=25041] ppid=25036 vsize=186816 CPUtime=0.31
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 98 0 0 0 31 0 0 0 25 0 1 0 229872086 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648875 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 934080

[startup+6.26819 s]
/proc/loadavg: 1.16 1.03 1.01 9/73 25045
/proc/meminfo: memFree=1900080/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186816 CPUtime=2.5
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 250 0 0 0 25 0 1 0 229872007 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46704 2063 72 160 0 46542 0
[pid=25039] ppid=25036 vsize=186816 CPUtime=2.1
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 210 0 0 0 25 0 1 0 229872008 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46704 2063 72 160 0 46542 0
[pid=25040] ppid=25036 vsize=186816 CPUtime=1.28
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 128 0 0 0 25 0 1 0 229872083 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668523 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46704 2063 72 160 0 46542 0
[pid=25041] ppid=25036 vsize=186816 CPUtime=1.21
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 121 0 0 0 25 0 1 0 229872086 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134668575 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46704 2063 72 160 0 46542 0
[pid=25042] ppid=25036 vsize=186816 CPUtime=0.51
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 105 0 0 0 51 0 0 0 25 0 1 0 229872297 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46704 2062 72 160 0 46542 0
[pid=25043] ppid=25036 vsize=186816 CPUtime=0.5
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 105 0 0 0 50 0 0 0 25 0 1 0 229872299 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46704 2062 72 160 0 46542 0
[pid=25044] ppid=25036 vsize=186816 CPUtime=0.22
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 98 0 0 0 22 0 0 0 25 0 1 0 229872404 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46704 2062 72 160 0 46542 0
[pid=25045] ppid=25036 vsize=186816 CPUtime=0.21
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 97 0 0 0 21 0 0 0 25 0 1 0 229872407 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46704 2062 72 160 0 46542 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 1681344

[startup+12.7599 s]
/proc/loadavg: 2.21 1.26 1.08 9/73 25045
/proc/meminfo: memFree=1899952/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186816 CPUtime=4.11
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 411 0 0 0 25 0 1 0 229872007 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648962 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46704 2063 72 160 0 46542 0
[pid=25039] ppid=25036 vsize=186816 CPUtime=3.7
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 370 0 0 0 25 0 1 0 229872008 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651346 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46704 2063 72 160 0 46542 0
[pid=25040] ppid=25036 vsize=186816 CPUtime=2.93
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 293 0 0 0 25 0 1 0 229872083 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566867 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46704 2063 72 160 0 46542 0
[pid=25041] ppid=25036 vsize=186816 CPUtime=2.81
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 281 0 0 0 25 0 1 0 229872086 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46704 2063 72 160 0 46542 0
[pid=25042] ppid=25036 vsize=186816 CPUtime=2.11
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 211 0 0 0 25 0 1 0 229872297 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647699 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46704 2063 72 160 0 46542 0
[pid=25043] ppid=25036 vsize=186816 CPUtime=2.1
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 210 0 0 0 25 0 1 0 229872299 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46704 2063 72 160 0 46542 0
[pid=25044] ppid=25036 vsize=186816 CPUtime=1.9
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 190 0 0 0 25 0 1 0 229872404 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46704 2063 72 160 0 46542 0
[pid=25045] ppid=25036 vsize=186816 CPUtime=1.81
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 181 0 0 0 25 0 1 0 229872407 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 1681344

[startup+25.6563 s]
/proc/loadavg: 3.10 1.48 1.16 9/73 25045
/proc/meminfo: memFree=1899952/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186816 CPUtime=7.31
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 731 0 0 0 25 0 1 0 229872007 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46704 2063 72 160 0 46542 0
[pid=25039] ppid=25036 vsize=186816 CPUtime=6.9
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 690 0 0 0 25 0 1 0 229872008 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46704 2063 72 160 0 46542 0
[pid=25040] ppid=25036 vsize=186816 CPUtime=6.13
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 613 0 0 0 25 0 1 0 229872083 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650876 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46704 2063 72 160 0 46542 0
[pid=25041] ppid=25036 vsize=186816 CPUtime=6.06
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 606 0 0 0 25 0 1 0 229872086 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649106 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46704 2063 72 160 0 46542 0
[pid=25042] ppid=25036 vsize=186816 CPUtime=5.31
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 531 0 0 0 25 0 1 0 229872297 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649731 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46704 2063 72 160 0 46542 0
[pid=25043] ppid=25036 vsize=186816 CPUtime=5.3
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 530 0 0 0 25 0 1 0 229872299 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650883 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46704 2063 72 160 0 46542 0
[pid=25044] ppid=25036 vsize=186816 CPUtime=5.12
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 512 0 0 0 25 0 1 0 229872404 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134669216 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46704 2063 72 160 0 46542 0
[pid=25045] ppid=25036 vsize=186816 CPUtime=5.08
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 109 0 0 0 508 0 0 0 25 0 1 0 229872407 191299584 2063 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648867 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46704 2063 72 160 0 46542 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 1681344

[startup+51.3342 s]
/proc/loadavg: 4.77 2.01 1.34 9/73 25045
/proc/meminfo: memFree=1899824/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186820 CPUtime=13.71
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1371 0 0 0 25 0 1 0 229872007 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46705 2065 72 160 0 46543 0
[pid=25039] ppid=25036 vsize=186820 CPUtime=13.34
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1334 0 0 0 25 0 1 0 229872008 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46705 2065 72 160 0 46543 0
[pid=25040] ppid=25036 vsize=186820 CPUtime=12.52
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1252 0 0 0 25 0 1 0 229872083 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46705 2065 72 160 0 46543 0
[pid=25041] ppid=25036 vsize=186820 CPUtime=12.44
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1244 0 0 0 25 0 1 0 229872086 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649990 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46705 2065 72 160 0 46543 0
[pid=25042] ppid=25036 vsize=186820 CPUtime=11.71
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1171 0 0 0 25 0 1 0 229872297 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649715 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46705 2065 72 160 0 46543 0
[pid=25043] ppid=25036 vsize=186820 CPUtime=11.7
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1170 0 0 0 25 0 1 0 229872299 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46705 2065 72 160 0 46543 0
[pid=25044] ppid=25036 vsize=186820 CPUtime=11.52
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1152 0 0 0 25 0 1 0 229872404 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46705 2065 72 160 0 46543 0
[pid=25045] ppid=25036 vsize=186820 CPUtime=11.5
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 111 0 0 0 1150 0 0 0 25 0 1 0 229872407 191303680 2065 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582096 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46705 2065 72 160 0 46543 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 1681376

[startup+102.575 s]

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

[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186824 CPUtime=116.59
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 170 0 0 0 11659 0 0 0 25 0 1 0 229872007 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567320 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46706 2116 78 160 0 46544 0
[pid=25039] ppid=25036 vsize=186824 CPUtime=116.18
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 11618 0 0 0 25 0 1 0 229872008 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46706 2115 78 160 0 46544 0
[pid=25040] ppid=25036 vsize=186824 CPUtime=114.91
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 11491 0 0 0 25 0 1 0 229872083 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572655 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46706 2115 78 160 0 46544 0
[pid=25041] ppid=25036 vsize=186824 CPUtime=114.89
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 11489 0 0 0 25 0 1 0 229872086 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46706 2115 78 160 0 46544 0
[pid=25042] ppid=25036 vsize=186824 CPUtime=114.19
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 11419 0 0 0 25 0 1 0 229872297 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46706 2115 78 160 0 46544 0
[pid=25043] ppid=25036 vsize=186824 CPUtime=114.09
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 171 0 0 0 11409 0 0 0 25 0 1 0 229872299 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46706 2117 78 160 0 46544 0
[pid=25044] ppid=25036 vsize=186824 CPUtime=114.39
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 11439 0 0 0 25 0 1 0 229872404 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46706 2115 78 160 0 46544 0
[pid=25045] ppid=25036 vsize=186824 CPUtime=114.29
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 11429 0 0 0 25 0 1 0 229872407 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46706 2115 78 160 0 46544 0
Current children cumulated CPU time (s) 922.19
Current children cumulated vsize (KiB) 1681408

[startup+522.919 s]
/proc/loadavg: 7.99 6.77 3.99 9/73 25045
/proc/meminfo: memFree=1898096/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186824 CPUtime=131.59
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 170 0 0 0 13159 0 0 0 25 0 1 0 229872007 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46706 2116 78 160 0 46544 0
[pid=25039] ppid=25036 vsize=186824 CPUtime=131.18
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 13118 0 0 0 25 0 1 0 229872008 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46706 2115 78 160 0 46544 0
[pid=25040] ppid=25036 vsize=186824 CPUtime=129.9
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 12990 0 0 0 25 0 1 0 229872083 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567493 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46706 2115 78 160 0 46544 0
[pid=25041] ppid=25036 vsize=186824 CPUtime=129.84
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 12984 0 0 0 25 0 1 0 229872086 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46706 2115 78 160 0 46544 0
[pid=25042] ppid=25036 vsize=186824 CPUtime=129.09
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 12909 0 0 0 25 0 1 0 229872297 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46706 2115 78 160 0 46544 0
[pid=25043] ppid=25036 vsize=186824 CPUtime=129.08
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 171 0 0 0 12908 0 0 0 25 0 1 0 229872299 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567227 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46706 2117 78 160 0 46544 0
[pid=25044] ppid=25036 vsize=186824 CPUtime=129.4
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 12940 0 0 0 25 0 1 0 229872404 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134674464 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46706 2115 78 160 0 46544 0
[pid=25045] ppid=25036 vsize=186824 CPUtime=129.37
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 12937 0 0 0 25 0 1 0 229872407 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46706 2115 78 160 0 46544 0
Current children cumulated CPU time (s) 1042.11
Current children cumulated vsize (KiB) 1681408

[startup+583.023 s]
/proc/loadavg: 7.99 6.99 4.24 9/73 25045
/proc/meminfo: memFree=1898032/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186824 CPUtime=146.59
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 170 0 0 0 14659 0 0 0 25 0 1 0 229872007 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567555 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46706 2116 78 160 0 46544 0
[pid=25039] ppid=25036 vsize=186824 CPUtime=146.25
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14625 0 0 0 25 0 1 0 229872008 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572793 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46706 2115 78 160 0 46544 0
[pid=25040] ppid=25036 vsize=186824 CPUtime=144.81
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14481 0 0 0 25 0 1 0 229872083 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683263 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46706 2115 78 160 0 46544 0
[pid=25041] ppid=25036 vsize=186824 CPUtime=144.78
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14478 0 0 0 25 0 1 0 229872086 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640266 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46706 2115 78 160 0 46544 0
[pid=25042] ppid=25036 vsize=186824 CPUtime=144.09
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14409 0 0 0 25 0 1 0 229872297 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46706 2115 78 160 0 46544 0
[pid=25043] ppid=25036 vsize=186824 CPUtime=144.08
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 171 0 0 0 14408 0 0 0 25 0 1 0 229872299 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572753 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46706 2117 78 160 0 46544 0
[pid=25044] ppid=25036 vsize=186824 CPUtime=144.39
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14439 0 0 0 25 0 1 0 229872404 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46706 2115 78 160 0 46544 0
[pid=25045] ppid=25036 vsize=186824 CPUtime=144.38
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14438 0 0 0 25 0 1 0 229872407 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589975 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46706 2115 78 160 0 46544 0
Current children cumulated CPU time (s) 1162.03
Current children cumulated vsize (KiB) 1681408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.082 s]
/proc/loadavg: 7.99 7.05 4.32 9/73 25045
/proc/meminfo: memFree=1897968/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186824 CPUtime=151.39
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 170 0 0 0 15139 0 0 0 25 0 1 0 229872007 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572157 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46706 2116 78 160 0 46544 0
[pid=25039] ppid=25036 vsize=186824 CPUtime=150.97
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 15097 0 0 0 25 0 1 0 229872008 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46706 2115 78 160 0 46544 0
[pid=25040] ppid=25036 vsize=186824 CPUtime=149.6
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14960 0 0 0 25 0 1 0 229872083 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567320 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46706 2115 78 160 0 46544 0
[pid=25041] ppid=25036 vsize=186824 CPUtime=149.57
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14957 0 0 0 25 0 1 0 229872086 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46706 2115 78 160 0 46544 0
[pid=25042] ppid=25036 vsize=186824 CPUtime=148.79
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14879 0 0 0 25 0 1 0 229872297 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46706 2115 78 160 0 46544 0
[pid=25043] ppid=25036 vsize=186824 CPUtime=148.78
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 171 0 0 0 14878 0 0 0 25 0 1 0 229872299 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46706 2117 78 160 0 46544 0
[pid=25044] ppid=25036 vsize=186824 CPUtime=149.19
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14919 0 0 0 25 0 1 0 229872404 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572785 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46706 2115 78 160 0 46544 0
[pid=25045] ppid=25036 vsize=186824 CPUtime=149.12
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 170 0 0 0 14912 0 0 0 25 0 1 0 229872407 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567555 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1681408

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

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

[startup+602.082 s]
/proc/loadavg: 7.99 7.05 4.32 9/73 25045
/proc/meminfo: memFree=1897968/2055920 swapFree=4183888/4192956
[pid=25036] ppid=25034 vsize=186816 CPUtime=2.66
/proc/25036/stat : 25036 (kcnfs-smp) S 25034 25036 24721 0 -1 4194304 2581 0 0 0 265 1 0 0 25 0 1 0 229871880 191299584 2062 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25036/statm: 46704 2062 72 160 0 46542 0
[pid=25038] ppid=25036 vsize=186824 CPUtime=151.39
/proc/25038/stat : 25038 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 170 0 0 0 15139 0 0 0 25 0 1 0 229872007 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572157 0 0 4096 2 0 0 0 17 1 0 0
/proc/25038/statm: 46706 2116 78 160 0 46544 0
[pid=25039] ppid=25036 vsize=186824 CPUtime=150.97
/proc/25039/stat : 25039 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 15097 0 0 0 25 0 1 0 229872008 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 0 0 0 0 17 1 0 0
/proc/25039/statm: 46706 2115 78 160 0 46544 0
[pid=25040] ppid=25036 vsize=186824 CPUtime=149.6
/proc/25040/stat : 25040 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14960 0 0 0 25 0 1 0 229872083 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567320 0 0 4096 2 0 0 0 17 0 0 0
/proc/25040/statm: 46706 2115 78 160 0 46544 0
[pid=25041] ppid=25036 vsize=186824 CPUtime=149.57
/proc/25041/stat : 25041 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14957 0 0 0 25 0 1 0 229872086 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 0 0 0
/proc/25041/statm: 46706 2115 78 160 0 46544 0
[pid=25042] ppid=25036 vsize=186824 CPUtime=148.79
/proc/25042/stat : 25042 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14879 0 0 0 25 0 1 0 229872297 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 2 0 0 0 17 0 0 0
/proc/25042/statm: 46706 2115 78 160 0 46544 0
[pid=25043] ppid=25036 vsize=186824 CPUtime=148.78
/proc/25043/stat : 25043 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 171 0 0 0 14878 0 0 0 25 0 1 0 229872299 191307776 2117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 0 0 0 0 17 0 0 0
/proc/25043/statm: 46706 2117 78 160 0 46544 0
[pid=25044] ppid=25036 vsize=186824 CPUtime=149.19
/proc/25044/stat : 25044 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 169 0 0 0 14919 0 0 0 25 0 1 0 229872404 191307776 2115 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572785 0 0 4096 2 0 0 0 17 1 0 0
/proc/25044/statm: 46706 2115 78 160 0 46544 0
[pid=25045] ppid=25036 vsize=186824 CPUtime=149.12
/proc/25045/stat : 25045 (kcnfs-smp) R 25036 25036 24721 0 -1 4194368 170 0 0 0 14912 0 0 0 25 0 1 0 229872407 191307776 2116 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567555 0 0 4096 0 0 0 0 17 1 0 0
/proc/25045/statm: 46706 2116 78 160 0 46544 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1681408

Child status: 0
Real time (s): 602.095
CPU time (s): 1200.15
CPU user time (s): 1200.1
CPU system time (s): 0.049992
CPU usage (%): 199.33
Max. virtual memory (cumulated for all children) (KiB): 1681408

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

runsolver used 0.628904 second user time and 1.51877 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Feb 21 23:05:52 UTC 2007

IDJOB= 306441
IDBENCH= 20181
IDSOLVER= 112
FILE ID= node58/306441-1172099152

PBS_JOBID= 3892896

Free space on /tmp= 66561 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v7000/unif-k3-r4.2-v7000-c29400-S67600799-16.cnf
COMMAND LINE= /tmp/evaluation/306441-1172099152/kcnfs-smp /tmp/evaluation/306441-1172099152/instance-306441-1172099152.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-306441-1172099152 -o ROOT/results/node58/solver-306441-1172099152 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306441-1172099152/kcnfs-smp /tmp/evaluation/306441-1172099152/instance-306441-1172099152.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  f2fec9cb29c1b6ad2520f981dedcdd00

RANDOM SEED= 633815885

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1913360 kB
Buffers:         12700 kB
Cached:          76576 kB
SwapCached:       3476 kB
Active:          48116 kB
Inactive:        53592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913360 kB
SwapTotal:     4192956 kB
SwapFree:      4183888 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          15920 kB
Slab:            26976 kB
Committed_AS:   590844 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node58 on Wed Feb 21 23:15:56 UTC 2007