Trace number 3291323

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 587? (TO) 4800.4 1201.87

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3291323-1304101405/watcher-3291323-1304101405 -o /tmp/evaluation-result-3291323-1304101405/solver-3291323-1304101405 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3291323-1304101405.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.39 7.92 7.94 3/176 17172
/proc/meminfo: memFree=30923464/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=11064 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) R 17170 17172 16318 0 -1 4202496 826 1260 0 0 0 0 0 0 22 0 1 0 521739241 11329536 755 33554432000 4194304 4417332 140734041386000 18446744073709551615 251813937360 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17172/statm: 2766 772 148 55 0 652 0

[startup+0.0568171 s]
/proc/loadavg: 7.39 7.92 7.94 3/176 17172
/proc/meminfo: memFree=30923464/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=19176 CPUtime=0.04 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) R 17170 17172 16318 0 -1 4202496 2888 1260 0 0 4 0 0 0 22 0 1 0 521739241 19636224 2817 33554432000 4194304 4417332 140734041386000 18446744073709551615 4231283 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17172/statm: 4794 2817 148 55 0 2680 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19176

[startup+0.100759 s]
/proc/loadavg: 7.39 7.92 7.94 3/176 17172
/proc/meminfo: memFree=30923464/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=24296 CPUtime=0.09 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) R 17170 17172 16318 0 -1 4202496 4168 1260 0 0 9 0 0 0 22 0 1 0 521739241 24879104 4097 33554432000 4194304 4417332 140734041386000 18446744073709551615 4320811 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/17172/statm: 6074 4097 148 55 0 3960 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24296

[startup+0.300727 s]
/proc/loadavg: 7.39 7.92 7.94 3/176 17172
/proc/meminfo: memFree=30923464/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=66412 CPUtime=0.86 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 6512 1260 0 0 85 1 0 0 25 0 5 0 521739241 68005888 4416 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 16603 4416 174 55 0 14489 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 66412

[startup+0.70066 s]
/proc/loadavg: 7.39 7.92 7.94 3/176 17172
/proc/meminfo: memFree=30923464/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=132640 CPUtime=2.45 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 9024 1260 0 0 244 1 0 0 25 0 5 0 521739241 135823360 4592 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 33160 4592 176 55 0 31046 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 132640

[startup+1.50052 s]
/proc/loadavg: 7.39 7.92 7.94 10/186 17187
/proc/meminfo: memFree=30878676/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=135156 CPUtime=5.65 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 10550 1260 0 0 564 1 0 0 25 0 5 0 521739241 138399744 5238 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 33789 5238 181 55 0 31675 0
[pid=17172/tid=17184] ppid=17170 vsize=135156 CPUtime=1.38 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 1727 1260 0 0 138 0 0 0 25 0 5 0 521739252 138399744 5238 33554432000 4194304 4417332 140734041386000 18446744073709551615 4271831 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=135156 CPUtime=1.38 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 2422 1260 0 0 138 0 0 0 25 0 5 0 521739252 138399744 5238 33554432000 4194304 4417332 140734041386000 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=135156 CPUtime=1.38 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 1493 1260 0 0 138 0 0 0 25 0 5 0 521739252 138399744 5238 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=135156 CPUtime=1.38 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 728 1260 0 0 138 0 0 0 25 0 5 0 521739252 138399744 5238 33554432000 4194304 4417332 140734041386000 18446744073709551615 4357444 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 135156

[startup+3.10026 s]
/proc/loadavg: 7.39 7.92 7.94 10/186 17187
/proc/meminfo: memFree=30874960/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=138496 CPUtime=12.04 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 11897 1260 0 0 1203 1 0 0 25 0 5 0 521739241 141819904 6073 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 34624 6073 181 55 0 32510 0
[pid=17172/tid=17184] ppid=17170 vsize=138496 CPUtime=2.98 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 2231 1260 0 0 298 0 0 0 25 0 5 0 521739252 141819904 6073 33554432000 4194304 4417332 140734041386000 18446744073709551615 4365906 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=138496 CPUtime=2.98 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 2812 1260 0 0 298 0 0 0 25 0 5 0 521739252 141819904 6073 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=138496 CPUtime=2.97 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 1586 1260 0 0 297 0 0 0 25 0 5 0 521739252 141819904 6073 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=138496 CPUtime=2.98 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 1088 1260 0 0 298 0 0 0 25 0 5 0 521739252 141819904 6073 33554432000 4194304 4417332 140734041386000 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 138496

[startup+6.30072 s]
/proc/loadavg: 7.44 7.92 7.94 10/186 17187
/proc/meminfo: memFree=30857540/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=144140 CPUtime=24.82 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 17957 1260 0 0 2480 2 0 0 25 0 5 0 521739241 147599360 7506 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 36035 7506 181 55 0 33921 0
[pid=17172/tid=17184] ppid=17170 vsize=144140 CPUtime=6.19 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 4514 1260 0 0 618 1 0 0 25 0 5 0 521739252 147599360 7506 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=144140 CPUtime=6.18 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 4647 1260 0 0 618 0 0 0 25 0 5 0 521739252 147599360 7506 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=144140 CPUtime=6.15 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 2328 1260 0 0 615 0 0 0 25 0 5 0 521739252 147599360 7506 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=144140 CPUtime=6.18 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 2288 1260 0 0 618 0 0 0 25 0 5 0 521739252 147599360 7506 33554432000 4194304 4417332 140734041386000 18446744073709551615 4358001 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 144140

[startup+12.7006 s]
/proc/loadavg: 7.48 7.92 7.94 10/186 17187
/proc/meminfo: memFree=30840952/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=153352 CPUtime=50.39 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 37169 1260 0 0 5033 6 0 0 25 0 5 0 521739241 157032448 9819 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 38338 9819 181 55 0 36224 0
[pid=17172/tid=17184] ppid=17170 vsize=153352 CPUtime=12.58 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 10713 1260 0 0 1256 2 0 0 25 0 5 0 521739252 157032448 9819 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=153352 CPUtime=12.58 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 10628 1260 0 0 1257 1 0 0 25 0 5 0 521739252 157032448 9819 33554432000 4194304 4417332 140734041386000 18446744073709551615 4357185 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=153352 CPUtime=12.51 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 5931 1260 0 0 1251 0 0 0 25 0 5 0 521739252 157032448 9819 33554432000 4194304 4417332 140734041386000 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=153352 CPUtime=12.57 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 5717 1260 0 0 1257 0 0 0 25 0 5 0 521739252 157032448 9819 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364397 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 153352

[startup+25.5005 s]
/proc/loadavg: 7.73 7.96 7.95 10/186 17188
/proc/meminfo: memFree=30829528/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=161656 CPUtime=101.52 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 70896 1260 0 0 10140 12 0 0 25 0 5 0 521739241 165535744 11869 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 40414 11869 181 55 0 38300 0
[pid=17172/tid=17184] ppid=17170 vsize=161656 CPUtime=25.38 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 21506 1260 0 0 2534 4 0 0 25 0 5 0 521739252 165535744 11869 33554432000 4194304 4417332 140734041386000 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=161656 CPUtime=25.38 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 20428 1260 0 0 2535 3 0 0 25 0 5 0 521739252 165535744 11869 33554432000 4194304 4417332 140734041386000 18446744073709551615 4311469 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=161656 CPUtime=25.25 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 13870 1260 0 0 2523 2 0 0 25 0 5 0 521739252 165535744 11869 33554432000 4194304 4417332 140734041386000 18446744073709551615 4232656 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=161656 CPUtime=25.38 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 10912 1260 0 0 2536 2 0 0 25 0 5 0 521739252 165535744 11869 33554432000 4194304 4417332 140734041386000 18446744073709551615 4237237 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 161656

[startup+51.1012 s]
/proc/loadavg: 7.82 7.96 7.95 10/186 17188
/proc/meminfo: memFree=30771436/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=185732 CPUtime=203.8 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 135678 1260 0 0 20357 23 0 0 25 0 5 0 521739241 190189568 17915 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 46433 17915 181 55 0 44319 0
[pid=17172/tid=17184] ppid=17170 vsize=185732 CPUtime=50.98 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 38359 1260 0 0 5091 7 0 0 25 0 5 0 521739252 190189568 17915 33554432000 4194304 4417332 140734041386000 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=185732 CPUtime=50.98 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 37937 1260 0 0 5093 5 0 0 25 0 5 0 521739252 190189568 17915 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=185732 CPUtime=50.73 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 32438 1260 0 0 5068 5 0 0 25 0 5 0 521739252 190189568 17915 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=185732 CPUtime=50.97 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 22764 1260 0 0 5094 3 0 0 25 0 5 0 521739252 190189568 17915 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 185732

[startup+102.307 s]
/proc/loadavg: 8.02 7.99 7.96 10/186 17190
/proc/meminfo: memFree=30684620/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=252968 CPUtime=408.34 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 246957 1260 0 0 40794 40 0 0 25 0 5 0 521739241 259039232 34697 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 63242 34697 181 55 0 61128 0
[pid=17172/tid=17184] ppid=17170 vsize=252968 CPUtime=102.18 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 77088 1260 0 0 10205 13 0 0 25 0 5 0 521739252 259039232 34697 33554432000 4194304 4417332 140734041386000 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=252968 CPUtime=102.18 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 67110 1260 0 0 10209 9 0 0 25 0 5 0 521739252 259039232 34697 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=252968 CPUtime=101.65 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 55620 1260 0 0 10157 8 0 0 25 0 5 0 521739252 259039232 34697 33554432000 4194304 4417332 140734041386000 18446744073709551615 4251066 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=252968 CPUtime=102.18 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 42959 1260 0 0 10211 7 0 0 25 0 5 0 521739252 259039232 34697 33554432000 4194304 4417332 140734041386000 18446744073709551615 4357942 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 252968

[startup+162.301 s]
/proc/loadavg: 8.09 8.02 7.97 10/186 17191
/proc/meminfo: memFree=30690560/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=253028 CPUtime=647.99 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 352123 1260 0 0 64742 57 0 0 25 0 5 0 521739241 259100672 34712 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 63257 34712 181 55 0 61143 0
[pid=17172/tid=17184] ppid=17170 vsize=253028 CPUtime=162.17 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 106927 1260 0 0 16198 19 0 0 25 0 5 0 521739252 259100672 34712 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364491 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=253028 CPUtime=162.18 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 93664 1260 0 0 16205 13 0 0 25 0 5 0 521739252 259100672 34712 33554432000 4194304 4417332 140734041386000 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=253028 CPUtime=161.33 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 79423 1260 0 0 16121 12 0 0 25 0 5 0 521739252 259100672 34712 33554432000 4194304 4417332 140734041386000 18446744073709551615 4315939 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=253028 CPUtime=162.18 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 67929 1260 0 0 16207 11 0 0 25 0 5 0 521739252 259100672 34712 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.99
Current children cumulated vsize (KiB) 253028


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

[pid=17172/tid=17185] ppid=17170 vsize=715788 CPUtime=702.18 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 269442 1260 0 0 70176 42 0 0 25 0 5 0 521739252 732966912 150402 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=715788 CPUtime=698.39 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 249074 1260 0 0 69803 36 0 0 25 0 5 0 521739252 732966912 150402 33554432000 4194304 4417332 140734041386000 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=715788 CPUtime=702.18 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 218962 1260 0 0 70184 34 0 0 25 0 5 0 521739252 732966912 150402 33554432000 4194304 4417332 140734041386000 18446744073709551615 4236830 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.03
Current children cumulated vsize (KiB) 715788

[startup+762.307 s]
/proc/loadavg: 8.14 8.05 8.00 10/186 17207
/proc/meminfo: memFree=30044332/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=789388 CPUtime=3044.72 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1087909 1260 0 0 304298 174 0 0 25 0 5 0 521739241 808333312 168802 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 197347 168802 181 55 0 195233 0
[pid=17172/tid=17184] ppid=17170 vsize=789388 CPUtime=762.12 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 283476 1260 0 0 76164 48 0 0 25 0 5 0 521739252 808333312 168802 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=789388 CPUtime=762.2 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 310449 1260 0 0 76168 52 0 0 25 0 5 0 521739252 808333312 168802 33554432000 4194304 4417332 140734041386000 18446744073709551615 4357034 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=789388 CPUtime=758.07 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 260959 1260 0 0 75769 38 0 0 25 0 5 0 521739252 808333312 168802 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=789388 CPUtime=762.2 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 228845 1260 0 0 76185 35 0 0 25 0 5 0 521739252 808333312 168802 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.72
Current children cumulated vsize (KiB) 789388

[startup+822.301 s]
/proc/loadavg: 8.16 8.07 8.00 10/186 17208
/proc/meminfo: memFree=30035388/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=811784 CPUtime=3284.37 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1125102 1260 0 0 328256 181 0 0 25 0 5 0 521739241 831266816 174401 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 202946 174401 181 55 0 200832 0
[pid=17172/tid=17184] ppid=17170 vsize=811784 CPUtime=822.11 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 283476 1260 0 0 82163 48 0 0 25 0 5 0 521739252 831266816 174401 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=811784 CPUtime=822.19 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 317711 1260 0 0 82167 52 0 0 25 0 5 0 521739252 831266816 174401 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=811784 CPUtime=817.74 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 279085 1260 0 0 81734 40 0 0 25 0 5 0 521739252 831266816 174401 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=811784 CPUtime=822.19 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 240650 1260 0 0 82181 38 0 0 25 0 5 0 521739252 831266816 174401 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.37
Current children cumulated vsize (KiB) 811784

[startup+882.301 s]
/proc/loadavg: 8.06 8.05 8.00 10/186 17210
/proc/meminfo: memFree=29866604/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=964332 CPUtime=3524.04 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1171431 1260 0 0 352214 190 0 0 25 0 5 0 521739241 987475968 212538 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 241083 212538 181 55 0 238969 0
[pid=17172/tid=17184] ppid=17170 vsize=964332 CPUtime=882.1 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 303104 1260 0 0 88158 52 0 0 25 0 5 0 521739252 987475968 212538 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=964332 CPUtime=882.19 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 323971 1260 0 0 88165 54 0 0 25 0 5 0 521739252 987475968 212538 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=964332 CPUtime=877.41 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 289058 1260 0 0 87700 41 0 0 25 0 5 0 521739252 987475968 212538 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=964332 CPUtime=882.18 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 251118 1260 0 0 88178 40 0 0 25 0 5 0 521739252 987475968 212538 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.04
Current children cumulated vsize (KiB) 964332

[startup+942.301 s]
/proc/loadavg: 8.07 8.06 8.00 10/186 17212
/proc/meminfo: memFree=29840424/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=996604 CPUtime=3763.71 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1223284 1260 0 0 376173 198 0 0 25 0 5 0 521739241 1020522496 220606 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 249151 220606 181 55 0 247037 0
[pid=17172/tid=17184] ppid=17170 vsize=996604 CPUtime=942.1 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 303104 1260 0 0 94158 52 0 0 25 0 5 0 521739252 1020522496 220606 33554432000 4194304 4417332 140734041386000 18446744073709551615 4250765 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=996604 CPUtime=942.19 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 341527 1260 0 0 94162 57 0 0 25 0 5 0 521739252 1020522496 220606 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=996604 CPUtime=937.09 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 301317 1260 0 0 93666 43 0 0 25 0 5 0 521739252 1020522496 220606 33554432000 4194304 4417332 140734041386000 18446744073709551615 4357986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=996604 CPUtime=942.19 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 273156 1260 0 0 94175 44 0 0 25 0 5 0 521739252 1020522496 220606 33554432000 4194304 4417332 140734041386000 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.71
Current children cumulated vsize (KiB) 996604

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 8.00 10/186 17214
/proc/meminfo: memFree=29744296/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=1090408 CPUtime=4003.38 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1246735 1260 0 0 400136 202 0 0 25 0 5 0 521739241 1116577792 244057 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 272602 244057 181 55 0 270488 0
[pid=17172/tid=17184] ppid=17170 vsize=1090408 CPUtime=1002.09 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 303104 1260 0 0 100157 52 0 0 25 0 5 0 521739252 1116577792 244057 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=1090408 CPUtime=1002.2 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 350684 1260 0 0 100161 59 0 0 25 0 5 0 521739252 1116577792 244057 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=1090408 CPUtime=996.76 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 305847 1260 0 0 99632 44 0 0 25 0 5 0 521739252 1116577792 244057 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=1090408 CPUtime=1002.19 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 282920 1260 0 0 100174 45 0 0 25 0 5 0 521739252 1116577792 244057 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.38
Current children cumulated vsize (KiB) 1090408

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 8.00 10/186 17215
/proc/meminfo: memFree=29702988/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=1099960 CPUtime=4243.06 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1291186 1260 0 0 424095 211 0 0 25 0 5 0 521739241 1126359040 246445 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 274990 246445 181 55 0 272876 0
[pid=17172/tid=17184] ppid=17170 vsize=1099960 CPUtime=1062.1 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 320132 1260 0 0 106154 56 0 0 25 0 5 0 521739252 1126359040 246445 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=1099960 CPUtime=1062.2 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 354773 1260 0 0 106160 60 0 0 25 0 5 0 521739252 1126359040 246445 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=1099960 CPUtime=1056.44 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 323080 1260 0 0 105596 48 0 0 25 0 5 0 521739252 1126359040 246445 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=1099960 CPUtime=1062.2 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 289021 1260 0 0 106174 46 0 0 25 0 5 0 521739252 1126359040 246445 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.06
Current children cumulated vsize (KiB) 1099960

[startup+1122.3 s]
/proc/loadavg: 8.11 8.08 8.01 10/186 17217
/proc/meminfo: memFree=29621260/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=1226648 CPUtime=4482.73 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1322858 1260 0 0 448057 216 0 0 25 0 5 0 521739241 1256087552 278117 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 306662 278117 181 55 0 304548 0
[pid=17172/tid=17184] ppid=17170 vsize=1226648 CPUtime=1122.09 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 331060 1260 0 0 112152 57 0 0 25 0 5 0 521739252 1256087552 278117 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=1226648 CPUtime=1122.2 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 354773 1260 0 0 112160 60 0 0 25 0 5 0 521739252 1256087552 278117 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=1226648 CPUtime=1116.11 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 330365 1260 0 0 111563 48 0 0 25 0 5 0 521739252 1256087552 278117 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=1226648 CPUtime=1122.19 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 302480 1260 0 0 112171 48 0 0 25 0 5 0 521739252 1256087552 278117 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.73
Current children cumulated vsize (KiB) 1226648

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.01 10/186 17218
/proc/meminfo: memFree=29470828/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=1334388 CPUtime=4722.39 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1349793 1260 0 0 472019 220 0 0 25 0 5 0 521739241 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 333597 305052 181 55 0 331483 0
[pid=17172/tid=17184] ppid=17170 vsize=1334388 CPUtime=1182.08 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 333273 1260 0 0 118151 57 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=1334388 CPUtime=1182.19 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 379495 1260 0 0 118155 64 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=1334388 CPUtime=1175.78 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 330365 1260 0 0 117530 48 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=1334388 CPUtime=1182.19 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 302480 1260 0 0 118171 48 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 1334388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.22 8.11 8.02 10/186 17219
/proc/meminfo: memFree=29485456/32950928 swapFree=67111448/67111528
[pid=17172] ppid=17170 vsize=1334388 CPUtime=4800.3 cores=0,2,4,6
/proc/17172/stat : 17172 (plingeling) S 17170 17172 16318 0 -1 4202496 1349793 1260 0 0 479810 220 0 0 25 0 5 0 521739241 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17172/statm: 333597 305052 181 55 0 331483 0
[pid=17172/tid=17184] ppid=17170 vsize=1334388 CPUtime=1201.59 cores=0,2,4,6
/proc/17172/task/17184/stat : 17184 (plingeling) R 17170 17172 16318 0 -1 4202560 333273 1260 0 0 120102 57 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17172/tid=17185] ppid=17170 vsize=1334388 CPUtime=1201.7 cores=0,2,4,6
/proc/17172/task/17185/stat : 17185 (plingeling) R 17170 17172 16318 0 -1 4202560 379495 1260 0 0 120106 64 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17172/tid=17186] ppid=17170 vsize=1334388 CPUtime=1195.18 cores=0,2,4,6
/proc/17172/task/17186/stat : 17186 (plingeling) R 17170 17172 16318 0 -1 4202560 330365 1260 0 0 119470 48 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4352440 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17172/tid=17187] ppid=17170 vsize=1334388 CPUtime=1201.7 cores=0,2,4,6
/proc/17172/task/17187/stat : 17187 (plingeling) R 17170 17172 16318 0 -1 4202560 302480 1260 0 0 120122 48 0 0 25 0 5 0 521739252 1366413312 305052 33554432000 4194304 4417332 140734041386000 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1334388

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.87
CPU time (s): 4800.4
CPU user time (s): 4798.13
CPU system time (s): 2.26965
CPU usage (%): 399.41
Max. virtual memory (cumulated for all children) (KiB): 1334388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.13
system time used= 2.26965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1351053
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= 69
involuntary context switches= 27118

runsolver used 1.9927 second user time and 4.53731 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 20:23:25
IDJOB=3291323
IDBENCH=84205
IDSOLVER=1605
FILE ID=node126/3291323-1304101405
RUNJOBID= node126-1304101405-17148
PBS_JOBID= 13170590
Free space on /tmp= 71596 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291323-1304101405/watcher-3291323-1304101405 -o /tmp/evaluation-result-3291323-1304101405/solver-3291323-1304101405 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3291323-1304101405.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1832630067

node126.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.783
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.56
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.783
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	: 5332.75
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30924248 kB
Buffers:        249512 kB
Cached:        1401144 kB
SwapCached:         76 kB
Active:         119796 kB
Inactive:      1595668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30924248 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            2740 kB
Writeback:           0 kB
AnonPages:       63860 kB
Mapped:          14796 kB
Slab:           247088 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195720 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= 71596 MiB
End job on node126 at 2011-04-29 20:43:29