Trace number 3394610

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
Plingeling 587f (fixed)SAT 738.485 92.695

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.43033
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

Solver Data

738.32/92.69	s SATISFIABLE
738.32/92.69	v 1 2 3 4 5 6 7
738.32/92.69	v 8 9 10 11 12 13 14 15
738.32/92.69	v 16 17 18 -19 20 21 22 23
738.32/92.69	v 24 25 26 27 28 29 30 31
738.32/92.69	v 32 33 34 35 36 -37 38 39
738.32/92.69	v 40 41 42 43 -44 45 46 47
738.32/92.69	v 48 -49 50 51 52 53 54 55
738.32/92.69	v 56 -57 58 -59 -60 61 62 63
738.32/92.69	v 64 65 66 67 68 69 70 71
738.32/92.69	v 72 73 74 75 76 77 78 79
738.32/92.69	v 80 81 -82 83 84 85 -86 87
738.32/92.69	v 88 89 90 91 92 -93 94 95
738.32/92.69	v 96 97 98 99 100 101 102 103
738.32/92.69	v 104 105 106 107 -108 -109 110 -111
738.32/92.69	v 112 113 114 115 116 117 -118 -119
738.32/92.69	v 120 121 -122 123 124 125 126 127
738.32/92.69	v 128 129 130 -131 132 133 134 135
738.32/92.69	v 136 137 138 139 140 141 142 143
738.32/92.69	v 144 145 -146 -147 148 149 150 151
738.32/92.69	v 152 153 154 -155 156 157 158 159
738.32/92.69	v -160 161 162 163 164 165 166 167
738.32/92.69	v 168 169 170 -171 172 173 174 175
738.32/92.69	v 176 177 178 179 180 181 182 183
738.32/92.69	v 184 185 186 187 188 189 190 191
738.32/92.69	v 192 -193 194 195 196 197 198 199
738.32/92.69	v 200 201 202 203 -204 205 206 207
738.32/92.69	v 208 209 210 211 212 213 214 215
738.32/92.69	v -216 217 218 219 220 -221 -222 223
738.32/92.69	v 224 225 226 227 228 229 230 231
738.32/92.69	v 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3394610-1306100295/watcher-3394610-1306100295 -o /tmp/evaluation-result-3394610-1306100295/solver-3394610-1306100295 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394610-1306100295.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: 6.87 7.78 7.92 2/408 771
/proc/meminfo: memFree=25225028/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=8728 CPUtime=0 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 216 0 0 0 0 0 0 0 25 0 1 0 177638903 8937472 146 33554432000 4194304 4417452 140735526655104 18446744073709551615 218880564992 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/771/statm: 2182 146 122 55 0 68 0

[startup+0.116123 s]
/proc/loadavg: 6.87 7.78 7.92 2/408 771
/proc/meminfo: memFree=25225028/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=115048 CPUtime=0.34 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 6246 1252 0 0 33 1 0 0 18 0 9 0 177638903 117809152 5849 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 28762 5868 175 55 0 26648 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 115048

[startup+0.280002 s]
/proc/loadavg: 6.87 7.78 7.92 2/408 771
/proc/meminfo: memFree=25225028/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=178400 CPUtime=1.63 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 7779 1252 0 0 162 1 0 0 18 0 9 0 177638903 182681600 5737 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 44600 5737 180 55 0 42486 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 178400

[startup+0.300996 s]
/proc/loadavg: 6.87 7.78 7.92 2/408 771
/proc/meminfo: memFree=25225028/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=176040 CPUtime=1.8 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 7779 1252 0 0 179 1 0 0 18 0 9 0 177638903 180264960 5242 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 44010 5242 180 55 0 41896 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 176040

[startup+0.70093 s]
/proc/loadavg: 6.87 7.78 7.92 2/408 771
/proc/meminfo: memFree=25225028/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=178784 CPUtime=5 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 8433 1252 0 0 499 1 0 0 18 0 9 0 177638903 183074816 5896 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 44696 5896 180 55 0 42582 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 178784

[startup+1.50079 s]
/proc/loadavg: 6.87 7.78 7.92 9/417 785
/proc/meminfo: memFree=25199292/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=185124 CPUtime=11.38 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 10018 1252 0 0 1137 1 0 0 18 0 9 0 177638903 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 46281 7481 180 55 0 44167 0
[pid=771/tid=778] ppid=769 vsize=185124 CPUtime=1.42 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 652 1252 0 0 142 0 0 0 20 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=185124 CPUtime=1.42 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 589 1252 0 0 142 0 0 0 25 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=185124 CPUtime=1.37 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 215 1252 0 0 137 0 0 0 25 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=185124 CPUtime=1.42 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 1464 1252 0 0 142 0 0 0 23 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=185124 CPUtime=1.4 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 516 1252 0 0 140 0 0 0 20 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=185124 CPUtime=1.42 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 546 1252 0 0 142 0 0 0 19 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4259674 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=185124 CPUtime=1.42 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 339 1252 0 0 142 0 0 0 23 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=185124 CPUtime=1.42 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 627 1252 0 0 142 0 0 0 23 0 9 0 177638911 189566976 7481 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 185124

[startup+3.10051 s]
/proc/loadavg: 6.87 7.78 7.92 9/417 785
/proc/meminfo: memFree=25189000/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=194648 CPUtime=24.16 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 13419 1252 0 0 2415 1 0 0 18 0 9 0 177638903 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 48662 9862 180 55 0 46548 0
[pid=771/tid=778] ppid=769 vsize=194648 CPUtime=3.02 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 1231 1252 0 0 302 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=194648 CPUtime=3.02 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 1026 1252 0 0 302 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=194648 CPUtime=2.97 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 281 1252 0 0 297 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=194648 CPUtime=3.02 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 2253 1252 0 0 302 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=194648 CPUtime=2.98 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 825 1252 0 0 298 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=194648 CPUtime=3.02 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 1088 1252 0 0 302 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=194648 CPUtime=3.02 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 527 1252 0 0 302 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4377401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=194648 CPUtime=3.02 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 1118 1252 0 0 302 0 0 0 25 0 9 0 177638911 199319552 9862 33554432000 4194304 4417452 140735526655104 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 194648

[startup+6.30096 s]
/proc/loadavg: 6.96 7.79 7.92 9/417 785
/proc/meminfo: memFree=25172632/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=209960 CPUtime=49.72 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 18932 1252 0 0 4970 2 0 0 18 0 9 0 177638903 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 52490 13722 180 55 0 50376 0
[pid=771/tid=778] ppid=769 vsize=209960 CPUtime=6.22 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 1743 1252 0 0 622 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=209960 CPUtime=6.22 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 1826 1252 0 0 622 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=209960 CPUtime=6.17 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 635 1252 0 0 617 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=209960 CPUtime=6.22 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 3304 1252 0 0 622 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=209960 CPUtime=6.14 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 1059 1252 0 0 614 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=209960 CPUtime=6.22 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 1849 1252 0 0 622 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 218880262329 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=209960 CPUtime=6.21 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 1709 1252 0 0 621 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=209960 CPUtime=6.22 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 1737 1252 0 0 622 0 0 0 25 0 9 0 177638911 214999040 13722 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 209960

[startup+12.7008 s]
/proc/loadavg: 7.04 7.79 7.92 9/417 786
/proc/meminfo: memFree=25151376/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=231204 CPUtime=100.84 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 28497 1252 0 0 10080 4 0 0 18 0 9 0 177638903 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 57801 19001 180 55 0 55687 0
[pid=771/tid=778] ppid=769 vsize=231204 CPUtime=12.62 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 2005 1252 0 0 1262 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=231204 CPUtime=12.61 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 3000 1252 0 0 1261 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=231204 CPUtime=12.57 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 1180 1252 0 0 1257 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=231204 CPUtime=12.61 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 6506 1252 0 0 1261 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=231204 CPUtime=12.45 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 2617 1252 0 0 1245 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=231204 CPUtime=12.62 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 2983 1252 0 0 1262 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=231204 CPUtime=12.61 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 3278 1252 0 0 1261 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4277527 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=231204 CPUtime=12.62 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 1858 1252 0 0 1262 0 0 0 25 0 9 0 177638911 236752896 19001 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.84
Current children cumulated vsize (KiB) 231204

[startup+25.5006 s]
/proc/loadavg: 7.26 7.80 7.92 9/417 786
/proc/meminfo: memFree=25140280/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=243464 CPUtime=203.06 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 59442 1252 0 0 20296 10 0 0 18 0 9 0 177638903 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 60866 22080 180 55 0 58752 0
[pid=771/tid=778] ppid=769 vsize=243464 CPUtime=25.41 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 5424 1252 0 0 2541 0 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=243464 CPUtime=25.41 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 6130 1252 0 0 2541 0 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4270279 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=243464 CPUtime=25.37 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 2167 1252 0 0 2537 0 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=243464 CPUtime=25.42 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 14114 1252 0 0 2540 2 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=243464 CPUtime=25.06 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 8039 1252 0 0 2505 1 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4312134 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=243464 CPUtime=25.41 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 8115 1252 0 0 2540 1 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=243464 CPUtime=25.41 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 6516 1252 0 0 2540 1 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=243464 CPUtime=25.41 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 3867 1252 0 0 2541 0 0 0 25 0 9 0 177638911 249307136 22080 33554432000 4194304 4417452 140735526655104 18446744073709551615 4309875 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.06
Current children cumulated vsize (KiB) 243464

[startup+51.1012 s]
/proc/loadavg: 7.51 7.81 7.92 9/417 786
/proc/meminfo: memFree=25129664/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=263592 CPUtime=407.5 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 140077 1252 0 0 40725 25 0 0 18 0 9 0 177638903 269918208 27130 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 65898 27130 180 55 0 63784 0
[pid=771/tid=778] ppid=769 vsize=263592 CPUtime=51.01 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 11659 1252 0 0 5100 1 0 0 25 0 9 0 177638911 269918208 27130 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=263592 CPUtime=51.01 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 15152 1252 0 0 5099 2 0 0 25 0 9 0 177638911 269918208 27130 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=263592 CPUtime=50.97 cores=0-7

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

/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 22339 1252 0 0 5107 4 0 0 25 0 9 0 177638911 269918208 27130 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=263592 CPUtime=51.1 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 16636 1252 0 0 5108 2 0 0 25 0 9 0 177638911 269918208 27130 33554432000 4194304 4417452 140735526655104 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=263592 CPUtime=51.11 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 12422 1252 0 0 5109 2 0 0 25 0 9 0 177638911 269918208 27130 33554432000 4194304 4417452 140735526655104 18446744073709551615 4356992 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 263592

[startup+76.8007 s]
/proc/loadavg: 7.74 7.84 7.92 9/417 787
/proc/meminfo: memFree=25115876/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=269028 CPUtime=612.76 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 230840 1252 0 0 61233 43 0 0 18 0 9 0 177638903 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 67257 28489 180 55 0 65143 0
[pid=771/tid=778] ppid=769 vsize=269028 CPUtime=76.72 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 22577 1252 0 0 7668 4 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=269028 CPUtime=76.7 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 25918 1252 0 0 7667 3 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=269028 CPUtime=76.66 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 18981 1252 0 0 7663 3 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=269028 CPUtime=76.71 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 42454 1252 0 0 7664 7 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=269028 CPUtime=75.68 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 33173 1252 0 0 7562 6 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=269028 CPUtime=76.72 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 35156 1252 0 0 7665 7 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=269028 CPUtime=76.71 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 26323 1252 0 0 7667 4 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=269028 CPUtime=76.72 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 21188 1252 0 0 7668 4 0 0 25 0 9 0 177638911 275484672 28489 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 612.76
Current children cumulated vsize (KiB) 269028

[startup+83.2006 s]
/proc/loadavg: 7.76 7.85 7.92 9/417 787
/proc/meminfo: memFree=25111680/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=281464 CPUtime=663.86 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 252733 1252 0 0 66340 46 0 0 18 0 9 0 177638903 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 70366 31598 180 55 0 68252 0
[pid=771/tid=778] ppid=769 vsize=281464 CPUtime=83.11 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 25952 1252 0 0 8307 4 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=281464 CPUtime=83.11 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 28243 1252 0 0 8307 4 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4307551 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=281464 CPUtime=83.07 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 20668 1252 0 0 8303 4 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=281464 CPUtime=83.12 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 46315 1252 0 0 8304 8 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=281464 CPUtime=81.99 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 36072 1252 0 0 8192 7 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=281464 CPUtime=83.12 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 38048 1252 0 0 8305 7 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=281464 CPUtime=83.1 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 28423 1252 0 0 8306 4 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=281464 CPUtime=83.11 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 23942 1252 0 0 8307 4 0 0 25 0 9 0 177638911 288219136 31598 33554432000 4194304 4417452 140735526655104 18446744073709551615 4310622 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 663.86
Current children cumulated vsize (KiB) 281464

[startup+89.6005 s]
/proc/loadavg: 7.78 7.85 7.92 9/417 788
/proc/meminfo: memFree=25102004/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=277400 CPUtime=714.97 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 274124 1252 0 0 71447 50 0 0 18 0 9 0 177638903 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 69350 30582 180 55 0 67236 0
[pid=771/tid=778] ppid=769 vsize=277400 CPUtime=89.52 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 28363 1252 0 0 8947 5 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=277400 CPUtime=89.51 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 29839 1252 0 0 8947 4 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=277400 CPUtime=89.46 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 22609 1252 0 0 8942 4 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=277400 CPUtime=89.52 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 51046 1252 0 0 8943 9 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=277400 CPUtime=88.3 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 38709 1252 0 0 8823 7 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366197 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=277400 CPUtime=89.51 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 40538 1252 0 0 8944 7 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=277400 CPUtime=89.49 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 30482 1252 0 0 8945 4 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=277400 CPUtime=89.52 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 27468 1252 0 0 8947 5 0 0 25 0 9 0 177638911 284057600 30582 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 714.97
Current children cumulated vsize (KiB) 277400

[startup+91.2012 s]
/proc/loadavg: 7.80 7.85 7.92 9/417 788
/proc/meminfo: memFree=25101880/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=273476 CPUtime=727.76 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 278362 1252 0 0 72725 51 0 0 18 0 9 0 177638903 280039424 29601 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 68409 29604 180 55 0 66295 0
[pid=771/tid=778] ppid=769 vsize=273636 CPUtime=91.12 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 28655 1252 0 0 9107 5 0 0 25 0 9 0 177638911 280203264 29617 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=273636 CPUtime=91.1 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 30833 1252 0 0 9106 4 0 0 25 0 9 0 177638911 280203264 29636 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=273636 CPUtime=91.06 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 22927 1252 0 0 9102 4 0 0 25 0 9 0 177638911 280203264 29641 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=273636 CPUtime=91.11 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 52028 1252 0 0 9102 9 0 0 25 0 9 0 177638911 280203264 29641 33554432000 4194304 4417452 140735526655104 18446744073709551615 218880259019 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=273636 CPUtime=89.88 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 38832 1252 0 0 8981 7 0 0 25 0 9 0 177638911 280203264 29641 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=273636 CPUtime=91.11 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 41015 1252 0 0 9104 7 0 0 25 0 9 0 177638911 280203264 29641 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=273636 CPUtime=91.09 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 31313 1252 0 0 9105 4 0 0 25 0 9 0 177638911 280203264 29641 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=273636 CPUtime=91.12 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 27729 1252 0 0 9107 5 0 0 25 0 9 0 177638911 280203264 29641 33554432000 4194304 4417452 140735526655104 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 727.76
Current children cumulated vsize (KiB) 273476

[startup+92.001 s]
/proc/loadavg: 7.80 7.85 7.92 9/417 788
/proc/meminfo: memFree=25108328/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=278496 CPUtime=734.14 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 281830 1252 0 0 73363 51 0 0 18 0 9 0 177638903 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 69624 30856 180 55 0 67510 0
[pid=771/tid=778] ppid=769 vsize=278496 CPUtime=91.92 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 29825 1252 0 0 9187 5 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=278496 CPUtime=91.9 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 31098 1252 0 0 9186 4 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=278496 CPUtime=91.86 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 22927 1252 0 0 9182 4 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=278496 CPUtime=91.91 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 52189 1252 0 0 9182 9 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=782] ppid=769 vsize=278496 CPUtime=90.67 cores=0-7
/proc/771/task/782/stat : 782 (plingeling) R 769 771 744 0 -1 4202560 39309 1252 0 0 9060 7 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366105 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=771/tid=783] ppid=769 vsize=278496 CPUtime=91.91 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 41015 1252 0 0 9184 7 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=278496 CPUtime=91.89 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 31313 1252 0 0 9185 4 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=278496 CPUtime=91.92 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 29084 1252 0 0 9187 5 0 0 25 0 9 0 177638911 285179904 30856 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 734.14
Current children cumulated vsize (KiB) 278496

[startup+92.401 s]
/proc/loadavg: 7.80 7.85 7.92 8/416 788
/proc/meminfo: memFree=25103500/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=278684 CPUtime=737.3 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 283379 1252 0 0 73678 52 0 0 18 0 8 0 177638903 285372416 30904 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 69671 30904 181 55 0 67557 0
[pid=771/tid=778] ppid=769 vsize=276832 CPUtime=92.33 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 29901 1252 0 0 9228 5 0 0 25 0 8 0 177638911 283475968 30441 33554432000 4194304 4417452 140735526655104 18446744073709551615 4263232 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=276832 CPUtime=92.32 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 31098 1252 0 0 9228 4 0 0 25 0 8 0 177638911 283475968 30441 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=276832 CPUtime=92.28 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 22927 1252 0 0 9224 4 0 0 25 0 8 0 177638911 283475968 30441 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=771/tid=781] ppid=769 vsize=276832 CPUtime=92.33 cores=0-7
/proc/771/task/781/stat : 781 (plingeling) R 769 771 744 0 -1 4202560 52687 1252 0 0 9223 10 0 0 25 0 8 0 177638911 283475968 30441 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=771/tid=783] ppid=769 vsize=276832 CPUtime=92.33 cores=0-7
/proc/771/task/783/stat : 783 (plingeling) R 769 771 744 0 -1 4202560 41637 1252 0 0 9225 8 0 0 25 0 8 0 177638911 283475968 30441 33554432000 4194304 4417452 140735526655104 18446744073709551615 4244295 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=771/tid=784] ppid=769 vsize=276832 CPUtime=92.31 cores=0-7
/proc/771/task/784/stat : 784 (plingeling) R 769 771 744 0 -1 4202560 31313 1252 0 0 9227 4 0 0 25 0 8 0 177638911 283475968 30441 33554432000 4194304 4417452 140735526655104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=771/tid=785] ppid=769 vsize=276832 CPUtime=92.33 cores=0-7
/proc/771/task/785/stat : 785 (plingeling) R 769 771 744 0 -1 4202560 29084 1252 0 0 9228 5 0 0 25 0 8 0 177638911 283475968 30441 33554432000 4194304 4417452 140735526655104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 737.3
Current children cumulated vsize (KiB) 278684

[startup+92.601 s]
/proc/loadavg: 7.80 7.85 7.92 8/416 788
/proc/meminfo: memFree=25103500/32950928 swapFree=53456944/67111528
[pid=771] ppid=769 vsize=272596 CPUtime=738.32 cores=0-7
/proc/771/stat : 771 (plingeling) S 769 771 744 0 -1 4202496 284632 1252 0 0 73780 52 0 0 18 0 4 0 177638903 279138304 29382 33554432000 4194304 4417452 140735526655104 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/771/statm: 68149 29382 181 55 0 66035 0
[pid=771/tid=778] ppid=769 vsize=272596 CPUtime=92.52 cores=0-7
/proc/771/task/778/stat : 778 (plingeling) R 769 771 744 0 -1 4202560 29901 1252 0 0 9247 5 0 0 25 0 4 0 177638911 279138304 29382 33554432000 4194304 4417452 140735526655104 18446744073709551615 4264920 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=771/tid=779] ppid=769 vsize=272596 CPUtime=92.5 cores=0-7
/proc/771/task/779/stat : 779 (plingeling) R 769 771 744 0 -1 4202560 31098 1252 0 0 9246 4 0 0 25 0 4 0 177638911 279138304 29382 33554432000 4194304 4417452 140735526655104 18446744073709551615 4255619 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=771/tid=780] ppid=769 vsize=272596 CPUtime=92.46 cores=0-7
/proc/771/task/780/stat : 780 (plingeling) R 769 771 744 0 -1 4202560 23449 1252 0 0 9242 4 0 0 25 0 4 0 177638911 279138304 29382 33554432000 4194304 4417452 140735526655104 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 738.32
Current children cumulated vsize (KiB) 272596

Child status: 10
Real time (s): 92.695
CPU time (s): 738.485
CPU user time (s): 737.947
CPU system time (s): 0.537918
CPU usage (%): 796.683
Max. virtual memory (cumulated for all children) (KiB): 284360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 737.947
system time used= 0.537918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286787
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= 167
involuntary context switches= 3262

runsolver used 0.397939 second user time and 0.875866 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-22 23:38:15
IDJOB=3394610
IDBENCH=83318
IDSOLVER=1851
FILE ID=node112/3394610-1306100295
RUNJOBID= node112-1306100295-759
PBS_JOBID= 13387985
Free space on /tmp= 73332 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394610-1306100295/watcher-3394610-1306100295 -o /tmp/evaluation-result-3394610-1306100295/solver-3394610-1306100295 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394610-1306100295.cnf

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

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=2090327131

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25225184 kB
Buffers:        216468 kB
Cached:        5126936 kB
SwapCached:      62308 kB
Active:         588272 kB
Inactive:      6916340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25225184 kB
SwapTotal:    67111528 kB
SwapFree:     53456944 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:     2108088 kB
Mapped:          14816 kB
Slab:            93548 kB
PageTables:      59356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98615044 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= 73332 MiB
End job on node112 at 2011-05-22 23:39:48