Trace number 3371021

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.25 1203.48

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g1.cnf
MD5SUMeded74bffb721f48c45af6ff95302642
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.8949
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371021-1305417930/watcher-3371021-1305417930 -o /tmp/evaluation-result-3371021-1305417930/solver-3371021-1305417930 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371021-1305417930.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.88 8.07 8.01 7/354 22607
/proc/meminfo: memFree=24014348/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=10376 CPUtime=0 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) R 22604 22607 22319 0 -1 4202496 686 1259 0 0 0 0 0 0 25 0 1 0 653389712 10625024 617 33554432000 4194304 4417452 140733995817168 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22607/statm: 2594 617 148 55 0 480 0

[startup+0.104121 s]
/proc/loadavg: 7.88 8.07 8.01 7/354 22607
/proc/meminfo: memFree=24014348/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=125196 CPUtime=0.22 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 2844 1259 0 0 22 0 0 0 25 0 5 0 653389712 128200704 2746 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 31299 2746 173 55 0 29185 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 125196

[startup+0.201102 s]
/proc/loadavg: 7.88 8.07 8.01 7/354 22607
/proc/meminfo: memFree=24014348/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=126416 CPUtime=0.61 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 4662 1259 0 0 61 0 0 0 25 0 5 0 653389712 129449984 3023 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 31604 3023 176 55 0 29490 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 126416

[startup+0.301084 s]
/proc/loadavg: 7.88 8.07 8.01 7/354 22607
/proc/meminfo: memFree=24014348/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=130492 CPUtime=1.01 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 6038 1259 0 0 101 0 0 0 25 0 5 0 653389712 133623808 4043 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 32623 4043 179 55 0 30509 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 130492

[startup+0.701001 s]
/proc/loadavg: 7.88 8.07 8.01 7/354 22607
/proc/meminfo: memFree=24014348/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=135916 CPUtime=2.61 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 8453 1259 0 0 261 0 0 0 25 0 5 0 653389712 139177984 5281 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 33979 5281 179 55 0 31865 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 135916

[startup+1.50084 s]
/proc/loadavg: 7.88 8.07 8.01 9/359 22619
/proc/meminfo: memFree=23987204/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=141728 CPUtime=5.8 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 11271 1259 0 0 579 1 0 0 25 0 5 0 653389712 145129472 6853 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 35432 6853 179 55 0 33318 0
[pid=22607/tid=22615] ppid=22604 vsize=141728 CPUtime=1.44 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 1184 1259 0 0 144 0 0 0 25 0 5 0 653389718 145129472 6853 33554432000 4194304 4417452 140733995817168 18446744073709551615 4235985 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=141728 CPUtime=1.44 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 789 1259 0 0 144 0 0 0 25 0 5 0 653389718 145129472 6853 33554432000 4194304 4417452 140733995817168 18446744073709551615 4336272 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=141728 CPUtime=1.44 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 844 1259 0 0 144 0 0 0 25 0 5 0 653389718 145129472 6853 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=141728 CPUtime=1.42 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 5964 1259 0 0 141 1 0 0 25 0 5 0 653389718 145129472 6853 33554432000 4194304 4417452 140733995817168 18446744073709551615 4357753 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 141728

[startup+3.10052 s]
/proc/loadavg: 7.88 8.07 8.01 9/359 22619
/proc/meminfo: memFree=23974680/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=150052 CPUtime=12.19 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 17386 1259 0 0 1217 2 0 0 25 0 5 0 653389712 153653248 8952 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 37513 8952 179 55 0 35399 0
[pid=22607/tid=22615] ppid=22604 vsize=150052 CPUtime=3.04 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 1484 1259 0 0 304 0 0 0 25 0 5 0 653389718 153653248 8952 33554432000 4194304 4417452 140733995817168 18446744073709551615 4236319 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=150052 CPUtime=3.04 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 1089 1259 0 0 304 0 0 0 25 0 5 0 653389718 153653248 8952 33554432000 4194304 4417452 140733995817168 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=150052 CPUtime=3.04 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 862 1259 0 0 304 0 0 0 25 0 5 0 653389718 153653248 8952 33554432000 4194304 4417452 140733995817168 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=150052 CPUtime=3.01 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 11461 1259 0 0 299 2 0 0 25 0 5 0 653389718 153653248 8952 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 150052

[startup+6.30089 s]
/proc/loadavg: 7.89 8.07 8.01 9/359 22619
/proc/meminfo: memFree=23950104/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=159192 CPUtime=24.95 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 27214 1259 0 0 2491 4 0 0 25 0 5 0 653389712 163012608 11226 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 39798 11226 179 55 0 37684 0
[pid=22607/tid=22615] ppid=22604 vsize=159192 CPUtime=6.24 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 2084 1259 0 0 624 0 0 0 25 0 5 0 653389718 163012608 11226 33554432000 4194304 4417452 140733995817168 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=159192 CPUtime=6.24 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 1689 1259 0 0 624 0 0 0 25 0 5 0 653389718 163012608 11226 33554432000 4194304 4417452 140733995817168 18446744073709551615 4336723 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=159192 CPUtime=6.23 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 2831 1259 0 0 623 0 0 0 25 0 5 0 653389718 163012608 11226 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=159192 CPUtime=6.17 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 18120 1259 0 0 614 3 0 0 25 0 5 0 653389718 163012608 11226 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 159192

[startup+12.7006 s]
/proc/loadavg: 7.98 8.08 8.01 9/359 22619
/proc/meminfo: memFree=23885748/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=192668 CPUtime=50.48 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 44361 1259 0 0 5041 7 0 0 25 0 5 0 653389712 197292032 19588 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 48167 19588 179 55 0 46053 0
[pid=22607/tid=22615] ppid=22604 vsize=192668 CPUtime=12.64 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 2970 1259 0 0 1264 0 0 0 25 0 5 0 653389718 197292032 19588 33554432000 4194304 4417452 140733995817168 18446744073709551615 4254833 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=192668 CPUtime=12.63 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 2234 1259 0 0 1263 0 0 0 25 0 5 0 653389718 197292032 19588 33554432000 4194304 4417452 140733995817168 18446744073709551615 4346488 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=192668 CPUtime=12.63 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 6148 1259 0 0 1263 0 0 0 25 0 5 0 653389718 197292032 19588 33554432000 4194304 4417452 140733995817168 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=192668 CPUtime=12.5 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 30519 1259 0 0 1245 5 0 0 25 0 5 0 653389718 197292032 19588 33554432000 4194304 4417452 140733995817168 18446744073709551615 4354481 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 192668

[startup+25.5011 s]
/proc/loadavg: 7.69 8.01 7.99 9/359 22700
/proc/meminfo: memFree=23954080/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=235752 CPUtime=101.53 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 84344 1259 0 0 10140 13 0 0 25 0 5 0 653389712 241410048 30390 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 58938 30390 179 55 0 56824 0
[pid=22607/tid=22615] ppid=22604 vsize=235752 CPUtime=25.43 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 8902 1259 0 0 2542 1 0 0 25 0 5 0 653389718 241410048 30390 33554432000 4194304 4417452 140733995817168 18446744073709551615 4263230 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=235752 CPUtime=25.43 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 8221 1259 0 0 2543 0 0 0 25 0 5 0 653389718 241410048 30390 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=235752 CPUtime=25.44 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 13293 1259 0 0 2542 2 0 0 25 0 5 0 653389718 241410048 30390 33554432000 4194304 4417452 140733995817168 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=235752 CPUtime=25.16 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 51438 1259 0 0 2507 9 0 0 25 0 5 0 653389718 241410048 30390 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 235752

[startup+51.101 s]
/proc/loadavg: 7.79 8.01 7.99 9/359 22700
/proc/meminfo: memFree=23791736/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=289552 CPUtime=203.66 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 149516 1259 0 0 20342 24 0 0 25 0 5 0 653389712 296501248 43663 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 72388 43685 179 55 0 70274 0
[pid=22607/tid=22615] ppid=22604 vsize=289552 CPUtime=51.04 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 25709 1259 0 0 5100 4 0 0 25 0 5 0 653389718 296501248 43697 33554432000 4194304 4417452 140733995817168 18446744073709551615 254500385870 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=289552 CPUtime=51.04 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 20171 1259 0 0 5102 2 0 0 25 0 5 0 653389718 296501248 43711 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=289552 CPUtime=51.03 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 25399 1259 0 0 5100 3 0 0 25 0 5 0 653389718 296501248 43727 33554432000 4194304 4417452 140733995817168 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=289552 CPUtime=50.48 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 75782 1259 0 0 5035 13 0 0 25 0 5 0 653389718 296501248 43742 33554432000 4194304 4417452 140733995817168 18446744073709551615 4250587 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 289552

[startup+102.301 s]
/proc/loadavg: 8.07 8.05 8.00 9/359 22702
/proc/meminfo: memFree=23792700/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=275344 CPUtime=407.94 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 275574 1259 0 0 40749 45 0 0 25 0 5 0 653389712 281952256 40257 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 68836 40257 179 55 0 66722 0
[pid=22607/tid=22615] ppid=22604 vsize=275344 CPUtime=102.25 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 49443 1259 0 0 10217 8 0 0 25 0 5 0 653389718 281952256 40257 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=275344 CPUtime=102.25 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 48780 1259 0 0 10218 7 0 0 25 0 5 0 653389718 281952256 40257 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=275344 CPUtime=102.25 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 51353 1259 0 0 10218 7 0 0 25 0 5 0 653389718 281952256 40257 33554432000 4194304 4417452 140733995817168 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=275344 CPUtime=101.12 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 123508 1259 0 0 10091 21 0 0 25 0 5 0 653389718 281952256 40257 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.94
Current children cumulated vsize (KiB) 275344

[startup+162.301 s]
/proc/loadavg: 8.13 8.07 8.01 9/359 22703
/proc/meminfo: memFree=23336112/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=384200 CPUtime=647.25 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 389520 1259 0 0 64662 63 0 0 25 0 5 0 653389712 393420800 67471 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 96050 67471 179 55 0 93936 0
[pid=22607/tid=22615] ppid=22604 vsize=384200 CPUtime=162.24 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 82643 1259 0 0 16211 13 0 0 25 0 5 0 653389718 393420800 67471 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=384200 CPUtime=162.24 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 80634 1259 0 0 16212 12 0 0 25 0 5 0 653389718 393420800 67471 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=384200 CPUtime=162.24 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 76008 1259 0 0 16213 11 0 0 25 0 5 0 653389718 393420800 67471 33554432000 4194304 4417452 140733995817168 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=384200 CPUtime=160.46 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 147745 1259 0 0 16020 26 0 0 25 0 5 0 653389718 393420800 67471 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.25
Current children cumulated vsize (KiB) 384200


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

[pid=22607/tid=22617] ppid=22604 vsize=993232 CPUtime=762.28 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 237738 1259 0 0 76195 33 0 0 25 0 5 0 653389718 1017069568 219729 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=993232 CPUtime=762.28 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 242452 1259 0 0 76192 36 0 0 25 0 5 0 653389718 1017069568 219729 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=993232 CPUtime=753.79 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 358345 1259 0 0 75317 62 0 0 25 0 5 0 653389718 1017069568 219729 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.7
Current children cumulated vsize (KiB) 993232

[startup+822.301 s]
/proc/loadavg: 8.10 8.09 8.02 9/359 22721
/proc/meminfo: memFree=22378880/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1027140 CPUtime=3279.98 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1088131 1259 0 0 327828 170 0 0 25 0 5 0 653389712 1051791360 228206 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 256785 228206 179 55 0 254671 0
[pid=22607/tid=22615] ppid=22604 vsize=1027140 CPUtime=822.27 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 238914 1259 0 0 82191 36 0 0 25 0 5 0 653389718 1051791360 228206 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1027140 CPUtime=822.27 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 237738 1259 0 0 82194 33 0 0 25 0 5 0 653389718 1051791360 228206 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1027140 CPUtime=822.27 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 242452 1259 0 0 82191 36 0 0 25 0 5 0 653389718 1051791360 228206 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1027140 CPUtime=813.09 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 366537 1259 0 0 81245 64 0 0 25 0 5 0 653389718 1051791360 228206 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.98
Current children cumulated vsize (KiB) 1027140

[startup+882.314 s]
/proc/loadavg: 8.12 8.10 8.02 9/359 22723
/proc/meminfo: memFree=22190752/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1132312 CPUtime=3519.34 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1146896 1259 0 0 351754 180 0 0 25 0 5 0 653389712 1159487488 254499 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 283078 254499 179 55 0 280964 0
[pid=22607/tid=22615] ppid=22604 vsize=1132312 CPUtime=882.28 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 251799 1259 0 0 88191 37 0 0 25 0 5 0 653389718 1159487488 254499 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1132312 CPUtime=882.28 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 254041 1259 0 0 88193 35 0 0 25 0 5 0 653389718 1159487488 254499 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1132312 CPUtime=882.28 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 245777 1259 0 0 88192 36 0 0 25 0 5 0 653389718 1159487488 254499 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1132312 CPUtime=872.41 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 392789 1259 0 0 87171 70 0 0 25 0 5 0 653389718 1159487488 254499 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.34
Current children cumulated vsize (KiB) 1132312

[startup+942.301 s]
/proc/loadavg: 8.04 8.08 8.02 9/359 22724
/proc/meminfo: memFree=22089560/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1160368 CPUtime=3758.62 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1179131 1259 0 0 375676 186 0 0 25 0 5 0 653389712 1188216832 261513 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 290092 261513 179 55 0 287978 0
[pid=22607/tid=22615] ppid=22604 vsize=1160368 CPUtime=942.27 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 261017 1259 0 0 94188 39 0 0 25 0 5 0 653389718 1188216832 261513 33554432000 4194304 4417452 140733995817168 18446744073709551615 4353594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1160368 CPUtime=942.28 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 270597 1259 0 0 94190 38 0 0 25 0 5 0 653389718 1188216832 261513 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1160368 CPUtime=942.27 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 252238 1259 0 0 94190 37 0 0 25 0 5 0 653389718 1188216832 261513 33554432000 4194304 4417452 140733995817168 18446744073709551615 4320926 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1160368 CPUtime=931.71 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 392789 1259 0 0 93101 70 0 0 25 0 5 0 653389718 1188216832 261513 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.62
Current children cumulated vsize (KiB) 1160368

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/359 22726
/proc/meminfo: memFree=21865340/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1242724 CPUtime=3997.93 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1214232 1259 0 0 399602 191 0 0 25 0 5 0 653389712 1272549376 282102 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 310681 282102 179 55 0 308567 0
[pid=22607/tid=22615] ppid=22604 vsize=1242724 CPUtime=1002.28 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 274365 1259 0 0 100187 41 0 0 25 0 5 0 653389718 1272549376 282102 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1242724 CPUtime=1002.28 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 272136 1259 0 0 100190 38 0 0 25 0 5 0 653389718 1272549376 282102 33554432000 4194304 4417452 140733995817168 18446744073709551615 4311285 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1242724 CPUtime=1002.28 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 264260 1259 0 0 100188 40 0 0 25 0 5 0 653389718 1272549376 282102 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1242724 CPUtime=991.02 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 400981 1259 0 0 99031 71 0 0 25 0 5 0 653389718 1272549376 282102 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.93
Current children cumulated vsize (KiB) 1242724

[startup+1062.3 s]
/proc/loadavg: 8.13 8.09 8.02 9/359 22727
/proc/meminfo: memFree=21786584/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1141672 CPUtime=4237.27 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1318373 1259 0 0 423519 208 0 0 25 0 5 0 653389712 1169072128 256839 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 285418 256839 179 55 0 283304 0
[pid=22607/tid=22615] ppid=22604 vsize=1141672 CPUtime=1062.28 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 278461 1259 0 0 106187 41 0 0 25 0 5 0 653389718 1169072128 256839 33554432000 4194304 4417452 140733995817168 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1141672 CPUtime=1062.28 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 292480 1259 0 0 106186 42 0 0 25 0 5 0 653389718 1169072128 256839 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1141672 CPUtime=1062.28 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 293927 1259 0 0 106183 45 0 0 25 0 5 0 653389718 1169072128 256839 33554432000 4194304 4417452 140733995817168 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1141672 CPUtime=1050.34 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 451015 1259 0 0 104956 78 0 0 25 0 5 0 653389718 1169072128 256839 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.27
Current children cumulated vsize (KiB) 1141672

[startup+1122.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/359 22729
/proc/meminfo: memFree=21809748/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1053464 CPUtime=4476.59 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1355812 1259 0 0 447445 214 0 0 25 0 5 0 653389712 1078747136 234787 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 263366 234787 179 55 0 261252 0
[pid=22607/tid=22615] ppid=22604 vsize=1053464 CPUtime=1122.28 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 289051 1259 0 0 112185 43 0 0 25 0 5 0 653389718 1078747136 234787 33554432000 4194304 4417452 140733995817168 18446744073709551615 4259609 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1053464 CPUtime=1122.28 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 292480 1259 0 0 112186 42 0 0 25 0 5 0 653389718 1078747136 234787 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1053464 CPUtime=1122.29 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 319652 1259 0 0 112180 49 0 0 25 0 5 0 653389718 1078747136 234787 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1053464 CPUtime=1109.66 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 452139 1259 0 0 110888 78 0 0 25 0 5 0 653389718 1078747136 234787 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.59
Current children cumulated vsize (KiB) 1053464

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 8.03 9/359 22730
/proc/meminfo: memFree=21736560/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1108992 CPUtime=4715.93 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1380879 1259 0 0 471375 218 0 0 25 0 5 0 653389712 1135607808 248669 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 277248 248669 179 55 0 275134 0
[pid=22607/tid=22615] ppid=22604 vsize=1108992 CPUtime=1182.29 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 312473 1259 0 0 118183 46 0 0 25 0 5 0 653389718 1135607808 248669 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1108992 CPUtime=1182.29 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 292480 1259 0 0 118187 42 0 0 25 0 5 0 653389718 1135607808 248669 33554432000 4194304 4417452 140733995817168 18446744073709551615 4255606 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1108992 CPUtime=1182.29 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 319652 1259 0 0 118180 49 0 0 25 0 5 0 653389718 1135607808 248669 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1108992 CPUtime=1168.98 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 453784 1259 0 0 116819 79 0 0 25 0 5 0 653389718 1135607808 248669 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.93
Current children cumulated vsize (KiB) 1108992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.17 8.11 8.03 10/359 22731
/proc/meminfo: memFree=21545220/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1234756 CPUtime=4800.16 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1422741 1259 0 0 479791 225 0 0 25 0 5 0 653389712 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 308689 280110 179 55 0 306575 0
[pid=22607/tid=22615] ppid=22604 vsize=1234756 CPUtime=1203.41 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 312473 1259 0 0 120295 46 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1234756 CPUtime=1203.41 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 322750 1259 0 0 120293 48 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1234756 CPUtime=1203.41 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 320805 1259 0 0 120292 49 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1234756 CPUtime=1189.84 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 464223 1259 0 0 118904 80 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1234756

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

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

[startup+1203.4 s]
/proc/loadavg: 8.17 8.11 8.03 10/359 22731
/proc/meminfo: memFree=21545220/32950928 swapFree=45937192/67111528
[pid=22607] ppid=22604 vsize=1234756 CPUtime=4800.16 cores=1,3,5,7
/proc/22607/stat : 22607 (plingeling) S 22604 22607 22319 0 -1 4202496 1422741 1259 0 0 479791 225 0 0 25 0 5 0 653389712 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22607/statm: 308689 280110 179 55 0 306575 0
[pid=22607/tid=22615] ppid=22604 vsize=1234756 CPUtime=1203.41 cores=1,3,5,7
/proc/22607/task/22615/stat : 22615 (plingeling) R 22604 22607 22319 0 -1 4202560 312473 1259 0 0 120295 46 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22607/tid=22617] ppid=22604 vsize=1234756 CPUtime=1203.41 cores=1,3,5,7
/proc/22607/task/22617/stat : 22617 (plingeling) R 22604 22607 22319 0 -1 4202560 322750 1259 0 0 120293 48 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22607/tid=22618] ppid=22604 vsize=1234756 CPUtime=1203.41 cores=1,3,5,7
/proc/22607/task/22618/stat : 22618 (plingeling) R 22604 22607 22319 0 -1 4202560 320805 1259 0 0 120292 49 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22607/tid=22619] ppid=22604 vsize=1234756 CPUtime=1189.84 cores=1,3,5,7
/proc/22607/task/22619/stat : 22619 (plingeling) R 22604 22607 22319 0 -1 4202560 464223 1259 0 0 118904 80 0 0 25 0 5 0 653389718 1264390144 280110 33554432000 4194304 4417452 140733995817168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1234756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.48
CPU time (s): 4800.25
CPU user time (s): 4797.94
CPU system time (s): 2.30365
CPU usage (%): 398.864
Max. virtual memory (cumulated for all children) (KiB): 1299652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.94
system time used= 2.30365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1424001
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= 57
involuntary context switches= 22636

runsolver used 3.84542 second user time and 9.73952 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 02:05:30
IDJOB=3371021
IDBENCH=71273
IDSOLVER=1848
FILE ID=node149/3371021-1305417930
RUNJOBID= node149-1305415515-22338
PBS_JOBID= 13324565
Free space on /tmp= 73572 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g1.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371021-1305417930/watcher-3371021-1305417930 -o /tmp/evaluation-result-3371021-1305417930/solver-3371021-1305417930 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371021-1305417930.cnf

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

MD5SUM BENCH= eded74bffb721f48c45af6ff95302642
RANDOM SEED=749065167

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24014496 kB
Buffers:        312788 kB
Cached:        3872824 kB
SwapCached:      19984 kB
Active:        6435676 kB
Inactive:      2206744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24014496 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:     4449200 kB
Mapped:          14408 kB
Slab:           157412 kB
PageTables:      71876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80371840 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= 73568 MiB
End job on node149 at 2011-05-15 02:25:36