Trace number 3289023

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.26 1201.83

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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

running on 4 cores: 1,3,5,7

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.40 7.97 8.02 2/174 6754
/proc/meminfo: memFree=31710392/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=13796 CPUtime=0 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) R 6752 6754 6426 0 -1 4202496 1515 1253 0 0 0 0 0 0 22 0 1 0 500454560 14127104 1443 33554432000 4194304 4417332 140733753931376 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/6754/statm: 3449 1443 143 55 0 1335 0

[startup+0.076795 s]
/proc/loadavg: 7.40 7.97 8.02 2/174 6754
/proc/meminfo: memFree=31710392/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=25472 CPUtime=0.06 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) R 6752 6754 6426 0 -1 4202496 4511 1253 0 0 6 0 0 0 22 0 1 0 500454560 26083328 4391 33554432000 4194304 4417332 140733753931376 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/6754/statm: 6368 4391 148 55 0 4254 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25472

[startup+0.100786 s]
/proc/loadavg: 7.40 7.97 8.02 2/174 6754
/proc/meminfo: memFree=31710392/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=29568 CPUtime=0.08 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) R 6752 6754 6426 0 -1 4202496 5535 1253 0 0 8 0 0 0 22 0 1 0 500454560 30277632 5415 33554432000 4194304 4417332 140733753931376 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/6754/statm: 7392 5415 148 55 0 5278 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29568

[startup+0.300717 s]
/proc/loadavg: 7.40 7.97 8.02 2/174 6754
/proc/meminfo: memFree=31710392/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=155156 CPUtime=0.55 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 14853 1253 0 0 54 1 0 0 23 0 5 0 500454560 158879744 11053 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 38789 11053 171 55 0 36675 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 155156

[startup+0.700638 s]
/proc/loadavg: 7.40 7.97 8.02 2/174 6754
/proc/meminfo: memFree=31710392/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=152428 CPUtime=2.14 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 21466 1253 0 0 212 2 0 0 23 0 5 0 500454560 156086272 12568 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 38107 12568 174 55 0 35993 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 152428

[startup+1.50049 s]
/proc/loadavg: 7.45 7.97 8.02 10/186 6779
/proc/meminfo: memFree=31613212/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=150940 CPUtime=5.34 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 28954 1253 0 0 531 3 0 0 23 0 5 0 500454560 154562560 11257 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 37735 11257 176 55 0 35621 0
[pid=6754/tid=6772] ppid=6752 vsize=150940 CPUtime=1.28 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 10835 1253 0 0 127 1 0 0 19 0 5 0 500454581 154562560 11257 33554432000 4194304 4417332 140733753931376 18446744073709551615 4277452 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=150940 CPUtime=1.28 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 2141 1253 0 0 128 0 0 0 25 0 5 0 500454581 154562560 11257 33554432000 4194304 4417332 140733753931376 18446744073709551615 4275994 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=150940 CPUtime=1.27 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 5496 1253 0 0 127 0 0 0 25 0 5 0 500454581 154562560 11257 33554432000 4194304 4417332 140733753931376 18446744073709551615 4270966 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=150940 CPUtime=1.28 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 947 1253 0 0 128 0 0 0 25 0 5 0 500454581 154562560 11257 33554432000 4194304 4417332 140733753931376 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 150940

[startup+3.10116 s]
/proc/loadavg: 7.45 7.97 8.02 9/186 6779
/proc/meminfo: memFree=31619584/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=169540 CPUtime=11.74 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 39936 1253 0 0 1170 4 0 0 23 0 5 0 500454560 173608960 16025 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 42385 16025 181 55 0 40271 0
[pid=6754/tid=6772] ppid=6752 vsize=169540 CPUtime=2.88 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 15297 1253 0 0 286 2 0 0 24 0 5 0 500454581 173608960 16025 33554432000 4194304 4417332 140733753931376 18446744073709551615 4252276 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=169540 CPUtime=2.88 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 5882 1253 0 0 288 0 0 0 25 0 5 0 500454581 173608960 16025 33554432000 4194304 4417332 140733753931376 18446744073709551615 4257338 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=169540 CPUtime=2.87 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 8246 1253 0 0 287 0 0 0 25 0 5 0 500454581 173608960 16025 33554432000 4194304 4417332 140733753931376 18446744073709551615 4378210 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=169540 CPUtime=2.87 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 976 1253 0 0 287 0 0 0 25 0 5 0 500454581 173608960 16025 33554432000 4194304 4417332 140733753931376 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 169540

[startup+6.30052 s]
/proc/loadavg: 7.45 7.97 8.02 9/186 6779
/proc/meminfo: memFree=31559220/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=180020 CPUtime=24.52 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 42556 1253 0 0 2447 5 0 0 23 0 5 0 500454560 184340480 18645 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 45005 18645 181 55 0 42891 0
[pid=6754/tid=6772] ppid=6752 vsize=180020 CPUtime=6.08 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 15937 1253 0 0 606 2 0 0 25 0 5 0 500454581 184340480 18645 33554432000 4194304 4417332 140733753931376 18446744073709551615 4252176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=180020 CPUtime=6.08 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 6522 1253 0 0 608 0 0 0 25 0 5 0 500454581 184340480 18645 33554432000 4194304 4417332 140733753931376 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=180020 CPUtime=6.07 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 8246 1253 0 0 607 0 0 0 25 0 5 0 500454581 184340480 18645 33554432000 4194304 4417332 140733753931376 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=180020 CPUtime=6.05 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 2316 1253 0 0 605 0 0 0 25 0 5 0 500454581 184340480 18645 33554432000 4194304 4417332 140733753931376 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 180020

[startup+12.7003 s]
/proc/loadavg: 7.53 7.97 8.01 9/186 6779
/proc/meminfo: memFree=31561728/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=171548 CPUtime=50.09 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 42594 1253 0 0 5004 5 0 0 23 0 5 0 500454560 175665152 16527 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 42887 16527 181 55 0 40773 0
[pid=6754/tid=6772] ppid=6752 vsize=171548 CPUtime=12.48 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 15946 1253 0 0 1246 2 0 0 25 0 5 0 500454581 175665152 16527 33554432000 4194304 4417332 140733753931376 18446744073709551615 4321358 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=171548 CPUtime=12.48 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 6531 1253 0 0 1248 0 0 0 25 0 5 0 500454581 175665152 16527 33554432000 4194304 4417332 140733753931376 18446744073709551615 4257702 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=171548 CPUtime=12.47 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 8266 1253 0 0 1247 0 0 0 25 0 5 0 500454581 175665152 16527 33554432000 4194304 4417332 140733753931376 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=171548 CPUtime=12.42 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 2316 1253 0 0 1242 0 0 0 25 0 5 0 500454581 175665152 16527 33554432000 4194304 4417332 140733753931376 18446744073709551615 4365900 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 171548

[startup+25.5007 s]
/proc/loadavg: 7.60 7.97 8.01 9/186 6780
/proc/meminfo: memFree=31558516/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=183760 CPUtime=101.22 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 45706 1253 0 0 10117 5 0 0 23 0 5 0 500454560 188170240 19586 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 45940 19586 181 55 0 43826 0
[pid=6754/tid=6772] ppid=6752 vsize=183760 CPUtime=25.28 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 16979 1253 0 0 2526 2 0 0 25 0 5 0 500454581 188170240 19586 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=183760 CPUtime=25.28 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 7564 1253 0 0 2528 0 0 0 25 0 5 0 500454581 188170240 19586 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=183760 CPUtime=25.28 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 8288 1253 0 0 2528 0 0 0 25 0 5 0 500454581 188170240 19586 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=183760 CPUtime=25.15 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 3340 1253 0 0 2515 0 0 0 25 0 5 0 500454581 188170240 19586 33554432000 4194304 4417332 140733753931376 18446744073709551615 18446744073699065904 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 183760

[startup+51.1006 s]
/proc/loadavg: 7.74 7.97 8.01 9/186 6780
/proc/meminfo: memFree=31510964/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=206692 CPUtime=203.49 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 59689 1253 0 0 20342 7 0 0 23 0 5 0 500454560 211652608 25319 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 51673 25319 181 55 0 49559 0
[pid=6754/tid=6772] ppid=6752 vsize=206692 CPUtime=50.88 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 22830 1253 0 0 5086 2 0 0 25 0 5 0 500454581 211652608 25319 33554432000 4194304 4417332 140733753931376 18446744073709551615 4305871 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=206692 CPUtime=50.88 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 13187 1253 0 0 5087 1 0 0 25 0 5 0 500454581 211652608 25319 33554432000 4194304 4417332 140733753931376 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=206692 CPUtime=50.88 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 10071 1253 0 0 5087 1 0 0 25 0 5 0 500454581 211652608 25319 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=206692 CPUtime=50.61 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 4066 1253 0 0 5061 0 0 0 25 0 5 0 500454581 211652608 25319 33554432000 4194304 4417332 140733753931376 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.49
Current children cumulated vsize (KiB) 206692

[startup+102.306 s]
/proc/loadavg: 7.93 7.99 8.01 9/186 6782
/proc/meminfo: memFree=31441140/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=241324 CPUtime=408.04 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 94751 1253 0 0 40792 12 0 0 23 0 5 0 500454560 247115776 33977 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 60331 33977 181 55 0 58217 0
[pid=6754/tid=6772] ppid=6752 vsize=241324 CPUtime=102.09 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 33397 1253 0 0 10205 4 0 0 25 0 5 0 500454581 247115776 33977 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=241324 CPUtime=102.09 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 26791 1253 0 0 10206 3 0 0 25 0 5 0 500454581 247115776 33977 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=241324 CPUtime=102.09 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 20128 1253 0 0 10207 2 0 0 25 0 5 0 500454581 247115776 33977 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=241324 CPUtime=101.53 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 4900 1253 0 0 10153 0 0 0 25 0 5 0 500454581 247115776 33977 33554432000 4194304 4417332 140733753931376 18446744073709551615 4251086 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 241324

[startup+162.301 s]
/proc/loadavg: 8.08 8.02 8.02 9/186 6783
/proc/meminfo: memFree=31394736/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=263668 CPUtime=647.7 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 156587 1253 0 0 64748 22 0 0 23 0 5 0 500454560 269996032 39572 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 65917 39572 181 55 0 63803 0
[pid=6754/tid=6772] ppid=6752 vsize=263668 CPUtime=162.09 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 48725 1253 0 0 16202 7 0 0 25 0 5 0 500454581 269996032 39572 33554432000 4194304 4417332 140733753931376 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=263668 CPUtime=162.08 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 48122 1253 0 0 16202 6 0 0 25 0 5 0 500454581 269996032 39572 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=263668 CPUtime=162.08 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 38250 1253 0 0 16204 4 0 0 25 0 5 0 500454581 269996032 39572 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=263668 CPUtime=161.21 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 11955 1253 0 0 16119 2 0 0 25 0 5 0 500454581 269996032 39572 33554432000 4194304 4417332 140733753931376 18446744073709551615 4357001 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.7
Current children cumulated vsize (KiB) 263668


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

[pid=6754/tid=6773] ppid=6752 vsize=500532 CPUtime=702.09 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 185350 1253 0 0 70181 28 0 0 25 0 5 0 500454581 512544768 98811 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=500532 CPUtime=702.11 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 189217 1253 0 0 70184 27 0 0 25 0 5 0 500454581 512544768 98811 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=500532 CPUtime=698.29 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 124096 1253 0 0 69810 19 0 0 25 0 5 0 500454581 512544768 98811 33554432000 4194304 4417332 140733753931376 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.84
Current children cumulated vsize (KiB) 500532

[startup+762.307 s]
/proc/loadavg: 8.12 8.07 8.02 9/186 6799
/proc/meminfo: memFree=30816940/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=541116 CPUtime=3044.54 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 728886 1253 0 0 304343 111 0 0 23 0 5 0 500454560 554102784 108957 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 135279 108957 181 55 0 133165 0
[pid=6754/tid=6772] ppid=6752 vsize=541116 CPUtime=762.12 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 190162 1253 0 0 76182 30 0 0 25 0 5 0 500454581 554102784 108957 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=541116 CPUtime=762.1 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 202846 1253 0 0 76179 31 0 0 25 0 5 0 500454581 554102784 108957 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=541116 CPUtime=762.11 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 194206 1253 0 0 76184 27 0 0 25 0 5 0 500454581 554102784 108957 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=541116 CPUtime=757.97 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 132137 1253 0 0 75777 20 0 0 25 0 5 0 500454581 554102784 108957 33554432000 4194304 4417332 140733753931376 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.54
Current children cumulated vsize (KiB) 541116

[startup+822.301 s]
/proc/loadavg: 8.13 8.08 8.02 9/186 6801
/proc/meminfo: memFree=30814060/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=580508 CPUtime=3284.2 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 760324 1253 0 0 328305 115 0 0 23 0 5 0 500454560 594440192 118805 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 145127 118805 181 55 0 143013 0
[pid=6754/tid=6772] ppid=6752 vsize=580508 CPUtime=822.12 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 196698 1253 0 0 82181 31 0 0 25 0 5 0 500454581 594440192 118805 33554432000 4194304 4417332 140733753931376 18446744073709551615 4263092 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=580508 CPUtime=822.1 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 202852 1253 0 0 82179 31 0 0 25 0 5 0 500454581 594440192 118805 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=580508 CPUtime=822.11 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 207065 1253 0 0 82182 29 0 0 25 0 5 0 500454581 594440192 118805 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=580508 CPUtime=817.64 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 144174 1253 0 0 81742 22 0 0 25 0 5 0 500454581 594440192 118805 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.2
Current children cumulated vsize (KiB) 580508

[startup+882.301 s]
/proc/loadavg: 8.09 8.08 8.02 9/186 6803
/proc/meminfo: memFree=30632140/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=637844 CPUtime=3523.88 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 816286 1253 0 0 352264 124 0 0 23 0 5 0 500454560 653152256 133139 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 159461 133139 181 55 0 157347 0
[pid=6754/tid=6772] ppid=6752 vsize=637844 CPUtime=882.12 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 218452 1253 0 0 88178 34 0 0 25 0 5 0 500454581 653152256 133139 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=637844 CPUtime=882.09 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 223075 1253 0 0 88175 34 0 0 25 0 5 0 500454581 653152256 133139 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=637844 CPUtime=882.12 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 210197 1253 0 0 88182 30 0 0 25 0 5 0 500454581 653152256 133139 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=637844 CPUtime=877.31 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 155027 1253 0 0 87708 23 0 0 25 0 5 0 500454581 653152256 133139 33554432000 4194304 4417332 140733753931376 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.88
Current children cumulated vsize (KiB) 637844

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.02 9/186 6804
/proc/meminfo: memFree=30565032/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=708816 CPUtime=3763.57 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 841340 1253 0 0 376229 128 0 0 23 0 5 0 500454560 725827584 150882 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 177204 150882 181 55 0 175090 0
[pid=6754/tid=6772] ppid=6752 vsize=708816 CPUtime=942.12 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 218452 1253 0 0 94178 34 0 0 25 0 5 0 500454581 725827584 150882 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=708816 CPUtime=942.09 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 223075 1253 0 0 94175 34 0 0 25 0 5 0 500454581 725827584 150882 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=708816 CPUtime=942.11 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 224205 1253 0 0 94180 31 0 0 25 0 5 0 500454581 725827584 150882 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=708816 CPUtime=936.99 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 166073 1253 0 0 93674 25 0 0 25 0 5 0 500454581 725827584 150882 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.57
Current children cumulated vsize (KiB) 708816

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 8.02 9/186 6806
/proc/meminfo: memFree=30548768/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=663156 CPUtime=4003.25 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 899024 1253 0 0 400188 137 0 0 23 0 5 0 500454560 679071744 139467 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 165789 139467 181 55 0 163675 0
[pid=6754/tid=6772] ppid=6752 vsize=663156 CPUtime=1002.13 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 235722 1253 0 0 100175 38 0 0 25 0 5 0 500454581 679071744 139467 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=663156 CPUtime=1002.09 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 223075 1253 0 0 100175 34 0 0 25 0 5 0 500454581 679071744 139467 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=663156 CPUtime=1002.12 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 254515 1253 0 0 100176 36 0 0 25 0 5 0 500454581 679071744 139467 33554432000 4194304 4417332 140733753931376 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=663156 CPUtime=996.67 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 176177 1253 0 0 99640 27 0 0 25 0 5 0 500454581 679071744 139467 33554432000 4194304 4417332 140733753931376 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.25
Current children cumulated vsize (KiB) 663156

[startup+1062.3 s]
/proc/loadavg: 8.14 8.10 8.03 9/186 6807
/proc/meminfo: memFree=30567720/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=721508 CPUtime=4242.93 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 944957 1253 0 0 424149 144 0 0 23 0 5 0 500454560 738824192 154023 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 180377 154023 181 55 0 178263 0
[pid=6754/tid=6772] ppid=6752 vsize=721508 CPUtime=1062.13 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 238753 1253 0 0 106175 38 0 0 25 0 5 0 500454581 738824192 154023 33554432000 4194304 4417332 140733753931376 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=721508 CPUtime=1062.09 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 239822 1253 0 0 106172 37 0 0 25 0 5 0 500454581 738824192 154023 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=721508 CPUtime=1062.12 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 270719 1253 0 0 106174 38 0 0 25 0 5 0 500454581 738824192 154023 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=721508 CPUtime=1056.35 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 186128 1253 0 0 105607 28 0 0 25 0 5 0 500454581 738824192 154023 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.93
Current children cumulated vsize (KiB) 721508

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.03 9/186 6809
/proc/meminfo: memFree=30510168/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=712808 CPUtime=4482.61 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 973893 1253 0 0 448112 149 0 0 23 0 5 0 500454560 729915392 151848 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 178202 151848 181 55 0 176088 0
[pid=6754/tid=6772] ppid=6752 vsize=712808 CPUtime=1122.13 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 238753 1253 0 0 112175 38 0 0 25 0 5 0 500454581 729915392 151848 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=712808 CPUtime=1122.09 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 257281 1253 0 0 112169 40 0 0 25 0 5 0 500454581 729915392 151848 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=712808 CPUtime=1122.13 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 272426 1253 0 0 112174 39 0 0 25 0 5 0 500454581 729915392 151848 33554432000 4194304 4417332 140733753931376 18446744073709551615 4365872 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=712808 CPUtime=1116.02 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 195898 1253 0 0 111573 29 0 0 25 0 5 0 500454581 729915392 151848 33554432000 4194304 4417332 140733753931376 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 712808

[startup+1182.3 s]
/proc/loadavg: 8.19 8.11 8.03 9/186 6811
/proc/meminfo: memFree=30528624/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=654872 CPUtime=4722.3 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 1015124 1253 0 0 472075 155 0 0 23 0 5 0 500454560 670588928 137364 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 163718 137364 181 55 0 161604 0
[pid=6754/tid=6772] ppid=6752 vsize=654872 CPUtime=1182.13 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 262656 1253 0 0 118172 41 0 0 25 0 5 0 500454581 670588928 137364 33554432000 4194304 4417332 140733753931376 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=654872 CPUtime=1182.1 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 264651 1253 0 0 118168 42 0 0 25 0 5 0 500454581 670588928 137364 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=654872 CPUtime=1182.13 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 276173 1253 0 0 118174 39 0 0 25 0 5 0 500454581 670588928 137364 33554432000 4194304 4417332 140733753931376 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=654872 CPUtime=1175.7 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 202109 1253 0 0 117540 30 0 0 25 0 5 0 500454581 670588928 137364 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.3
Current children cumulated vsize (KiB) 654872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.10 8.03 9/186 6811
/proc/meminfo: memFree=30561844/32951124 swapFree=67111356/67111528
[pid=6754] ppid=6752 vsize=636268 CPUtime=4800.21 cores=1,3,5,7
/proc/6754/stat : 6754 (plingeling) S 6752 6754 6426 0 -1 4202496 1019544 1253 0 0 479866 155 0 0 23 0 5 0 500454560 651538432 132713 33554432000 4194304 4417332 140733753931376 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/6754/statm: 159067 132713 181 55 0 156953 0
[pid=6754/tid=6772] ppid=6752 vsize=636268 CPUtime=1201.64 cores=1,3,5,7
/proc/6754/task/6772/stat : 6772 (plingeling) R 6752 6754 6426 0 -1 4202560 262656 1253 0 0 120123 41 0 0 25 0 5 0 500454581 651538432 132713 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6754/tid=6773] ppid=6752 vsize=636268 CPUtime=1201.61 cores=1,3,5,7
/proc/6754/task/6773/stat : 6773 (plingeling) R 6752 6754 6426 0 -1 4202560 264651 1253 0 0 120119 42 0 0 25 0 5 0 500454581 651538432 132713 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6754/tid=6774] ppid=6752 vsize=636268 CPUtime=1201.63 cores=1,3,5,7
/proc/6754/task/6774/stat : 6774 (plingeling) R 6752 6754 6426 0 -1 4202560 276173 1253 0 0 120124 39 0 0 25 0 5 0 500454581 651538432 132713 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6754/tid=6775] ppid=6752 vsize=636268 CPUtime=1195.09 cores=1,3,5,7
/proc/6754/task/6775/stat : 6775 (plingeling) R 6752 6754 6426 0 -1 4202560 206529 1253 0 0 119479 30 0 0 25 0 5 0 500454581 651538432 132713 33554432000 4194304 4417332 140733753931376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 636268

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.83
CPU time (s): 4800.26
CPU user time (s): 4798.68
CPU system time (s): 1.57876
CPU usage (%): 399.411
Max. virtual memory (cumulated for all children) (KiB): 796720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.68
system time used= 1.57876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1020797
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= 96
involuntary context switches= 20557

runsolver used 1.9757 second user time and 4.5793 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 14:33:09
IDJOB=3289023
IDBENCH=83113
IDSOLVER=1605
FILE ID=node143/3289023-1304080389
RUNJOBID= node143-1304080389-6741
PBS_JOBID= 13170504
Free space on /tmp= 72920 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289023-1304080389/watcher-3289023-1304080389 -o /tmp/evaluation-result-3289023-1304080389/solver-3289023-1304080389 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3289023-1304080389.cnf

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=305411457

node143.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.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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:     32951124 kB
MemFree:      31710548 kB
Buffers:        208688 kB
Cached:         688084 kB
SwapCached:        168 kB
Active:         275736 kB
Inactive:       688612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31710548 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            4812 kB
Writeback:           0 kB
AnonPages:       67236 kB
Mapped:          14692 kB
Slab:           212396 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186312 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= 72920 MiB
End job on node143 at 2011-04-29 14:53:13