Trace number 3259614

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.17 1201.9

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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

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

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


[startup+0 s]
/proc/loadavg: 6.53 7.70 7.48 4/176 28935
/proc/meminfo: memFree=19724300/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=9016 CPUtime=0 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) R 28931 28934 28898 0 -1 4202496 321 1253 0 0 0 0 0 0 25 0 1 0 595839798 9232384 251 33554432000 4194304 4417332 140735682468208 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/28934/statm: 2254 251 146 55 0 140 0

[startup+0.106883 s]
/proc/loadavg: 6.53 7.70 7.48 4/176 28935
/proc/meminfo: memFree=19724300/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=26536 CPUtime=0.09 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) R 28931 28934 28898 0 -1 4202496 4726 1253 0 0 9 0 0 0 25 0 1 0 595839798 27172864 4656 33554432000 4194304 4417332 140735682468208 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/28934/statm: 6634 4656 147 55 0 4520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26536

[startup+0.200862 s]
/proc/loadavg: 6.53 7.70 7.48 4/176 28935
/proc/meminfo: memFree=19724300/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=42920 CPUtime=0.19 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) R 28931 28934 28898 0 -1 4202496 8822 1253 0 0 18 1 0 0 25 0 1 0 595839798 43950080 8752 33554432000 4194304 4417332 140735682468208 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/28934/statm: 10730 8752 147 55 0 8616 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42920

[startup+0.300731 s]
/proc/loadavg: 6.53 7.70 7.48 4/176 28935
/proc/meminfo: memFree=19724300/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=150344 CPUtime=0.55 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 9650 1253 0 0 54 1 0 0 25 0 5 0 595839798 153952256 9015 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 37586 9015 173 55 0 35472 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 150344

[startup+0.700658 s]
/proc/loadavg: 6.53 7.70 7.48 4/176 28935
/proc/meminfo: memFree=19724300/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=159688 CPUtime=2.15 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 19384 1253 0 0 213 2 0 0 25 0 5 0 595839798 163520512 11356 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 39922 11356 178 55 0 37808 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 159688

[startup+1.50051 s]
/proc/loadavg: 6.53 7.70 7.48 10/186 28955
/proc/meminfo: memFree=19605956/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=170336 CPUtime=5.35 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 27480 1253 0 0 531 4 0 0 25 0 5 0 595839798 174424064 14019 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 42584 14019 179 55 0 40470 0
[pid=28934/tid=28952] ppid=28931 vsize=170336 CPUtime=1.28 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 3512 1253 0 0 128 0 0 0 25 0 5 0 595839819 174424064 14019 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=170336 CPUtime=1.28 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 2619 1253 0 0 128 0 0 0 25 0 5 0 595839819 174424064 14019 33554432000 4194304 4417332 140735682468208 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=170336 CPUtime=1.27 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 3579 1253 0 0 127 0 0 0 25 0 5 0 595839819 174424064 14019 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=170336 CPUtime=1.28 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 8936 1253 0 0 127 1 0 0 25 0 5 0 595839819 174424064 14019 33554432000 4194304 4417332 140735682468208 18446744073709551615 4357641 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 170336

[startup+3.10121 s]
/proc/loadavg: 6.53 7.70 7.48 10/186 28955
/proc/meminfo: memFree=19595912/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=197380 CPUtime=11.74 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 39977 1253 0 0 1169 5 0 0 25 0 5 0 595839798 202117120 20781 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 49345 20781 180 55 0 47231 0
[pid=28934/tid=28952] ppid=28931 vsize=197380 CPUtime=2.88 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 4873 1253 0 0 288 0 0 0 25 0 5 0 595839819 202117120 20781 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=197380 CPUtime=2.88 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 3980 1253 0 0 288 0 0 0 25 0 5 0 595839819 202117120 20781 33554432000 4194304 4417332 140735682468208 18446744073709551615 4236012 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=197380 CPUtime=2.87 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 3580 1253 0 0 287 0 0 0 25 0 5 0 595839819 202117120 20781 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249356 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=197380 CPUtime=2.88 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 18710 1253 0 0 285 3 0 0 25 0 5 0 595839819 202117120 20781 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 197380

[startup+6.30062 s]
/proc/loadavg: 6.64 7.71 7.48 10/186 28955
/proc/meminfo: memFree=19534824/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=192640 CPUtime=24.52 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 58865 1253 0 0 2443 9 0 0 25 0 5 0 595839798 197263360 19596 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 48160 19596 180 55 0 46046 0
[pid=28934/tid=28952] ppid=28931 vsize=192640 CPUtime=6.08 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 4873 1253 0 0 608 0 0 0 25 0 5 0 595839819 197263360 19596 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=192640 CPUtime=6.08 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 3980 1253 0 0 608 0 0 0 25 0 5 0 595839819 197263360 19596 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=192640 CPUtime=6.05 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 4604 1253 0 0 605 0 0 0 25 0 5 0 595839819 197263360 19596 33554432000 4194304 4417332 140735682468208 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=192640 CPUtime=6.08 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 36574 1253 0 0 602 6 0 0 25 0 5 0 595839819 197263360 19596 33554432000 4194304 4417332 140735682468208 18446744073709551615 4365104 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 192640

[startup+12.7004 s]
/proc/loadavg: 6.75 7.71 7.48 10/186 28955
/proc/meminfo: memFree=19516108/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=231208 CPUtime=50.08 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 92280 1253 0 0 4995 13 0 0 25 0 5 0 595839798 236756992 29238 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 57802 29238 180 55 0 55688 0
[pid=28934/tid=28952] ppid=28931 vsize=231208 CPUtime=12.48 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 6233 1253 0 0 1248 0 0 0 25 0 5 0 595839819 236756992 29238 33554432000 4194304 4417332 140735682468208 18446744073709551615 4250022 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=231208 CPUtime=12.47 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 5340 1253 0 0 1247 0 0 0 25 0 5 0 595839819 236756992 29238 33554432000 4194304 4417332 140735682468208 18446744073709551615 4248907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=231208 CPUtime=12.41 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 4855 1253 0 0 1241 0 0 0 25 0 5 0 595839819 236756992 29238 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=231208 CPUtime=12.48 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 67018 1253 0 0 1238 10 0 0 25 0 5 0 595839819 236756992 29238 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 231208

[startup+25.5011 s]
/proc/loadavg: 7.16 7.76 7.50 10/186 28956
/proc/meminfo: memFree=19348252/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=307316 CPUtime=101.21 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 160828 1253 0 0 10098 23 0 0 25 0 5 0 595839798 314691584 48265 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 76829 48265 180 55 0 74715 0
[pid=28934/tid=28952] ppid=28931 vsize=307316 CPUtime=25.28 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 6883 1253 0 0 2528 0 0 0 25 0 5 0 595839819 314691584 48265 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=307316 CPUtime=25.27 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 6364 1253 0 0 2527 0 0 0 25 0 5 0 595839819 314691584 48265 33554432000 4194304 4417332 140735682468208 18446744073709551615 4366435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=307316 CPUtime=25.14 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 7000 1253 0 0 2514 0 0 0 25 0 5 0 595839819 314691584 48265 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=307316 CPUtime=25.28 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 131747 1253 0 0 2509 19 0 0 25 0 5 0 595839819 314691584 48265 33554432000 4194304 4417332 140735682468208 18446744073709551615 4321697 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 307316

[startup+51.1003 s]
/proc/loadavg: 7.45 7.78 7.52 10/186 28956
/proc/meminfo: memFree=19105532/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=417556 CPUtime=203.47 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 222671 1253 0 0 20315 32 0 0 25 0 5 0 595839798 427577344 75322 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 104389 75322 180 55 0 102275 0
[pid=28934/tid=28952] ppid=28931 vsize=417556 CPUtime=50.87 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 7653 1253 0 0 5087 0 0 0 25 0 5 0 595839819 427577344 75322 33554432000 4194304 4417332 140735682468208 18446744073709551615 4357709 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=417556 CPUtime=50.87 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 7805 1253 0 0 5087 0 0 0 25 0 5 0 595839819 427577344 75322 33554432000 4194304 4417332 140735682468208 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=417556 CPUtime=50.61 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 11044 1253 0 0 5060 1 0 0 25 0 5 0 595839819 427577344 75322 33554432000 4194304 4417332 140735682468208 18446744073709551615 4249935 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=417556 CPUtime=50.88 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 187335 1253 0 0 5061 27 0 0 25 0 5 0 595839819 427577344 75322 33554432000 4194304 4417332 140735682468208 18446744073709551615 4356760 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.47
Current children cumulated vsize (KiB) 417556

[startup+102.301 s]
/proc/loadavg: 7.80 7.82 7.54 10/186 28958
/proc/meminfo: memFree=19142852/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=408452 CPUtime=408.02 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 336450 1253 0 0 40751 51 0 0 25 0 5 0 595839798 418254848 73549 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 102113 73549 180 55 0 99999 0
[pid=28934/tid=28952] ppid=28931 vsize=408452 CPUtime=102.09 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 10217 1253 0 0 10208 1 0 0 25 0 5 0 595839819 418254848 73549 33554432000 4194304 4417332 140735682468208 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=408452 CPUtime=102.07 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 8987 1253 0 0 10207 0 0 0 25 0 5 0 595839819 418254848 73549 33554432000 4194304 4417332 140735682468208 18446744073709551615 4295489 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=408452 CPUtime=101.53 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 13623 1253 0 0 10152 1 0 0 25 0 5 0 595839819 418254848 73549 33554432000 4194304 4417332 140735682468208 18446744073709551615 4258241 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=408452 CPUtime=102.09 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 294789 1253 0 0 10163 46 0 0 25 0 5 0 595839819 418254848 73549 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 408452

[startup+162.301 s]
/proc/loadavg: 8.03 7.88 7.58 10/186 28959
/proc/meminfo: memFree=18346268/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=817056 CPUtime=647.66 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 444214 1253 0 0 64698 68 0 0 25 0 5 0 595839798 836665344 175700 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 204264 175700 180 55 0 202150 0
[pid=28934/tid=28952] ppid=28931 vsize=817056 CPUtime=162.08 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 14004 1253 0 0 16207 1 0 0 25 0 5 0 595839819 836665344 175700 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=817056 CPUtime=162.07 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 10435 1253 0 0 16206 1 0 0 25 0 5 0 595839819 836665344 175700 33554432000 4194304 4417332 140735682468208 18446744073709551615 4250957 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=817056 CPUtime=161.21 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 16956 1253 0 0 16119 2 0 0 25 0 5 0 595839819 836665344 175700 33554432000 4194304 4417332 140735682468208 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=817056 CPUtime=162.08 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 393985 1253 0 0 16146 62 0 0 25 0 5 0 595839819 836665344 175700 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.66
Current children cumulated vsize (KiB) 817056


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

[pid=28934/tid=28953] ppid=28931 vsize=1059860 CPUtime=762.04 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 260292 1253 0 0 76172 32 0 0 25 0 5 0 595839819 1085296640 244101 33554432000 4194304 4417332 140735682468208 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=1059860 CPUtime=757.95 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 36210 1253 0 0 75791 4 0 0 25 0 5 0 595839819 1085296640 244101 33554432000 4194304 4417332 140735682468208 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=1059860 CPUtime=762.11 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 989769 1253 0 0 76055 156 0 0 25 0 5 0 595839819 1085296640 244101 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.44
Current children cumulated vsize (KiB) 1059860

[startup+822.301 s]
/proc/loadavg: 8.13 8.10 7.84 10/186 28986
/proc/meminfo: memFree=16690196/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=1263844 CPUtime=3284.08 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1422724 1253 0 0 328200 208 0 0 25 0 5 0 595839798 1294176256 301597 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 315961 301597 181 55 0 313847 0
[pid=28934/tid=28952] ppid=28931 vsize=1263844 CPUtime=822.1 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 36501 1253 0 0 82206 4 0 0 25 0 5 0 595839819 1294176256 301597 33554432000 4194304 4417332 140735682468208 18446744073709551615 4236750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=1263844 CPUtime=822.02 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 300414 1253 0 0 82166 36 0 0 25 0 5 0 595839819 1294176256 301597 33554432000 4194304 4417332 140735682468208 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=1263844 CPUtime=817.63 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 36210 1253 0 0 81759 4 0 0 25 0 5 0 595839819 1294176256 301597 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=1263844 CPUtime=822.1 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1040765 1253 0 0 82049 161 0 0 25 0 5 0 595839819 1294176256 301597 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.08
Current children cumulated vsize (KiB) 1263844

[startup+882.307 s]
/proc/loadavg: 8.10 8.09 7.86 10/186 28987
/proc/meminfo: memFree=17177000/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=1395268 CPUtime=3523.77 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1499076 1253 0 0 352157 220 0 0 25 0 5 0 595839798 1428754432 334310 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 348817 334310 181 55 0 346703 0
[pid=28934/tid=28952] ppid=28931 vsize=1395268 CPUtime=882.1 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 37756 1253 0 0 88206 4 0 0 25 0 5 0 595839819 1428754432 334310 33554432000 4194304 4417332 140735682468208 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=1395268 CPUtime=882.03 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 343910 1253 0 0 88161 42 0 0 25 0 5 0 595839819 1428754432 334310 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=1395268 CPUtime=877.31 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 39842 1253 0 0 87726 5 0 0 25 0 5 0 595839819 1428754432 334310 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=1395268 CPUtime=882.11 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1068734 1253 0 0 88044 167 0 0 25 0 5 0 595839819 1428754432 334310 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.77
Current children cumulated vsize (KiB) 1395268

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 7.87 10/186 28989
/proc/meminfo: memFree=17048768/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=1396868 CPUtime=3763.43 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1534195 1253 0 0 376119 224 0 0 25 0 5 0 595839798 1430392832 333388 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 349217 333388 181 55 0 347103 0
[pid=28934/tid=28952] ppid=28931 vsize=1396868 CPUtime=942.1 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 37756 1253 0 0 94206 4 0 0 25 0 5 0 595839819 1430392832 333388 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=1396868 CPUtime=942.01 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 378629 1253 0 0 94156 45 0 0 25 0 5 0 595839819 1430392832 333388 33554432000 4194304 4417332 140735682468208 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=1396868 CPUtime=936.98 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 39842 1253 0 0 93693 5 0 0 25 0 5 0 595839819 1430392832 333388 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=1396868 CPUtime=942.11 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1069134 1253 0 0 94044 167 0 0 25 0 5 0 595839819 1430392832 333388 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.43
Current children cumulated vsize (KiB) 1396868

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 7.88 10/186 28991
/proc/meminfo: memFree=16905032/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=1493464 CPUtime=4003.1 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1596466 1253 0 0 400078 232 0 0 25 0 5 0 595839798 1529307136 352890 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 373366 352890 181 55 0 371252 0
[pid=28934/tid=28952] ppid=28931 vsize=1493464 CPUtime=1002.1 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 38145 1253 0 0 100206 4 0 0 25 0 5 0 595839819 1529307136 352890 33554432000 4194304 4417332 140735682468208 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=1493464 CPUtime=1002.01 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 433135 1253 0 0 100149 52 0 0 25 0 5 0 595839819 1529307136 352890 33554432000 4194304 4417332 140735682468208 18446744073709551615 4259993 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=1493464 CPUtime=996.65 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 39842 1253 0 0 99660 5 0 0 25 0 5 0 595839819 1529307136 352890 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=1493464 CPUtime=1002.11 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1076510 1253 0 0 100043 168 0 0 25 0 5 0 595839819 1529307136 352890 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.1
Current children cumulated vsize (KiB) 1493464

[startup+1062.3 s]
/proc/loadavg: 8.12 8.10 7.89 10/186 28992
/proc/meminfo: memFree=16266536/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=1869048 CPUtime=4242.78 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1721231 1253 0 0 424032 246 0 0 25 0 5 0 595839798 1913905152 444154 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 467262 444154 181 55 0 465148 0
[pid=28934/tid=28952] ppid=28931 vsize=1869048 CPUtime=1062.1 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 42196 1253 0 0 106205 5 0 0 25 0 5 0 595839819 1913905152 444154 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=1869048 CPUtime=1062.01 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 464004 1253 0 0 106145 56 0 0 25 0 5 0 595839819 1913905152 444154 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=1869048 CPUtime=1056.33 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 47487 1253 0 0 105627 6 0 0 25 0 5 0 595839819 1913905152 444154 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=1869048 CPUtime=1062.11 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1158710 1253 0 0 106034 177 0 0 25 0 5 0 595839819 1913905152 444154 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.78
Current children cumulated vsize (KiB) 1869048

[startup+1122.3 s]
/proc/loadavg: 8.04 8.08 7.90 10/186 28994
/proc/meminfo: memFree=16191508/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=1888644 CPUtime=4482.45 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1814250 1253 0 0 447988 257 0 0 25 0 5 0 595839798 1933971456 454425 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 472161 454425 181 55 0 470047 0
[pid=28934/tid=28952] ppid=28931 vsize=1888644 CPUtime=1122.1 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 42196 1253 0 0 112205 5 0 0 25 0 5 0 595839819 1933971456 454425 33554432000 4194304 4417332 140735682468208 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=1888644 CPUtime=1122 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 521117 1253 0 0 112137 63 0 0 25 0 5 0 595839819 1933971456 454425 33554432000 4194304 4417332 140735682468208 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=1888644 CPUtime=1116 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 47487 1253 0 0 111594 6 0 0 25 0 5 0 595839819 1933971456 454425 33554432000 4194304 4417332 140735682468208 18446744073709551615 251367240777 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=1888644 CPUtime=1122.11 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1194616 1253 0 0 112031 180 0 0 25 0 5 0 595839819 1933971456 454425 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 1888644

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 7.91 10/186 28995
/proc/meminfo: memFree=15633612/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=2292864 CPUtime=4722.13 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1937174 1253 0 0 471937 276 0 0 25 0 5 0 595839798 2347892736 547323 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 573216 547323 181 55 0 571102 0
[pid=28934/tid=28952] ppid=28931 vsize=2292864 CPUtime=1182.1 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 51028 1253 0 0 118204 6 0 0 25 0 5 0 595839819 2347892736 547323 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=2292864 CPUtime=1182 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 575786 1253 0 0 118130 70 0 0 25 0 5 0 595839819 2347892736 547323 33554432000 4194304 4417332 140735682468208 18446744073709551615 4356711 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=2292864 CPUtime=1175.67 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 50973 1253 0 0 117561 6 0 0 25 0 5 0 595839819 2347892736 547323 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=2292864 CPUtime=1182.12 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1250553 1253 0 0 118021 191 0 0 25 0 5 0 595839819 2347892736 547323 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.13
Current children cumulated vsize (KiB) 2292864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.01 8.05 7.91 10/186 28996
/proc/meminfo: memFree=15694248/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=2227328 CPUtime=4800.04 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1937174 1253 0 0 479728 276 0 0 25 0 5 0 595839798 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 556832 531976 181 55 0 554718 0
[pid=28934/tid=28952] ppid=28931 vsize=2227328 CPUtime=1201.61 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 51028 1253 0 0 120155 6 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=2227328 CPUtime=1201.51 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 575786 1253 0 0 120081 70 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=2227328 CPUtime=1195.06 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 50973 1253 0 0 119500 6 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=2227328 CPUtime=1201.62 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1250553 1253 0 0 119971 191 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 2227328

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

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

[startup+1201.8 s]
/proc/loadavg: 8.01 8.05 7.91 10/186 28996
/proc/meminfo: memFree=15694248/32950928 swapFree=67111364/67111528
[pid=28934] ppid=28931 vsize=2227328 CPUtime=4800.04 cores=0,2,4,6
/proc/28934/stat : 28934 (plingeling) S 28931 28934 28898 0 -1 4202496 1937174 1253 0 0 479728 276 0 0 25 0 5 0 595839798 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28934/statm: 556832 531976 181 55 0 554718 0
[pid=28934/tid=28952] ppid=28931 vsize=2227328 CPUtime=1201.61 cores=0,2,4,6
/proc/28934/task/28952/stat : 28952 (plingeling) R 28931 28934 28898 0 -1 4202560 51028 1253 0 0 120155 6 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28934/tid=28953] ppid=28931 vsize=2227328 CPUtime=1201.51 cores=0,2,4,6
/proc/28934/task/28953/stat : 28953 (plingeling) R 28931 28934 28898 0 -1 4202560 575786 1253 0 0 120081 70 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28934/tid=28954] ppid=28931 vsize=2227328 CPUtime=1195.06 cores=0,2,4,6
/proc/28934/task/28954/stat : 28954 (plingeling) R 28931 28934 28898 0 -1 4202560 50973 1253 0 0 119500 6 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28934/tid=28955] ppid=28931 vsize=2227328 CPUtime=1201.62 cores=0,2,4,6
/proc/28934/task/28955/stat : 28955 (plingeling) R 28931 28934 28898 0 -1 4202560 1250553 1253 0 0 119971 191 0 0 25 0 5 0 595839819 2280783872 531976 33554432000 4194304 4417332 140735682468208 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 2227328

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.9
CPU time (s): 4800.17
CPU user time (s): 4797.3
CPU system time (s): 2.86056
CPU usage (%): 399.38
Max. virtual memory (cumulated for all children) (KiB): 2292864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.3
system time used= 2.86056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1938427
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= 496
involuntary context switches= 48431

runsolver used 1.79573 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 07:48:11
IDJOB=3259614
IDBENCH=71603
IDSOLVER=1605
FILE ID=node113/3259614-1304056091
RUNJOBID= node113-1304056091-28916
PBS_JOBID= 13170432
Free space on /tmp= 71160 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259614-1304056091/watcher-3259614-1304056091 -o /tmp/evaluation-result-3259614-1304056091/solver-3259614-1304056091 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3259614-1304056091.cnf

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=1574025461

node113.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	: 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.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.75
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.74
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19724860 kB
Buffers:       1743212 kB
Cached:       10827616 kB
SwapCached:        164 kB
Active:        6327456 kB
Inactive:      6307092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19724860 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8320 kB
Writeback:           0 kB
AnonPages:       62960 kB
Mapped:          14320 kB
Slab:           526748 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186916 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= 71160 MiB
End job on node113 at 2011-04-29 08:08:15