Trace number 3264850

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.19 1201.64

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.682
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5736
Number of clauses of size over 5164

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

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

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


[startup+0 s]
/proc/loadavg: 7.83 8.04 7.92 5/181 30148
/proc/meminfo: memFree=19016684/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=9504 CPUtime=0 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) R 30146 30148 29626 0 -1 4202496 451 1251 0 0 0 0 0 0 25 0 1 0 502947657 9732096 381 33554432000 4194304 4417332 140736889028800 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/30148/statm: 2376 381 146 55 0 262 0

[startup+0.11327 s]
/proc/loadavg: 7.83 8.04 7.92 5/181 30148
/proc/meminfo: memFree=19016684/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=117728 CPUtime=0.42 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 1048 1251 0 0 42 0 0 0 25 0 5 0 502947657 120553472 870 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 29432 870 179 55 0 27318 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 117728

[startup+0.200255 s]
/proc/loadavg: 7.83 8.04 7.92 5/181 30148
/proc/meminfo: memFree=19016684/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=118496 CPUtime=0.77 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 1351 1251 0 0 77 0 0 0 25 0 5 0 502947657 121339904 1041 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 29624 1041 179 55 0 27510 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 118496

[startup+0.300237 s]
/proc/loadavg: 7.83 8.04 7.92 5/181 30148
/proc/meminfo: memFree=19016684/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=119680 CPUtime=1.17 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 1961 1251 0 0 117 0 0 0 25 0 5 0 502947657 122552320 1366 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 29920 1366 179 55 0 27806 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 119680

[startup+0.700166 s]
/proc/loadavg: 7.83 8.04 7.92 5/181 30148
/proc/meminfo: memFree=19016684/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=123608 CPUtime=2.76 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 4153 1251 0 0 276 0 0 0 25 0 5 0 502947657 126574592 2347 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 30902 2347 179 55 0 28788 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 123608

[startup+1.50102 s]
/proc/loadavg: 7.84 8.04 7.92 9/186 30158
/proc/meminfo: memFree=19002284/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=125100 CPUtime=5.96 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 7071 1251 0 0 595 1 0 0 25 0 5 0 502947657 128102400 2711 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 31275 2711 179 55 0 29161 0
[pid=30148/tid=30155] ppid=30146 vsize=125100 CPUtime=1.49 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 1429 1251 0 0 149 0 0 0 25 0 5 0 502947658 128102400 2711 33554432000 4194304 4417332 140736889028800 18446744073709551615 4252144 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=125100 CPUtime=1.48 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 1663 1251 0 0 148 0 0 0 25 0 5 0 502947658 128102400 2711 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=125100 CPUtime=1.48 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 1676 1251 0 0 148 0 0 0 25 0 5 0 502947658 128102400 2711 33554432000 4194304 4417332 140736889028800 18446744073709551615 4366146 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=125100 CPUtime=1.48 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 1741 1251 0 0 148 0 0 0 25 0 5 0 502947658 128102400 2711 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 125100

[startup+3.10074 s]
/proc/loadavg: 7.84 8.04 7.92 9/186 30158
/proc/meminfo: memFree=18987776/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=133680 CPUtime=12.35 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 12046 1251 0 0 1234 1 0 0 25 0 5 0 502947657 136888320 4843 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 33420 4843 179 55 0 31306 0
[pid=30148/tid=30155] ppid=30146 vsize=133680 CPUtime=3.09 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 2774 1251 0 0 309 0 0 0 25 0 5 0 502947658 136888320 4843 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=133680 CPUtime=3.08 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 2725 1251 0 0 308 0 0 0 25 0 5 0 502947658 136888320 4843 33554432000 4194304 4417332 140736889028800 18446744073709551615 4321915 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=133680 CPUtime=3.08 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 2928 1251 0 0 308 0 0 0 25 0 5 0 502947658 136888320 4843 33554432000 4194304 4417332 140736889028800 18446744073709551615 4237371 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=133680 CPUtime=3.07 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 3057 1251 0 0 307 0 0 0 25 0 5 0 502947658 136888320 4843 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 133680

[startup+6.30116 s]
/proc/loadavg: 7.84 8.04 7.92 9/186 30158
/proc/meminfo: memFree=18973468/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=144240 CPUtime=25.14 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 18395 1251 0 0 2512 2 0 0 25 0 5 0 502947657 147701760 7483 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 36060 7483 179 55 0 33946 0
[pid=30148/tid=30155] ppid=30146 vsize=144240 CPUtime=6.28 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 4292 1251 0 0 628 0 0 0 25 0 5 0 502947658 147701760 7483 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=144240 CPUtime=6.28 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 4409 1251 0 0 628 0 0 0 25 0 5 0 502947658 147701760 7483 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=144240 CPUtime=6.28 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 4253 1251 0 0 628 0 0 0 25 0 5 0 502947658 147701760 7483 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=144240 CPUtime=6.26 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 4879 1251 0 0 626 0 0 0 25 0 5 0 502947658 147701760 7483 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 144240

[startup+12.701 s]
/proc/loadavg: 7.87 8.03 7.92 9/186 30158
/proc/meminfo: memFree=18944848/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=162668 CPUtime=50.71 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 29796 1251 0 0 5067 4 0 0 25 0 5 0 502947657 166572032 12090 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 40667 12090 179 55 0 38553 0
[pid=30148/tid=30155] ppid=30146 vsize=162668 CPUtime=12.68 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 6927 1251 0 0 1268 0 0 0 25 0 5 0 502947658 166572032 12090 33554432000 4194304 4417332 140736889028800 18446744073709551615 4354666 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=162668 CPUtime=12.68 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 6983 1251 0 0 1268 0 0 0 25 0 5 0 502947658 166572032 12090 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=162668 CPUtime=12.69 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 8039 1251 0 0 1268 1 0 0 25 0 5 0 502947658 166572032 12090 33554432000 4194304 4417332 140736889028800 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=162668 CPUtime=12.63 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 7285 1251 0 0 1262 1 0 0 25 0 5 0 502947658 166572032 12090 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 162668

[startup+25.5007 s]
/proc/loadavg: 7.89 8.03 7.92 9/186 30159
/proc/meminfo: memFree=18902188/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=178904 CPUtime=101.84 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 47060 1251 0 0 10177 7 0 0 25 0 5 0 502947657 183197696 16149 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 44726 16149 179 55 0 42612 0
[pid=30148/tid=30155] ppid=30146 vsize=178904 CPUtime=25.48 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 10494 1251 0 0 2547 1 0 0 25 0 5 0 502947658 183197696 16149 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=178904 CPUtime=25.48 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 11786 1251 0 0 2547 1 0 0 25 0 5 0 502947658 183197696 16149 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=178904 CPUtime=25.48 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 10566 1251 0 0 2547 1 0 0 25 0 5 0 502947658 183197696 16149 33554432000 4194304 4417332 140736889028800 18446744073709551615 4354093 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=178904 CPUtime=25.36 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 13652 1251 0 0 2534 2 0 0 25 0 5 0 502947658 183197696 16149 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 178904

[startup+51.1011 s]
/proc/loadavg: 7.92 8.03 7.92 9/186 30159
/proc/meminfo: memFree=18862380/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=214140 CPUtime=204.11 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 69208 1251 0 0 20401 10 0 0 25 0 5 0 502947657 219279360 24958 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 53535 24958 179 55 0 51421 0
[pid=30148/tid=30155] ppid=30146 vsize=214140 CPUtime=51.08 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 16749 1251 0 0 5106 2 0 0 25 0 5 0 502947658 219279360 24958 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=214140 CPUtime=51.08 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 17200 1251 0 0 5106 2 0 0 25 0 5 0 502947658 219279360 24958 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=214140 CPUtime=51.08 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 14485 1251 0 0 5107 1 0 0 25 0 5 0 502947658 219279360 24958 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=214140 CPUtime=50.83 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 20212 1251 0 0 5080 3 0 0 25 0 5 0 502947658 219279360 24958 33554432000 4194304 4417332 140736889028800 18446744073709551615 4236830 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 214140

[startup+102.301 s]
/proc/loadavg: 7.97 8.02 7.92 9/186 30161
/proc/meminfo: memFree=18734388/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=268440 CPUtime=408.66 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 102385 1251 0 0 40850 16 0 0 25 0 5 0 502947657 274882560 38533 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 67110 38533 179 55 0 64996 0
[pid=30148/tid=30155] ppid=30146 vsize=268440 CPUtime=102.29 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 25971 1251 0 0 10225 4 0 0 25 0 5 0 502947658 274882560 38533 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=268440 CPUtime=102.28 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 24535 1251 0 0 10225 3 0 0 25 0 5 0 502947658 274882560 38533 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=268440 CPUtime=102.28 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 21706 1251 0 0 10226 2 0 0 25 0 5 0 502947658 274882560 38533 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=268440 CPUtime=101.77 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 29611 1251 0 0 10172 5 0 0 25 0 5 0 502947658 274882560 38533 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 268440

[startup+162.3 s]
/proc/loadavg: 7.99 8.02 7.92 9/186 30162
/proc/meminfo: memFree=18709688/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=266568 CPUtime=648.31 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 117876 1251 0 0 64813 18 0 0 25 0 5 0 502947657 272965632 38065 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 66642 38065 179 55 0 64528 0
[pid=30148/tid=30155] ppid=30146 vsize=266568 CPUtime=162.28 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 29958 1251 0 0 16224 4 0 0 25 0 5 0 502947658 272965632 38065 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=266568 CPUtime=162.28 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 28851 1251 0 0 16224 4 0 0 25 0 5 0 502947658 272965632 38065 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=266568 CPUtime=162.27 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 25293 1251 0 0 16224 3 0 0 25 0 5 0 502947658 272965632 38065 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=266568 CPUtime=161.43 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 33212 1251 0 0 16138 5 0 0 25 0 5 0 502947658 272965632 38065 33554432000 4194304 4417332 140736889028800 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 266568


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

[pid=30148/tid=30156] ppid=30146 vsize=462452 CPUtime=762.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 58384 1251 0 0 76221 10 0 0 25 0 5 0 502947658 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=462452 CPUtime=762.23 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 66896 1251 0 0 76213 10 0 0 25 0 5 0 502947658 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=462452 CPUtime=758.19 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 69743 1251 0 0 75805 14 0 0 25 0 5 0 502947658 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 462452

[startup+822.301 s]
/proc/loadavg: 8.11 8.07 7.98 9/186 30180
/proc/meminfo: memFree=18263464/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=462452 CPUtime=3284.72 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 270177 1251 0 0 328423 49 0 0 25 0 5 0 502947657 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 115613 87036 179 55 0 113499 0
[pid=30148/tid=30155] ppid=30146 vsize=462452 CPUtime=822.3 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 74592 1251 0 0 82217 13 0 0 25 0 5 0 502947658 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=462452 CPUtime=822.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 58384 1251 0 0 82221 10 0 0 25 0 5 0 502947658 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=462452 CPUtime=822.22 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 66896 1251 0 0 82212 10 0 0 25 0 5 0 502947658 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=462452 CPUtime=817.86 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 69743 1251 0 0 81772 14 0 0 25 0 5 0 502947658 473550848 87036 33554432000 4194304 4417332 140736889028800 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 462452

[startup+882.306 s]
/proc/loadavg: 8.17 8.09 7.99 9/186 30181
/proc/meminfo: memFree=18187552/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=569792 CPUtime=3524.41 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 297012 1251 0 0 352388 53 0 0 25 0 5 0 502947657 583467008 113871 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 142448 113871 179 55 0 140334 0
[pid=30148/tid=30155] ppid=30146 vsize=569792 CPUtime=882.32 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 80856 1251 0 0 88217 15 0 0 25 0 5 0 502947658 583467008 113871 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=569792 CPUtime=882.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 65530 1251 0 0 88220 11 0 0 25 0 5 0 502947658 583467008 113871 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=569792 CPUtime=882.22 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 75088 1251 0 0 88211 11 0 0 25 0 5 0 502947658 583467008 113871 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=569792 CPUtime=877.53 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 74976 1251 0 0 87738 15 0 0 25 0 5 0 502947658 583467008 113871 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 569792

[startup+942.301 s]
/proc/loadavg: 6.54 7.70 7.87 5/176 30200
/proc/meminfo: memFree=18554036/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=615340 CPUtime=3764.09 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 308399 1251 0 0 376353 56 0 0 25 0 5 0 502947657 630108160 125258 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 153835 125258 179 55 0 151721 0
[pid=30148/tid=30155] ppid=30146 vsize=615340 CPUtime=942.31 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 80856 1251 0 0 94216 15 0 0 25 0 5 0 502947658 630108160 125258 33554432000 4194304 4417332 140736889028800 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=615340 CPUtime=942.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 65530 1251 0 0 94220 11 0 0 25 0 5 0 502947658 630108160 125258 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=615340 CPUtime=942.21 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 86475 1251 0 0 94207 14 0 0 25 0 5 0 502947658 630108160 125258 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=615340 CPUtime=937.23 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 74976 1251 0 0 93708 15 0 0 25 0 5 0 502947658 630108160 125258 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 615340

[startup+1002.3 s]
/proc/loadavg: 4.99 7.04 7.63 5/176 30202
/proc/meminfo: memFree=18604228/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=565312 CPUtime=4003.81 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 334161 1251 0 0 400320 61 0 0 25 0 5 0 502947657 578879488 112751 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 141328 112751 179 55 0 139214 0
[pid=30148/tid=30155] ppid=30146 vsize=565312 CPUtime=1002.31 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 80856 1251 0 0 100216 15 0 0 25 0 5 0 502947658 578879488 112751 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=565312 CPUtime=1002.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 65530 1251 0 0 100220 11 0 0 25 0 5 0 502947658 578879488 112751 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=565312 CPUtime=1002.21 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 97529 1251 0 0 100205 16 0 0 25 0 5 0 502947658 578879488 112751 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=565312 CPUtime=996.95 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 89684 1251 0 0 99677 18 0 0 25 0 5 0 502947658 578879488 112751 33554432000 4194304 4417332 140736889028800 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 565312

[startup+1062.3 s]
/proc/loadavg: 4.41 6.50 7.41 5/176 30203
/proc/meminfo: memFree=18593404/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=576088 CPUtime=4243.55 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 336855 1251 0 0 424293 62 0 0 25 0 5 0 502947657 589914112 115445 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 144022 115445 179 55 0 141908 0
[pid=30148/tid=30155] ppid=30146 vsize=576088 CPUtime=1062.32 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 80856 1251 0 0 106217 15 0 0 25 0 5 0 502947658 589914112 115445 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=576088 CPUtime=1062.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 68224 1251 0 0 106220 11 0 0 25 0 5 0 502947658 589914112 115445 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=576088 CPUtime=1062.21 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 97529 1251 0 0 106205 16 0 0 25 0 5 0 502947658 589914112 115445 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=576088 CPUtime=1056.68 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 89684 1251 0 0 105650 18 0 0 25 0 5 0 502947658 589914112 115445 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.55
Current children cumulated vsize (KiB) 576088

[startup+1122.3 s]
/proc/loadavg: 4.25 6.07 7.20 5/176 30205
/proc/meminfo: memFree=18623996/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=545196 CPUtime=4483.27 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 345516 1251 0 0 448263 64 0 0 25 0 5 0 502947657 558280704 107722 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 136299 107722 179 55 0 134185 0
[pid=30148/tid=30155] ppid=30146 vsize=545196 CPUtime=1122.32 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 80856 1251 0 0 112217 15 0 0 25 0 5 0 502947658 558280704 107722 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=545196 CPUtime=1122.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 76774 1251 0 0 112217 14 0 0 25 0 5 0 502947658 558280704 107722 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=545196 CPUtime=1122.21 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 97529 1251 0 0 112205 16 0 0 25 0 5 0 502947658 558280704 107722 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=545196 CPUtime=1116.41 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 89795 1251 0 0 111622 19 0 0 25 0 5 0 502947658 558280704 107722 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.27
Current children cumulated vsize (KiB) 545196

[startup+1182.3 s]
/proc/loadavg: 4.09 5.69 7.00 5/176 30206
/proc/meminfo: memFree=18579324/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=589784 CPUtime=4723 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 364855 1251 0 0 472231 69 0 0 25 0 5 0 502947657 603938816 118869 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 147446 118869 179 55 0 145332 0
[pid=30148/tid=30155] ppid=30146 vsize=589784 CPUtime=1182.31 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 89048 1251 0 0 118215 16 0 0 25 0 5 0 502947658 603938816 118869 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=589784 CPUtime=1182.31 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 84966 1251 0 0 118216 15 0 0 25 0 5 0 502947658 603938816 118869 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=589784 CPUtime=1182.21 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 97529 1251 0 0 118205 16 0 0 25 0 5 0 502947658 603938816 118869 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=589784 CPUtime=1176.13 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 92750 1251 0 0 117594 19 0 0 25 0 5 0 502947658 603938816 118869 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723
Current children cumulated vsize (KiB) 589784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.06 5.58 6.93 5/176 30207
/proc/meminfo: memFree=18554764/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=614824 CPUtime=4800.13 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 371115 1251 0 0 479943 70 0 0 25 0 5 0 502947657 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 153706 125129 179 55 0 151592 0
[pid=30148/tid=30155] ppid=30146 vsize=614824 CPUtime=1201.62 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 89048 1251 0 0 120146 16 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=614824 CPUtime=1201.62 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 84966 1251 0 0 120147 15 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=614824 CPUtime=1201.51 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 97885 1251 0 0 120135 16 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=614824 CPUtime=1195.34 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 98654 1251 0 0 119513 21 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 614824

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

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

[startup+1201.6 s]
/proc/loadavg: 4.06 5.58 6.93 5/176 30207
/proc/meminfo: memFree=18554764/32951124 swapFree=67111528/67111528
[pid=30148] ppid=30146 vsize=614824 CPUtime=4800.13 cores=0,2,4,6
/proc/30148/stat : 30148 (plingeling) S 30146 30148 29626 0 -1 4202496 371115 1251 0 0 479943 70 0 0 25 0 5 0 502947657 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30148/statm: 153706 125129 179 55 0 151592 0
[pid=30148/tid=30155] ppid=30146 vsize=614824 CPUtime=1201.62 cores=0,2,4,6
/proc/30148/task/30155/stat : 30155 (plingeling) R 30146 30148 29626 0 -1 4202560 89048 1251 0 0 120146 16 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30148/tid=30156] ppid=30146 vsize=614824 CPUtime=1201.62 cores=0,2,4,6
/proc/30148/task/30156/stat : 30156 (plingeling) R 30146 30148 29626 0 -1 4202560 84966 1251 0 0 120147 15 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30148/tid=30157] ppid=30146 vsize=614824 CPUtime=1201.51 cores=0,2,4,6
/proc/30148/task/30157/stat : 30157 (plingeling) R 30146 30148 29626 0 -1 4202560 97885 1251 0 0 120135 16 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30148/tid=30158] ppid=30146 vsize=614824 CPUtime=1195.34 cores=0,2,4,6
/proc/30148/task/30158/stat : 30158 (plingeling) R 30146 30148 29626 0 -1 4202560 98654 1251 0 0 119513 21 0 0 25 0 5 0 502947658 629579776 125129 33554432000 4194304 4417332 140736889028800 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 614824

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.19
CPU user time (s): 4799.46
CPU system time (s): 0.733888
CPU usage (%): 399.471
Max. virtual memory (cumulated for all children) (KiB): 622552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.46
system time used= 0.733888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372366
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= 97
involuntary context switches= 24830

runsolver used 2.01969 second user time and 4.27035 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 21:28:38
IDJOB=3264850
IDBENCH=85355
IDSOLVER=1605
FILE ID=node145/3264850-1304105318
RUNJOBID= node145-1304104102-29974
PBS_JOBID= 13170624
Free space on /tmp= 72208 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264850-1304105318/watcher-3264850-1304105318 -o /tmp/evaluation-result-3264850-1304105318/solver-3264850-1304105318 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3264850-1304105318.cnf

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=925352110

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19016840 kB
Buffers:       2052852 kB
Cached:       11207168 kB
SwapCached:          0 kB
Active:        2614044 kB
Inactive:     10748768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19016840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             920 kB
Writeback:           0 kB
AnonPages:      102092 kB
Mapped:          15292 kB
Slab:           508028 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278352 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= 72208 MiB
End job on node145 at 2011-04-29 21:48:42