Trace number 3289621

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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-3289621-1304081761/watcher-3289621-1304081761 -o /tmp/evaluation-result-3289621-1304081761/solver-3289621-1304081761 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3289621-1304081761.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: 6.57 7.72 7.89 2/174 27619
/proc/meminfo: memFree=19053680/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=11816 CPUtime=0 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) R 27617 27619 26704 0 -1 4202496 1024 1250 0 0 0 0 0 0 22 0 1 0 500591979 12099584 952 33554432000 4194304 4417332 140734145787056 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/27619/statm: 2954 952 147 55 0 840 0

[startup+0.0545529 s]
/proc/loadavg: 6.57 7.72 7.89 2/174 27619
/proc/meminfo: memFree=19053680/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=19288 CPUtime=0.04 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) R 27617 27619 26704 0 -1 4202496 2909 1250 0 0 4 0 0 0 22 0 1 0 500591979 19750912 2813 33554432000 4194304 4417332 140734145787056 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/27619/statm: 4822 2813 148 55 0 2708 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19288

[startup+0.100544 s]
/proc/loadavg: 6.57 7.72 7.89 2/174 27619
/proc/meminfo: memFree=19053680/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=27144 CPUtime=0.09 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) R 27617 27619 26704 0 -1 4202496 4881 1250 0 0 9 0 0 0 23 0 1 0 500591979 27795456 4785 33554432000 4194304 4417332 140734145787056 18446744073709551615 4231335 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/27619/statm: 6786 4785 148 55 0 4672 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27144

[startup+0.300475 s]
/proc/loadavg: 6.57 7.72 7.89 2/174 27619
/proc/meminfo: memFree=19053680/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=144096 CPUtime=0.82 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 10972 1250 0 0 81 1 0 0 23 0 5 0 500591979 147554304 8464 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 36024 8464 172 55 0 33910 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 144096

[startup+0.700404 s]
/proc/loadavg: 6.57 7.72 7.89 2/174 27619
/proc/meminfo: memFree=19053680/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=144748 CPUtime=2.42 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 14323 1250 0 0 240 2 0 0 23 0 5 0 500591979 148221952 8465 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 36187 8465 175 55 0 34073 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 144748

[startup+1.50026 s]
/proc/loadavg: 6.57 7.72 7.89 10/186 27644
/proc/meminfo: memFree=18974728/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=146076 CPUtime=5.61 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 18966 1250 0 0 559 2 0 0 23 0 5 0 500591979 149581824 8444 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 36519 8444 177 55 0 34405 0
[pid=27619/tid=27637] ppid=27617 vsize=146076 CPUtime=1.37 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 1820 1250 0 0 137 0 0 0 25 0 5 0 500591991 149581824 8444 33554432000 4194304 4417332 140734145787056 18446744073709551615 4277527 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=146076 CPUtime=1.37 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 3318 1250 0 0 137 0 0 0 25 0 5 0 500591991 149581824 8444 33554432000 4194304 4417332 140734145787056 18446744073709551615 4325672 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=146076 CPUtime=1.37 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 6258 1250 0 0 136 1 0 0 25 0 5 0 500591991 149581824 8444 33554432000 4194304 4417332 140734145787056 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=146076 CPUtime=1.36 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 629 1250 0 0 136 0 0 0 25 0 5 0 500591991 149581824 8444 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 146076

[startup+3.10097 s]
/proc/loadavg: 6.76 7.74 7.90 9/186 27644
/proc/meminfo: memFree=18952656/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=143504 CPUtime=12.02 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 22722 1250 0 0 1199 3 0 0 23 0 5 0 500591979 146948096 8659 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 35876 8659 181 55 0 33762 0
[pid=27619/tid=27637] ppid=27617 vsize=143504 CPUtime=2.97 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 4146 1250 0 0 297 0 0 0 25 0 5 0 500591991 146948096 8659 33554432000 4194304 4417332 140734145787056 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=143504 CPUtime=2.97 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 3567 1250 0 0 297 0 0 0 25 0 5 0 500591991 146948096 8659 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=143504 CPUtime=2.97 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 7260 1250 0 0 296 1 0 0 25 0 5 0 500591991 146948096 8659 33554432000 4194304 4417332 140734145787056 18446744073709551615 4250832 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=143504 CPUtime=2.96 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 808 1250 0 0 296 0 0 0 25 0 5 0 500591991 146948096 8659 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365906 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 143504

[startup+6.3004 s]
/proc/loadavg: 6.76 7.74 7.90 10/186 27644
/proc/meminfo: memFree=18951720/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=149568 CPUtime=24.8 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 24257 1250 0 0 2477 3 0 0 23 0 5 0 500591979 153157632 10175 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 37392 10175 181 55 0 35278 0
[pid=27619/tid=27637] ppid=27617 vsize=149568 CPUtime=6.17 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 4153 1250 0 0 617 0 0 0 25 0 5 0 500591991 153157632 10175 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=149568 CPUtime=6.17 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 3704 1250 0 0 617 0 0 0 25 0 5 0 500591991 153157632 10175 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=149568 CPUtime=6.17 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 8131 1250 0 0 616 1 0 0 25 0 5 0 500591991 153157632 10175 33554432000 4194304 4417332 140734145787056 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=149568 CPUtime=6.14 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 1328 1250 0 0 614 0 0 0 25 0 5 0 500591991 153157632 10175 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 149568

[startup+12.7003 s]
/proc/loadavg: 6.95 7.75 7.90 10/186 27644
/proc/meminfo: memFree=18934004/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=162344 CPUtime=50.36 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 27927 1250 0 0 5033 3 0 0 23 0 5 0 500591979 166240256 13429 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 40586 13429 181 55 0 38472 0
[pid=27619/tid=27637] ppid=27617 vsize=162344 CPUtime=12.57 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 5075 1250 0 0 1257 0 0 0 25 0 5 0 500591991 166240256 13429 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=162344 CPUtime=12.57 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 4796 1250 0 0 1257 0 0 0 25 0 5 0 500591991 166240256 13429 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=162344 CPUtime=12.57 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 9408 1250 0 0 1256 1 0 0 25 0 5 0 500591991 166240256 13429 33554432000 4194304 4417332 140734145787056 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=162344 CPUtime=12.5 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 1707 1250 0 0 1250 0 0 0 25 0 5 0 500591991 166240256 13429 33554432000 4194304 4417332 140734145787056 18446744073709551615 4366610 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 162344

[startup+25.501 s]
/proc/loadavg: 7.11 7.76 7.90 9/186 27644
/proc/meminfo: memFree=18902516/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=173388 CPUtime=101.49 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 35031 1250 0 0 10145 4 0 0 23 0 5 0 500591979 177549312 16586 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 43347 16586 181 55 0 41233 0
[pid=27619/tid=27637] ppid=27617 vsize=173388 CPUtime=25.37 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 5326 1250 0 0 2537 0 0 0 25 0 5 0 500591991 177549312 16586 33554432000 4194304 4417332 140734145787056 18446744073709551615 4354236 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=173388 CPUtime=25.37 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 6171 1250 0 0 2537 0 0 0 25 0 5 0 500591991 177549312 16586 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=173388 CPUtime=25.37 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 12760 1250 0 0 2536 1 0 0 25 0 5 0 500591991 177549312 16586 33554432000 4194304 4417332 140734145787056 18446744073709551615 4251071 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=173388 CPUtime=25.23 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 3833 1250 0 0 2523 0 0 0 25 0 5 0 500591991 177549312 16586 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364529 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 173388

[startup+51.1004 s]
/proc/loadavg: 7.48 7.79 7.91 10/186 27645
/proc/meminfo: memFree=18861244/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=200192 CPUtime=203.75 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 62127 1250 0 0 20367 8 0 0 23 0 5 0 500591979 204996608 22869 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 50048 22869 181 55 0 47934 0
[pid=27619/tid=27637] ppid=27617 vsize=200192 CPUtime=50.97 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 9420 1250 0 0 5096 1 0 0 25 0 5 0 500591991 204996608 22869 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=200192 CPUtime=50.97 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 13879 1250 0 0 5096 1 0 0 25 0 5 0 500591991 204996608 22869 33554432000 4194304 4417332 140734145787056 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=200192 CPUtime=50.97 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 20792 1250 0 0 5094 3 0 0 25 0 5 0 500591991 204996608 22869 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=200192 CPUtime=50.69 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 11095 1250 0 0 5068 1 0 0 25 0 5 0 500591991 204996608 22869 33554432000 4194304 4417332 140734145787056 18446744073709551615 4357910 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 200192

[startup+102.306 s]
/proc/loadavg: 7.85 7.84 7.91 9/186 27647
/proc/meminfo: memFree=18758164/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=237264 CPUtime=408.3 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 105903 1250 0 0 40816 14 0 0 23 0 5 0 500591979 242958336 32877 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 59316 32877 181 55 0 57202 0
[pid=27619/tid=27637] ppid=27617 vsize=237264 CPUtime=102.18 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 13762 1250 0 0 10217 1 0 0 25 0 5 0 500591991 242958336 32877 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=237264 CPUtime=102.18 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 23989 1250 0 0 10215 3 0 0 25 0 5 0 500591991 242958336 32877 33554432000 4194304 4417332 140734145787056 18446744073709551615 4366109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=237264 CPUtime=102.18 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 35594 1250 0 0 10213 5 0 0 25 0 5 0 500591991 242958336 32877 33554432000 4194304 4417332 140734145787056 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=237264 CPUtime=101.62 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 25617 1250 0 0 10159 3 0 0 25 0 5 0 500591991 242958336 32877 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 237264

[startup+162.3 s]
/proc/loadavg: 8.00 7.88 7.92 9/186 27648
/proc/meminfo: memFree=18730596/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=242948 CPUtime=647.96 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 155693 1250 0 0 64774 22 0 0 23 0 5 0 500591979 248778752 37762 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 60737 37762 181 55 0 58623 0
[pid=27619/tid=27637] ppid=27617 vsize=242948 CPUtime=162.17 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 23022 1250 0 0 16215 2 0 0 25 0 5 0 500591991 248778752 37762 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=242948 CPUtime=162.17 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 35429 1250 0 0 16213 4 0 0 25 0 5 0 500591991 248778752 37762 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=242948 CPUtime=162.18 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 55359 1250 0 0 16210 8 0 0 25 0 5 0 500591991 248778752 37762 33554432000 4194304 4417332 140734145787056 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=242948 CPUtime=161.29 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 34942 1250 0 0 16124 5 0 0 25 0 5 0 500591991 248778752 37762 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.96
Current children cumulated vsize (KiB) 242948


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

[pid=27619/tid=27638] ppid=27617 vsize=350564 CPUtime=702.18 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 155724 1250 0 0 70197 21 0 0 25 0 5 0 500591991 358977536 62817 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=350564 CPUtime=702.19 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 190501 1250 0 0 70191 28 0 0 25 0 5 0 500591991 358977536 62817 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=350564 CPUtime=698.36 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 135363 1250 0 0 69815 21 0 0 25 0 5 0 500591991 358977536 62817 33554432000 4194304 4417332 140734145787056 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.06
Current children cumulated vsize (KiB) 350564

[startup+762.307 s]
/proc/loadavg: 8.04 8.04 7.98 9/186 27673
/proc/meminfo: memFree=18455760/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=359240 CPUtime=3044.77 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 618664 1250 0 0 304386 91 0 0 23 0 5 0 500591979 367861760 66678 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 89810 66678 181 55 0 87696 0
[pid=27619/tid=27637] ppid=27617 vsize=359240 CPUtime=762.19 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 95377 1250 0 0 76205 14 0 0 25 0 5 0 500591991 367861760 66678 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=359240 CPUtime=762.2 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 169475 1250 0 0 76196 24 0 0 25 0 5 0 500591991 367861760 66678 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=359240 CPUtime=762.19 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 207150 1250 0 0 76190 29 0 0 25 0 5 0 500591991 367861760 66678 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=359240 CPUtime=758.03 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 139721 1250 0 0 75782 21 0 0 25 0 5 0 500591991 367861760 66678 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364385 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.77
Current children cumulated vsize (KiB) 359240

[startup+822.3 s]
/proc/loadavg: 8.05 8.05 7.99 10/186 27675
/proc/meminfo: memFree=18475312/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=368932 CPUtime=3284.42 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 667537 1250 0 0 328345 97 0 0 23 0 5 0 500591979 377786368 68250 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 92233 68250 181 55 0 90119 0
[pid=27619/tid=27637] ppid=27617 vsize=368932 CPUtime=822.19 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 104697 1250 0 0 82204 15 0 0 25 0 5 0 500591991 377786368 68250 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=368932 CPUtime=822.19 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 178574 1250 0 0 82194 25 0 0 25 0 5 0 500591991 377786368 68250 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=368932 CPUtime=822.18 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 222227 1250 0 0 82187 31 0 0 25 0 5 0 500591991 377786368 68250 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=368932 CPUtime=817.71 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 155098 1250 0 0 81747 24 0 0 25 0 5 0 500591991 377786368 68250 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.42
Current children cumulated vsize (KiB) 368932

[startup+882.301 s]
/proc/loadavg: 8.18 8.08 8.00 10/186 27676
/proc/meminfo: memFree=18438200/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=397392 CPUtime=3524.09 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 716363 1250 0 0 352305 104 0 0 23 0 5 0 500591979 406929408 76252 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 99348 76252 181 55 0 97234 0
[pid=27619/tid=27637] ppid=27617 vsize=397392 CPUtime=882.19 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 118499 1250 0 0 88202 17 0 0 25 0 5 0 500591991 406929408 76252 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=397392 CPUtime=882.19 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 189964 1250 0 0 88193 26 0 0 25 0 5 0 500591991 406929408 76252 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=397392 CPUtime=882.19 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 235900 1250 0 0 88185 34 0 0 25 0 5 0 500591991 406929408 76252 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=397392 CPUtime=877.37 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 165059 1250 0 0 87712 25 0 0 25 0 5 0 500591991 406929408 76252 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 397392

[startup+942.301 s]
/proc/loadavg: 8.21 8.10 8.01 9/186 27678
/proc/meminfo: memFree=18399748/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=418848 CPUtime=3763.78 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 766653 1250 0 0 376264 114 0 0 23 0 5 0 500591979 428900352 80770 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 104712 80770 181 55 0 102598 0
[pid=27619/tid=27637] ppid=27617 vsize=418848 CPUtime=942.19 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 133804 1250 0 0 94199 20 0 0 25 0 5 0 500591991 428900352 80770 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=418848 CPUtime=942.2 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 203806 1250 0 0 94191 29 0 0 25 0 5 0 500591991 428900352 80770 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=418848 CPUtime=942.19 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 247429 1250 0 0 94184 35 0 0 25 0 5 0 500591991 428900352 80770 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=418848 CPUtime=937.05 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 174673 1250 0 0 93678 27 0 0 25 0 5 0 500591991 428900352 80770 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365039 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.78
Current children cumulated vsize (KiB) 418848

[startup+1002.3 s]
/proc/loadavg: 8.18 8.11 8.01 9/186 27680
/proc/meminfo: memFree=18398972/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=400720 CPUtime=4003.46 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 823649 1250 0 0 400223 123 0 0 23 0 5 0 500591979 410337280 76426 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 100180 76426 181 55 0 98066 0
[pid=27619/tid=27637] ppid=27617 vsize=400720 CPUtime=1002.2 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 146238 1250 0 0 100197 23 0 0 25 0 5 0 500591991 410337280 76426 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=400720 CPUtime=1002.19 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 216284 1250 0 0 100189 30 0 0 25 0 5 0 500591991 410337280 76426 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=400720 CPUtime=1002.19 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 264975 1250 0 0 100181 38 0 0 25 0 5 0 500591991 410337280 76426 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=400720 CPUtime=996.73 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 189211 1250 0 0 99643 30 0 0 25 0 5 0 500591991 410337280 76426 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.46
Current children cumulated vsize (KiB) 400720

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 8.01 10/186 27681
/proc/meminfo: memFree=18411968/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=368028 CPUtime=4243.14 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 872696 1250 0 0 424183 131 0 0 23 0 5 0 500591979 376860672 67058 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 92007 67058 181 55 0 89893 0
[pid=27619/tid=27637] ppid=27617 vsize=368028 CPUtime=1062.19 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 159421 1250 0 0 106195 24 0 0 25 0 5 0 500591991 376860672 67058 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=368028 CPUtime=1062.19 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 224630 1250 0 0 106187 32 0 0 25 0 5 0 500591991 376860672 67058 33554432000 4194304 4417332 140734145787056 18446744073709551615 233509953616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=368028 CPUtime=1062.19 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 282915 1250 0 0 106179 40 0 0 25 0 5 0 500591991 376860672 67058 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=368028 CPUtime=1056.41 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 198789 1250 0 0 105609 32 0 0 25 0 5 0 500591991 376860672 67058 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 368028

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 8.02 9/186 27683
/proc/meminfo: memFree=18361480/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=387536 CPUtime=4482.82 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 921897 1250 0 0 448143 139 0 0 23 0 5 0 500591979 396836864 73269 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 96884 73269 181 55 0 94770 0
[pid=27619/tid=27637] ppid=27617 vsize=387536 CPUtime=1122.2 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 169204 1250 0 0 112194 26 0 0 25 0 5 0 500591991 396836864 73269 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=387536 CPUtime=1122.19 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 237084 1250 0 0 112185 34 0 0 25 0 5 0 500591991 396836864 73269 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=387536 CPUtime=1122.2 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 299756 1250 0 0 112177 43 0 0 25 0 5 0 500591991 396836864 73269 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=387536 CPUtime=1116.07 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 208912 1250 0 0 111574 33 0 0 25 0 5 0 500591991 396836864 73269 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.82
Current children cumulated vsize (KiB) 387536

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/186 27684
/proc/meminfo: memFree=18342104/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=433156 CPUtime=4722.5 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 973930 1250 0 0 472104 146 0 0 23 0 5 0 500591979 443551744 83242 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 108289 83242 181 55 0 106175 0
[pid=27619/tid=27637] ppid=27617 vsize=433156 CPUtime=1182.2 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 183416 1250 0 0 118192 28 0 0 25 0 5 0 500591991 443551744 83242 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=433156 CPUtime=1182.2 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 251344 1250 0 0 118184 36 0 0 25 0 5 0 500591991 443551744 83242 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=433156 CPUtime=1182.2 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 311097 1250 0 0 118176 44 0 0 25 0 5 0 500591991 443551744 83242 33554432000 4194304 4417332 140734145787056 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=433156 CPUtime=1175.76 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 221132 1250 0 0 117540 36 0 0 25 0 5 0 500591991 443551744 83242 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 433156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.07 8.10 8.02 9/186 27685
/proc/meminfo: memFree=18294360/32951124 swapFree=67111528/67111528
[pid=27619] ppid=27617 vsize=443500 CPUtime=4800.41 cores=1,3,5,7
/proc/27619/stat : 27619 (plingeling) S 27617 27619 26704 0 -1 4202496 996651 1250 0 0 479892 149 0 0 23 0 5 0 500591979 454144000 86988 33554432000 4194304 4417332 140734145787056 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/27619/statm: 110875 86988 181 55 0 108761 0
[pid=27619/tid=27637] ppid=27617 vsize=443500 CPUtime=1201.7 cores=1,3,5,7
/proc/27619/task/27637/stat : 27637 (plingeling) R 27617 27619 26704 0 -1 4202560 186468 1250 0 0 120142 28 0 0 25 0 5 0 500591991 454144000 86988 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27619/tid=27638] ppid=27617 vsize=443500 CPUtime=1201.7 cores=1,3,5,7
/proc/27619/task/27638/stat : 27638 (plingeling) R 27617 27619 26704 0 -1 4202560 257847 1250 0 0 120133 37 0 0 25 0 5 0 500591991 454144000 86988 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27619/tid=27639] ppid=27617 vsize=443500 CPUtime=1201.7 cores=1,3,5,7
/proc/27619/task/27639/stat : 27639 (plingeling) R 27617 27619 26704 0 -1 4202560 320926 1250 0 0 120125 45 0 0 25 0 5 0 500591991 454144000 86988 33554432000 4194304 4417332 140734145787056 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27619/tid=27640] ppid=27617 vsize=443500 CPUtime=1195.14 cores=1,3,5,7
/proc/27619/task/27640/stat : 27640 (plingeling) R 27617 27619 26704 0 -1 4202560 224469 1250 0 0 119478 36 0 0 25 0 5 0 500591991 454144000 86988 33554432000 4194304 4417332 140734145787056 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 443500

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.46
CPU user time (s): 4798.95
CPU system time (s): 1.51077
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 462400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.95
system time used= 1.51077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 997901
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= 102
involuntary context switches= 23845

runsolver used 2.01269 second user time and 4.55231 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 14:56:01
IDJOB=3289621
IDBENCH=83130
IDSOLVER=1605
FILE ID=node145/3289621-1304081761
RUNJOBID= node145-1304081761-27606
PBS_JOBID= 13170497
Free space on /tmp= 72204 MiB

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

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=733111124

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19054084 kB
Buffers:       2051500 kB
Cached:       11206860 kB
SwapCached:          0 kB
Active:        2530604 kB
Inactive:     10795704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19054084 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2468 kB
Writeback:           0 kB
AnonPages:       67216 kB
Mapped:          14324 kB
Slab:           507484 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186868 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= 72200 MiB
End job on node145 at 2011-04-29 15:16:05