Trace number 3275721

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
ppfolio parSAT 306.438 43.5686

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_404.cnf
MD5SUM213e4c0c58f043e67e86cf993698317a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.864
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of clauses22023
Sum of the clauses size98860
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267
Number of clauses of size 320125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51831

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
305.92/43.56	v -1 2 3 4 5 6 7 8 9 10
305.92/43.56	v 11 12 13 14 15 16 17 18 -19 20
305.92/43.56	v -21 22 23 24 25 26 -27 -28 29 30
305.92/43.56	v 31 -32 33 34 35 36 37 38 39 40
305.92/43.56	v 41 42 43 44 45 -46 47 48 49 50
305.92/43.56	v 51 52 53 54 55 -56 -57 58 59 60
305.92/43.56	v 61 62 63 64 65 66 67 68 69 70
305.92/43.56	v 71 72 73 74 75 76 -77 78 -79 80
305.92/43.56	v 81 82 83 84 85 86 87 -88 89 -90
305.92/43.56	v 91 92 93 94 95 96 97 98 99 100
305.92/43.56	v 101 102 103 104 105 106 -107 108 109 110
305.92/43.56	v 111 112 113 114 -115 116 -117 118 119 120
305.92/43.56	v 121 122 123 124 125 126 127 128 129 130
305.92/43.56	v 131 -132 133 134 135 136 137 138 139 140
305.92/43.56	v -141 142 -143 144 145 146 147 148 149 150
305.92/43.56	v 151 152 153 154 155 156 157 158 159 160
305.92/43.56	v 161 162 163 -164 165 -166 167 168 169 -170
305.92/43.56	v 171 172 173 174 175 176 177 178 179 180
305.92/43.56	v -181 182 -183 184 185 186 187 188 189 190
305.92/43.56	v 191 192 193 194 195 196 197 198 199 200
305.92/43.56	v -201 202 0
305.92/43.56	s SATISFIABLE
305.92/43.56	solver [2] clasp 1.3.6 answered
305.92/43.56	Done

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275721-1304169773/watcher-3275721-1304169773 -o /tmp/evaluation-result-3275721-1304169773/solver-3275721-1304169773 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275721-1304169773.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.43 7.91 7.96 2/170 11069
/proc/meminfo: memFree=29455580/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=0 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 607207967 18763776 390 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 4577882499799056383 0 0 17 4 0 0 0
/proc/11069/statm: 4581 390 341 23 0 91 0

[startup+0.00986403 s]
/proc/loadavg: 7.43 7.91 7.96 2/170 11069
/proc/meminfo: memFree=29455580/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=0 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 607207967 18763776 390 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 4577882499799056383 0 0 17 4 0 0 0
/proc/11069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.158804 s]
/proc/loadavg: 7.43 7.91 7.96 2/170 11069
/proc/meminfo: memFree=29455580/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=0 cores=0-7
/proc/11069/stat : 11069 (ppfolio) R 11067 11069 11043 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 607207967 18763776 390 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300775 s]
/proc/loadavg: 7.43 7.91 7.96 2/170 11069
/proc/meminfo: memFree=29455580/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=0 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 607207967 18763776 390 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 4577882499799056383 0 0 17 4 0 0 0
/proc/11069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700704 s]
/proc/loadavg: 7.43 7.91 7.96 2/170 11069
/proc/meminfo: memFree=29455580/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=0 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 607207967 18763776 390 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 4577882499799056383 0 0 17 4 0 0 0
/proc/11069/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50056 s]
/proc/loadavg: 7.43 7.91 7.96 9/180 11084
/proc/meminfo: memFree=29417672/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=0 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 607207967 18763776 390 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 4577882499799056383 0 0 17 4 0 0 0
/proc/11069/statm: 4581 390 341 23 0 91 0
[pid=11070] ppid=11069 vsize=16688344 CPUtime=1.48 cores=0
/proc/11070/stat : 11070 (cryptominisat) R 11069 11069 11043 0 -1 4202496 3960 0 0 0 148 0 0 0 20 0 1 0 607207967 17088864256 1516 33554432000 4194304 4587354 140736824230880 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11070/statm: 4172086 1516 327 96 0 4168648 0
[pid=11071] ppid=11069 vsize=16260 CPUtime=1.49 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 1599 0 0 0 149 0 0 0 20 0 1 0 607207967 16650240 1410 33554432000 4194304 4785740 140734801913056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 4065 1410 340 145 0 1110 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=1.49 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 149 0 0 0 20 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18200 CPUtime=1.48 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5942 0 0 0 148 0 0 0 20 0 1 0 607207967 18636800 2869 33554432000 4194304 4331988 140735797633856 18446744073709551615 4239668 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4550 2869 175 34 0 2992 0
[pid=11074] ppid=11069 vsize=196200 CPUtime=5.87 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 6538 1256 0 0 587 0 0 0 18 0 5 0 607207967 200908800 4762 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 49050 4762 162 40 0 47594 0
[pid=11074/tid=11081] ppid=11069 vsize=196200 CPUtime=1.46 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 870 1256 0 0 146 0 0 0 23 0 5 0 607207970 200908800 4762 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=196200 CPUtime=1.45 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 703 1256 0 0 145 0 0 0 23 0 5 0 607207970 200908800 4762 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=196200 CPUtime=1.46 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 1115 1256 0 0 146 0 0 0 20 0 5 0 607207970 200908800 4762 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=196200 CPUtime=1.46 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 1135 1256 0 0 146 0 0 0 23 0 5 0 607207970 200908800 4762 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 17395172

[startup+3.10126 s]
/proc/loadavg: 7.55 7.92 7.96 8/179 11084
/proc/meminfo: memFree=29414704/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=17664 CPUtime=3.09 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 1914 0 0 0 309 0 0 0 25 0 1 0 607207967 18087936 1725 33554432000 4194304 4785740 140734801913056 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 4416 1725 340 145 0 1461 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=3.09 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 309 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18200 CPUtime=3.08 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5942 0 0 0 308 0 0 0 25 0 1 0 607207967 18636800 2869 33554432000 4194304 4331988 140735797633856 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4550 2869 175 34 0 2992 0
[pid=11074] ppid=11069 vsize=204648 CPUtime=12.26 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 9090 1256 0 0 1226 0 0 0 18 0 5 0 607207967 209559552 6874 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 51162 6874 162 40 0 49706 0
[pid=11074/tid=11081] ppid=11069 vsize=204648 CPUtime=3.06 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 1542 1256 0 0 306 0 0 0 25 0 5 0 607207970 209559552 6874 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=204648 CPUtime=3.04 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 1451 1256 0 0 304 0 0 0 25 0 5 0 607207970 209559552 6874 33554432000 4194304 4356188 140736079464112 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=204648 CPUtime=3.06 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 1371 1256 0 0 306 0 0 0 25 0 5 0 607207970 209559552 6874 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=204648 CPUtime=3.06 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 2011 1256 0 0 306 0 0 0 25 0 5 0 607207970 209559552 6874 33554432000 4194304 4356188 140736079464112 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 716680

[startup+6.30066 s]
/proc/loadavg: 7.55 7.92 7.96 8/179 11084
/proc/meminfo: memFree=29403800/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=18976 CPUtime=6.29 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 2240 0 0 0 629 0 0 0 25 0 1 0 607207967 19431424 2051 33554432000 4194304 4785740 140734801913056 18446744073709551615 4416804 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 4744 2051 340 145 0 1789 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=6.29 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 629 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18200 CPUtime=6.28 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5942 0 0 0 628 0 0 0 25 0 1 0 607207967 18636800 2869 33554432000 4194304 4331988 140735797633856 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4550 2869 175 34 0 2992 0
[pid=11074] ppid=11069 vsize=208744 CPUtime=25.05 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 11138 1256 0 0 2504 1 0 0 18 0 5 0 607207967 213753856 7898 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 52186 7898 162 40 0 50730 0
[pid=11074/tid=11081] ppid=11069 vsize=208744 CPUtime=6.26 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 2202 1256 0 0 626 0 0 0 25 0 5 0 607207970 213753856 7898 33554432000 4194304 4356188 140736079464112 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=208744 CPUtime=6.23 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 1579 1256 0 0 623 0 0 0 25 0 5 0 607207970 213753856 7898 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=208744 CPUtime=6.26 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 1883 1256 0 0 626 0 0 0 25 0 5 0 607207970 213753856 7898 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=208744 CPUtime=6.26 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 2759 1256 0 0 626 0 0 0 25 0 5 0 607207970 213753856 7898 33554432000 4194304 4356188 140736079464112 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 45.73
Current children cumulated vsize (KiB) 722088

[startup+12.7005 s]
/proc/loadavg: 7.47 7.89 7.95 8/179 11084
/proc/meminfo: memFree=29395664/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=21492 CPUtime=12.69 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 2802 0 0 0 1269 0 0 0 25 0 1 0 607207967 22007808 2613 33554432000 4194304 4785740 140734801913056 18446744073709551615 4553369 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 5373 2613 340 145 0 2418 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=12.68 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 1268 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134530344 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18200 CPUtime=12.68 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5942 0 0 0 1268 0 0 0 25 0 1 0 607207967 18636800 2869 33554432000 4194304 4331988 140735797633856 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4550 2869 175 34 0 2992 0
[pid=11074] ppid=11069 vsize=215152 CPUtime=50.61 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 13180 1256 0 0 5060 1 0 0 18 0 5 0 607207967 220315648 9500 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 53788 9500 162 40 0 52332 0
[pid=11074/tid=11081] ppid=11069 vsize=215152 CPUtime=12.66 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 2502 1256 0 0 1266 0 0 0 25 0 5 0 607207970 220315648 9500 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=215152 CPUtime=12.59 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 2233 1256 0 0 1259 0 0 0 25 0 5 0 607207970 220315648 9500 33554432000 4194304 4356188 140736079464112 18446744073709551615 4233920 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=215152 CPUtime=12.66 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 2139 1256 0 0 1266 0 0 0 25 0 5 0 607207970 220315648 9500 33554432000 4194304 4356188 140736079464112 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=215152 CPUtime=12.66 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 3591 1256 0 0 1266 0 0 0 25 0 5 0 607207970 220315648 9500 33554432000 4194304 4356188 140736079464112 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 90.48
Current children cumulated vsize (KiB) 731012

[startup+25.5011 s]
/proc/loadavg: 7.39 7.86 7.94 8/179 11085
/proc/meminfo: memFree=29383400/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=23880 CPUtime=25.49 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 3384 0 0 0 2549 0 0 0 25 0 1 0 607207967 24453120 3195 33554432000 4194304 4785740 140734801913056 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 5970 3195 340 145 0 3015 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=25.48 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 2548 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134530464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18332 CPUtime=25.49 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5969 0 0 0 2549 0 0 0 25 0 1 0 607207967 18771968 2896 33554432000 4194304 4331988 140735797633856 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4583 2896 175 34 0 3025 0
[pid=11074] ppid=11069 vsize=227116 CPUtime=101.74 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 16171 1256 0 0 10173 1 0 0 18 0 5 0 607207967 232566784 12491 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0

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

[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=24936 CPUtime=31.89 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 3598 0 0 0 3189 0 0 0 25 0 1 0 607207967 25534464 3409 33554432000 4194304 4785740 140734801913056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 6234 3409 340 145 0 3279 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=31.89 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 3189 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18332 CPUtime=31.89 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5975 0 0 0 3189 0 0 0 25 0 1 0 607207967 18771968 2902 33554432000 4194304 4331988 140735797633856 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4583 2902 175 34 0 3025 0
[pid=11074] ppid=11069 vsize=236852 CPUtime=127.33 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 19949 1256 0 0 12731 2 0 0 18 0 5 0 607207967 242536448 14925 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 59213 14925 162 40 0 57757 0
[pid=11074/tid=11081] ppid=11069 vsize=236852 CPUtime=31.86 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 4059 1256 0 0 3186 0 0 0 25 0 5 0 607207970 242536448 14925 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=236852 CPUtime=31.68 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 4538 1256 0 0 3168 0 0 0 25 0 5 0 607207970 242536448 14925 33554432000 4194304 4356188 140736079464112 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=236852 CPUtime=31.87 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 2908 1256 0 0 3187 0 0 0 25 0 5 0 607207970 242536448 14925 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331576 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=236852 CPUtime=31.86 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 5729 1256 0 0 3186 0 0 0 25 0 5 0 607207970 242536448 14925 33554432000 4194304 4356188 140736079464112 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 224.82
Current children cumulated vsize (KiB) 756288

[startup+38.3007 s]
/proc/loadavg: 7.31 7.82 7.93 8/179 11085
/proc/meminfo: memFree=29374820/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=25428 CPUtime=38.28 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 3742 0 0 0 3828 0 0 0 25 0 1 0 607207967 26038272 3553 33554432000 4194304 4785740 140734801913056 18446744073709551615 231895188098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 6357 3553 340 145 0 3402 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=38.28 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 3828 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18332 CPUtime=38.29 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5983 0 0 0 3829 0 0 0 25 0 1 0 607207967 18771968 2910 33554432000 4194304 4331988 140735797633856 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4583 2910 175 34 0 3025 0
[pid=11074] ppid=11069 vsize=236596 CPUtime=152.88 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 24257 1256 0 0 15285 3 0 0 18 0 5 0 607207967 242274304 14881 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 59149 14881 162 40 0 57693 0
[pid=11074/tid=11081] ppid=11069 vsize=236596 CPUtime=38.25 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 5083 1256 0 0 3825 0 0 0 25 0 5 0 607207970 242274304 14881 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=236596 CPUtime=38.05 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 5582 1256 0 0 3804 1 0 0 25 0 5 0 607207970 242274304 14881 33554432000 4194304 4356188 140736079464112 18446744073709551615 4237352 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=236596 CPUtime=38.26 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 3932 1256 0 0 3826 0 0 0 25 0 5 0 607207970 242274304 14881 33554432000 4194304 4356188 140736079464112 18446744073709551615 4281515 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=236596 CPUtime=38.25 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 6945 1256 0 0 3825 0 0 0 25 0 5 0 607207970 242274304 14881 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331819 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 269.55
Current children cumulated vsize (KiB) 756524

[startup+41.5011 s]
/proc/loadavg: 7.31 7.82 7.93 8/179 11085
/proc/meminfo: memFree=29364884/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=25680 CPUtime=41.48 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 3785 0 0 0 4148 0 0 0 25 0 1 0 607207967 26296320 3596 33554432000 4194304 4785740 140734801913056 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 6420 3596 340 145 0 3465 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=41.48 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 4148 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18332 CPUtime=41.49 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5986 0 0 0 4149 0 0 0 25 0 1 0 607207967 18771968 2913 33554432000 4194304 4331988 140735797633856 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4583 2913 175 34 0 3025 0
[pid=11074] ppid=11069 vsize=235580 CPUtime=165.67 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 26351 1256 0 0 16563 4 0 0 18 0 5 0 607207967 241233920 14607 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 58895 14607 162 40 0 57439 0
[pid=11074/tid=11081] ppid=11069 vsize=235580 CPUtime=41.45 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 5340 1256 0 0 4145 0 0 0 25 0 5 0 607207970 241233920 14607 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=235580 CPUtime=41.23 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 6159 1256 0 0 4122 1 0 0 25 0 5 0 607207970 241233920 14607 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=235580 CPUtime=41.46 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 5064 1256 0 0 4146 0 0 0 25 0 5 0 607207970 241233920 14607 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=235580 CPUtime=41.45 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 7073 1256 0 0 4145 0 0 0 25 0 5 0 607207970 241233920 14607 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 291.94
Current children cumulated vsize (KiB) 755760

[startup+42.3009 s]
/proc/loadavg: 7.28 7.81 7.92 8/179 11085
/proc/meminfo: memFree=29371828/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=25828 CPUtime=42.28 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 3825 0 0 0 4228 0 0 0 25 0 1 0 607207967 26447872 3636 33554432000 4194304 4785740 140734801913056 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 6457 3636 340 145 0 3502 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=42.28 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 4228 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18332 CPUtime=42.29 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5987 0 0 0 4229 0 0 0 25 0 1 0 607207967 18771968 2914 33554432000 4194304 4331988 140735797633856 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4583 2914 175 34 0 3025 0
[pid=11074] ppid=11069 vsize=231228 CPUtime=168.86 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 26351 1256 0 0 16882 4 0 0 18 0 5 0 607207967 236777472 13519 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 57807 13519 162 40 0 56351 0
[pid=11074/tid=11081] ppid=11069 vsize=231228 CPUtime=42.25 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 5340 1256 0 0 4225 0 0 0 25 0 5 0 607207970 236777472 13519 33554432000 4194304 4356188 140736079464112 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=231228 CPUtime=42.03 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 6159 1256 0 0 4202 1 0 0 25 0 5 0 607207970 236777472 13519 33554432000 4194304 4356188 140736079464112 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=231228 CPUtime=42.26 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 5064 1256 0 0 4226 0 0 0 25 0 5 0 607207970 236777472 13519 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=231228 CPUtime=42.25 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 7073 1256 0 0 4225 0 0 0 25 0 5 0 607207970 236777472 13519 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 297.53
Current children cumulated vsize (KiB) 751556

[startup+43.1008 s]
/proc/loadavg: 7.28 7.81 7.92 8/179 11085
/proc/meminfo: memFree=29375172/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=26040 CPUtime=43.08 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 3887 0 0 0 4308 0 0 0 25 0 1 0 607207967 26664960 3698 33554432000 4194304 4785740 140734801913056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 6510 3698 340 145 0 3555 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=43.08 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 4308 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18332 CPUtime=43.09 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5988 0 0 0 4309 0 0 0 25 0 1 0 607207967 18771968 2915 33554432000 4194304 4331988 140735797633856 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4583 2915 175 34 0 3025 0
[pid=11074] ppid=11069 vsize=231100 CPUtime=172.05 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 26479 1256 0 0 17201 4 0 0 18 0 5 0 607207967 236646400 13487 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 57775 13487 162 40 0 56319 0
[pid=11074/tid=11081] ppid=11069 vsize=231100 CPUtime=43.05 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 5340 1256 0 0 4305 0 0 0 25 0 5 0 607207970 236646400 13487 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=231100 CPUtime=42.82 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 6159 1256 0 0 4281 1 0 0 25 0 5 0 607207970 236646400 13487 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=231100 CPUtime=43.06 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 5064 1256 0 0 4306 0 0 0 25 0 5 0 607207970 236646400 13487 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=231100 CPUtime=43.05 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 7201 1256 0 0 4305 0 0 0 25 0 5 0 607207970 236646400 13487 33554432000 4194304 4356188 140736079464112 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 303.12
Current children cumulated vsize (KiB) 751640

[startup+43.5007 s]
/proc/loadavg: 7.28 7.81 7.92 8/179 11085
/proc/meminfo: memFree=29375172/32950928 swapFree=67111356/67111528
[pid=11069] ppid=11067 vsize=18324 CPUtime=1.82 cores=0-7
/proc/11069/stat : 11069 (ppfolio) S 11067 11069 11043 0 -1 4202496 524 4122 0 0 0 0 182 0 15 0 1 0 607207967 18763776 391 33554432000 4194304 4287625 140733203228480 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11069/statm: 4581 391 342 23 0 91 0
[pid=11071] ppid=11069 vsize=26040 CPUtime=43.48 cores=1
/proc/11071/stat : 11071 (clasp) R 11069 11069 11043 0 -1 4202496 3887 0 0 0 4348 0 0 0 25 0 1 0 607207967 26664960 3698 33554432000 4194304 4785740 140734801913056 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11071/statm: 6510 3698 340 145 0 3555 0
[pid=11072] ppid=11069 vsize=457844 CPUtime=43.48 cores=2
/proc/11072/stat : 11072 (TNM) R 11069 11069 11043 0 -1 4202496 995 0 0 0 4348 0 0 0 25 0 1 0 607207967 468832256 892 33554432000 134512640 134534564 4288839776 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11072/statm: 114461 892 95 6 0 113127 0
[pid=11073] ppid=11069 vsize=18332 CPUtime=43.49 cores=3
/proc/11073/stat : 11073 (march_hi) R 11069 11069 11043 0 -1 4202496 5988 0 0 0 4349 0 0 0 25 0 1 0 607207967 18771968 2915 33554432000 4194304 4331988 140735797633856 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11073/statm: 4583 2915 175 34 0 3025 0
[pid=11074] ppid=11069 vsize=233028 CPUtime=173.65 cores=4-7
/proc/11074/stat : 11074 (plingeling) S 11069 11069 11043 0 -1 4202496 27249 1256 0 0 17361 4 0 0 18 0 5 0 607207967 238620672 13969 33554432000 4194304 4356188 140736079464112 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11074/statm: 58257 13969 162 40 0 56801 0
[pid=11074/tid=11081] ppid=11069 vsize=233028 CPUtime=43.45 cores=4-7
/proc/11074/task/11081/stat : 11081 (plingeling) R 11069 11069 11043 0 -1 4202560 6110 1256 0 0 4345 0 0 0 25 0 5 0 607207970 238620672 13969 33554432000 4194304 4356188 140736079464112 18446744073709551615 4279551 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11074/tid=11082] ppid=11069 vsize=233028 CPUtime=43.22 cores=4-7
/proc/11074/task/11082/stat : 11082 (plingeling) R 11069 11069 11043 0 -1 4202560 6159 1256 0 0 4321 1 0 0 25 0 5 0 607207970 238620672 13969 33554432000 4194304 4356188 140736079464112 18446744073709551615 4279586 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11074/tid=11083] ppid=11069 vsize=233028 CPUtime=43.46 cores=4-7
/proc/11074/task/11083/stat : 11083 (plingeling) R 11069 11069 11043 0 -1 4202560 5064 1256 0 0 4346 0 0 0 25 0 5 0 607207970 238620672 13969 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331371 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11074/tid=11084] ppid=11069 vsize=233028 CPUtime=43.45 cores=4-7
/proc/11074/task/11084/stat : 11084 (plingeling) R 11069 11069 11043 0 -1 4202560 7201 1256 0 0 4345 0 0 0 25 0 5 0 607207970 238620672 13969 33554432000 4194304 4356188 140736079464112 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 305.92
Current children cumulated vsize (KiB) 753568

Child status: 0
Real time (s): 43.5686
CPU time (s): 306.438
CPU user time (s): 306.355
CPU system time (s): 0.082987
CPU usage (%): 703.347
Max. virtual memory (cumulated for all children) (KiB): 17396892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 306.355
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= 44060
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= 398
involuntary context switches= 1611

runsolver used 0.06499 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 15:22:53
IDJOB=3275721
IDBENCH=83272
IDSOLVER=1638
FILE ID=node114/3275721-1304169773
RUNJOBID= node114-1304169773-11057
PBS_JOBID= 13170960
Free space on /tmp= 73400 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_404.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275721-1304169773/watcher-3275721-1304169773 -o /tmp/evaluation-result-3275721-1304169773/solver-3275721-1304169773 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275721-1304169773.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=1190756440

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29455736 kB
Buffers:       1103800 kB
Cached:        1818800 kB
SwapCached:        168 kB
Active:         202060 kB
Inactive:      2784608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29455736 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10512 kB
Writeback:           0 kB
AnonPages:       64488 kB
Mapped:          14144 kB
Slab:           441524 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185520 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73388 MiB
End job on node114 at 2011-04-30 15:23:37