Trace number 3287275

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.33 1202.04

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3287275-1304062827/watcher-3287275-1304062827 -o /tmp/evaluation-result-3287275-1304062827/solver-3287275-1304062827 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3287275-1304062827.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: 8.03 7.59 7.21 6/185 30962
/proc/meminfo: memFree=30420816/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=10280 CPUtime=0 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) R 30960 30962 29944 0 -1 4202496 648 1252 0 0 0 0 0 0 23 0 1 0 517880575 10526720 577 33554432000 4194304 4417332 140734492184160 18446744073709551615 271550537472 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30962/statm: 2570 577 147 55 0 456 0

[startup+0.0769251 s]
/proc/loadavg: 8.03 7.59 7.21 6/185 30962
/proc/meminfo: memFree=30420816/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=27720 CPUtime=0.06 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) R 30960 30962 29944 0 -1 4202496 5027 1252 0 0 6 0 0 0 23 0 1 0 517880575 28385280 4954 33554432000 4194304 4417332 140734492184160 18446744073709551615 271550537472 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30962/statm: 6930 4954 148 55 0 4816 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27720

[startup+0.100916 s]
/proc/loadavg: 8.03 7.59 7.21 6/185 30962
/proc/meminfo: memFree=30420816/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=27720 CPUtime=0.09 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) R 30960 30962 29944 0 -1 4202496 5027 1252 0 0 9 0 0 0 23 0 1 0 517880575 28385280 4954 33554432000 4194304 4417332 140734492184160 18446744073709551615 271550156411 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30962/statm: 6930 4954 148 55 0 4816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27720

[startup+0.300883 s]
/proc/loadavg: 8.03 7.59 7.21 6/185 30962
/proc/meminfo: memFree=30420816/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=80616 CPUtime=0.28 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) R 30960 30962 29944 0 -1 4202496 18281 1252 0 0 27 1 0 0 25 0 1 0 517880575 82550784 18178 33554432000 4194304 4417332 140734492184160 18446744073709551615 271550537472 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30962/statm: 20154 18178 148 55 0 18040 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 80616

[startup+0.70078 s]
/proc/loadavg: 8.03 7.59 7.21 6/185 30962
/proc/meminfo: memFree=30420816/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=192928 CPUtime=1.73 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 32134 1252 0 0 170 3 0 0 25 0 5 0 517880575 197558272 20933 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 48232 20933 172 55 0 46118 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 192928

[startup+1.50064 s]
/proc/loadavg: 8.03 7.59 7.21 9/190 30972
/proc/meminfo: memFree=30330272/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=188524 CPUtime=4.93 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 43640 1252 0 0 488 5 0 0 25 0 5 0 517880575 193048576 19833 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 47131 19833 173 55 0 45017 0
[pid=30962/tid=30969] ppid=30960 vsize=188524 CPUtime=1.14 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 4763 1252 0 0 114 0 0 0 25 0 5 0 517880610 193048576 19833 33554432000 4194304 4417332 140734492184160 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=188524 CPUtime=1.14 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 9116 1252 0 0 113 1 0 0 25 0 5 0 517880610 193048576 19833 33554432000 4194304 4417332 140734492184160 18446744073709551615 4275711 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=188524 CPUtime=1.14 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 9779 1252 0 0 113 1 0 0 25 0 5 0 517880610 193048576 19833 33554432000 4194304 4417332 140734492184160 18446744073709551615 271550234720 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=188524 CPUtime=1.14 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 1689 1252 0 0 114 0 0 0 25 0 5 0 517880610 193048576 19833 33554432000 4194304 4417332 140734492184160 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 188524

[startup+3.10034 s]
/proc/loadavg: 8.03 7.59 7.21 9/190 30972
/proc/meminfo: memFree=30304604/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=229708 CPUtime=11.31 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 64819 1252 0 0 1124 7 0 0 25 0 5 0 517880575 235220992 29589 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 57427 29589 175 55 0 55313 0
[pid=30962/tid=30969] ppid=30960 vsize=229708 CPUtime=2.74 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 12090 1252 0 0 273 1 0 0 25 0 5 0 517880610 235220992 29589 33554432000 4194304 4417332 140734492184160 18446744073709551615 4301904 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=229708 CPUtime=2.74 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 17981 1252 0 0 272 2 0 0 25 0 5 0 517880610 235220992 29589 33554432000 4194304 4417332 140734492184160 18446744073709551615 4346414 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=229708 CPUtime=2.74 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 14766 1252 0 0 273 1 0 0 25 0 5 0 517880610 235220992 29589 33554432000 4194304 4417332 140734492184160 18446744073709551615 4320482 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=229708 CPUtime=2.73 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 1689 1252 0 0 273 0 0 0 25 0 5 0 517880610 235220992 29589 33554432000 4194304 4417332 140734492184160 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 229708

[startup+6.30076 s]
/proc/loadavg: 8.03 7.59 7.21 10/190 30972
/proc/meminfo: memFree=30297604/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=229576 CPUtime=24.11 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 66160 1252 0 0 2403 8 0 0 25 0 5 0 517880575 235085824 30894 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 57394 30894 180 55 0 55280 0
[pid=30962/tid=30969] ppid=30960 vsize=229576 CPUtime=5.94 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 12096 1252 0 0 593 1 0 0 25 0 5 0 517880610 235085824 30894 33554432000 4194304 4417332 140734492184160 18446744073709551615 4252431 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=229576 CPUtime=5.94 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 19311 1252 0 0 592 2 0 0 25 0 5 0 517880610 235085824 30894 33554432000 4194304 4417332 140734492184160 18446744073709551615 4252361 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=229576 CPUtime=5.94 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 14769 1252 0 0 593 1 0 0 25 0 5 0 517880610 235085824 30894 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=229576 CPUtime=5.91 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 1691 1252 0 0 591 0 0 0 25 0 5 0 517880610 235085824 30894 33554432000 4194304 4417332 140734492184160 18446744073709551615 4232770 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 229576

[startup+12.7006 s]
/proc/loadavg: 8.02 7.61 7.22 9/190 30972
/proc/meminfo: memFree=30285836/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=212724 CPUtime=49.67 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 66184 1252 0 0 4959 8 0 0 25 0 5 0 517880575 217829376 26681 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 53181 26681 180 55 0 51067 0
[pid=30962/tid=30969] ppid=30960 vsize=212724 CPUtime=12.34 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 12108 1252 0 0 1233 1 0 0 25 0 5 0 517880610 217829376 26681 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=212724 CPUtime=12.34 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 19323 1252 0 0 1232 2 0 0 25 0 5 0 517880610 217829376 26681 33554432000 4194304 4417332 140734492184160 18446744073709551615 4275918 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=212724 CPUtime=12.34 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 14769 1252 0 0 1233 1 0 0 25 0 5 0 517880610 217829376 26681 33554432000 4194304 4417332 140734492184160 18446744073709551615 4265399 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=212724 CPUtime=12.28 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 1691 1252 0 0 1228 0 0 0 25 0 5 0 517880610 217829376 26681 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.67
Current children cumulated vsize (KiB) 212724

[startup+25.5003 s]
/proc/loadavg: 8.09 7.63 7.23 9/190 30973
/proc/meminfo: memFree=30321316/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=216736 CPUtime=100.79 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 71112 1252 0 0 10071 8 0 0 25 0 5 0 517880575 221937664 28228 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 54184 28228 181 55 0 52070 0
[pid=30962/tid=30969] ppid=30960 vsize=216736 CPUtime=25.14 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 12384 1252 0 0 2513 1 0 0 25 0 5 0 517880610 221937664 28228 33554432000 4194304 4417332 140734492184160 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=216736 CPUtime=25.14 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 19645 1252 0 0 2512 2 0 0 25 0 5 0 517880610 221937664 28228 33554432000 4194304 4417332 140734492184160 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=216736 CPUtime=25.14 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 15598 1252 0 0 2513 1 0 0 25 0 5 0 517880610 221937664 28228 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=216736 CPUtime=25 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 5192 1252 0 0 2500 0 0 0 25 0 5 0 517880610 221937664 28228 33554432000 4194304 4417332 140734492184160 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.79
Current children cumulated vsize (KiB) 216736

[startup+51.1006 s]
/proc/loadavg: 8.06 7.66 7.25 9/190 30973
/proc/meminfo: memFree=30210788/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=297212 CPUtime=203.05 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 101710 1252 0 0 20294 11 0 0 25 0 5 0 517880575 304345088 48347 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 74303 48347 181 55 0 72189 0
[pid=30962/tid=30969] ppid=30960 vsize=297212 CPUtime=50.75 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 17638 1252 0 0 5073 2 0 0 25 0 5 0 517880610 304345088 48347 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=297212 CPUtime=50.73 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 22381 1252 0 0 5071 2 0 0 25 0 5 0 517880610 304345088 48347 33554432000 4194304 4417332 140734492184160 18446744073709551615 4251100 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=297212 CPUtime=50.74 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 28538 1252 0 0 5071 3 0 0 25 0 5 0 517880610 304345088 48347 33554432000 4194304 4417332 140734492184160 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=297212 CPUtime=50.46 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 14860 1252 0 0 5045 1 0 0 25 0 5 0 517880610 304345088 48347 33554432000 4194304 4417332 140734492184160 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.05
Current children cumulated vsize (KiB) 297212

[startup+102.306 s]
/proc/loadavg: 8.16 7.76 7.31 10/190 30975
/proc/meminfo: memFree=30117392/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=341384 CPUtime=407.6 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 137776 1252 0 0 40744 16 0 0 25 0 5 0 517880575 349577216 59396 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 85346 59396 181 55 0 83232 0
[pid=30962/tid=30969] ppid=30960 vsize=341384 CPUtime=101.94 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 22843 1252 0 0 10192 2 0 0 25 0 5 0 517880610 349577216 59396 33554432000 4194304 4417332 140734492184160 18446744073709551615 4355764 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=341384 CPUtime=101.94 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 22411 1252 0 0 10192 2 0 0 25 0 5 0 517880610 349577216 59396 33554432000 4194304 4417332 140734492184160 18446744073709551615 4346498 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=341384 CPUtime=101.94 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 36769 1252 0 0 10190 4 0 0 25 0 5 0 517880610 349577216 59396 33554432000 4194304 4417332 140734492184160 18446744073709551615 4311352 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=341384 CPUtime=101.39 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 37460 1252 0 0 10135 4 0 0 25 0 5 0 517880610 349577216 59396 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.6
Current children cumulated vsize (KiB) 341384

[startup+162.3 s]
/proc/loadavg: 8.06 7.80 7.35 9/190 30976
/proc/meminfo: memFree=29884628/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=429332 CPUtime=647.25 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 237364 1252 0 0 64696 29 0 0 25 0 5 0 517880575 439635968 81383 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 107333 81383 181 55 0 105219 0
[pid=30962/tid=30969] ppid=30960 vsize=429332 CPUtime=161.94 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 68456 1252 0 0 16186 8 0 0 25 0 5 0 517880610 439635968 81383 33554432000 4194304 4417332 140734492184160 18446744073709551615 4354123 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=429332 CPUtime=161.94 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 30167 1252 0 0 16191 3 0 0 25 0 5 0 517880610 439635968 81383 33554432000 4194304 4417332 140734492184160 18446744073709551615 4355173 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=429332 CPUtime=161.93 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 36785 1252 0 0 16189 4 0 0 25 0 5 0 517880610 439635968 81383 33554432000 4194304 4417332 140734492184160 18446744073709551615 4357493 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=429332 CPUtime=161.06 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 83663 1252 0 0 16096 10 0 0 25 0 5 0 517880610 439635968 81383 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364329 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) 429332


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

[pid=30962/tid=30970] ppid=30960 vsize=627548 CPUtime=701.93 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 276007 1252 0 0 70160 33 0 0 25 0 5 0 517880610 642609152 130937 33554432000 4194304 4417332 140734492184160 18446744073709551615 4346390 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=627548 CPUtime=701.88 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 374253 1252 0 0 70145 43 0 0 25 0 5 0 517880610 642609152 130937 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=627548 CPUtime=698.12 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 532526 1252 0 0 69738 74 0 0 25 0 5 0 517880610 642609152 130937 33554432000 4194304 4417332 140734492184160 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.22
Current children cumulated vsize (KiB) 627548

[startup+762.306 s]
/proc/loadavg: 8.17 8.06 7.69 9/190 31100
/proc/meminfo: memFree=30032120/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=560952 CPUtime=3043.91 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 1797258 1252 0 0 304160 231 0 0 25 0 5 0 517880575 574414848 114288 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 140238 114288 181 55 0 138124 0
[pid=30962/tid=30969] ppid=30960 vsize=560952 CPUtime=761.93 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 537939 1252 0 0 76123 70 0 0 25 0 5 0 517880610 574414848 114288 33554432000 4194304 4417332 140734492184160 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=560952 CPUtime=761.93 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 295472 1252 0 0 76158 35 0 0 25 0 5 0 517880610 574414848 114288 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=560952 CPUtime=761.87 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 413028 1252 0 0 76139 48 0 0 25 0 5 0 517880610 574414848 114288 33554432000 4194304 4417332 140734492184160 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=560952 CPUtime=757.8 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 532526 1252 0 0 75706 74 0 0 25 0 5 0 517880610 574414848 114288 33554432000 4194304 4417332 140734492184160 18446744073709551615 4356928 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.91
Current children cumulated vsize (KiB) 560952

[startup+822.301 s]
/proc/loadavg: 8.14 8.07 7.71 9/190 31102
/proc/meminfo: memFree=29683904/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=643728 CPUtime=3283.56 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 1965082 1252 0 0 328103 253 0 0 25 0 5 0 517880575 659177472 134982 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 160932 134982 181 55 0 158818 0
[pid=30962/tid=30969] ppid=30960 vsize=643728 CPUtime=821.92 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 590068 1252 0 0 82114 78 0 0 25 0 5 0 517880610 659177472 134982 33554432000 4194304 4417332 140734492184160 18446744073709551615 4346321 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=643728 CPUtime=821.93 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 341706 1252 0 0 82151 42 0 0 25 0 5 0 517880610 659177472 134982 33554432000 4194304 4417332 140734492184160 18446744073709551615 4355734 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=643728 CPUtime=821.87 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 470974 1252 0 0 82132 55 0 0 25 0 5 0 517880610 659177472 134982 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=643728 CPUtime=817.46 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 544041 1252 0 0 81671 75 0 0 25 0 5 0 517880610 659177472 134982 33554432000 4194304 4417332 140734492184160 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.56
Current children cumulated vsize (KiB) 643728

[startup+882.301 s]
/proc/loadavg: 8.22 8.10 7.74 9/190 31104
/proc/meminfo: memFree=29717464/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=858616 CPUtime=3523.22 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 2197751 1252 0 0 352035 287 0 0 25 0 5 0 517880575 879222784 188736 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 214654 188736 181 55 0 212540 0
[pid=30962/tid=30969] ppid=30960 vsize=858616 CPUtime=881.92 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 603979 1252 0 0 88112 80 0 0 25 0 5 0 517880610 879222784 188736 33554432000 4194304 4417332 140734492184160 18446744073709551615 4281646 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=858616 CPUtime=881.93 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 392147 1252 0 0 88144 49 0 0 25 0 5 0 517880610 879222784 188736 33554432000 4194304 4417332 140734492184160 18446744073709551615 4353778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=858616 CPUtime=881.86 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 518575 1252 0 0 88125 61 0 0 25 0 5 0 517880610 879222784 188736 33554432000 4194304 4417332 140734492184160 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=858616 CPUtime=877.14 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 664757 1252 0 0 87621 93 0 0 25 0 5 0 517880610 879222784 188736 33554432000 4194304 4417332 140734492184160 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.22
Current children cumulated vsize (KiB) 858616

[startup+942.301 s]
/proc/loadavg: 8.23 8.11 7.76 9/190 31105
/proc/meminfo: memFree=29928848/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=601624 CPUtime=3762.89 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 2364296 1252 0 0 375977 312 0 0 25 0 5 0 517880575 616062976 124488 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 150406 124488 181 55 0 148292 0
[pid=30962/tid=30969] ppid=30960 vsize=601624 CPUtime=941.92 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 640849 1252 0 0 94107 85 0 0 25 0 5 0 517880610 616062976 124488 33554432000 4194304 4417332 140734492184160 18446744073709551615 4309999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=601624 CPUtime=941.93 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 413786 1252 0 0 94142 51 0 0 25 0 5 0 517880610 616062976 124488 33554432000 4194304 4417332 140734492184160 18446744073709551615 4310410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=601624 CPUtime=941.85 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 545294 1252 0 0 94119 66 0 0 25 0 5 0 517880610 616062976 124488 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=601624 CPUtime=936.81 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 746074 1252 0 0 93574 107 0 0 25 0 5 0 517880610 616062976 124488 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.89
Current children cumulated vsize (KiB) 601624

[startup+1002.3 s]
/proc/loadavg: 8.27 8.15 7.80 9/190 31107
/proc/meminfo: memFree=29621800/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=818908 CPUtime=4002.56 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 2525709 1252 0 0 399925 331 0 0 25 0 5 0 517880575 838561792 178777 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 204727 178777 181 55 0 202613 0
[pid=30962/tid=30969] ppid=30960 vsize=818908 CPUtime=1001.92 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 650819 1252 0 0 100106 86 0 0 25 0 5 0 517880610 838561792 178777 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=818908 CPUtime=1001.94 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 415314 1252 0 0 100142 52 0 0 25 0 5 0 517880610 838561792 178777 33554432000 4194304 4417332 140734492184160 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=818908 CPUtime=1001.84 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 596566 1252 0 0 100112 72 0 0 25 0 5 0 517880610 838561792 178777 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=818908 CPUtime=996.49 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 844717 1252 0 0 99531 118 0 0 25 0 5 0 517880610 838561792 178777 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.56
Current children cumulated vsize (KiB) 818908

[startup+1062.3 s]
/proc/loadavg: 8.38 8.18 7.83 9/190 31108
/proc/meminfo: memFree=29481012/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=867916 CPUtime=4242.23 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 2789382 1252 0 0 423852 371 0 0 25 0 5 0 517880575 888745984 191029 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 216979 191029 181 55 0 214865 0
[pid=30962/tid=30969] ppid=30960 vsize=867916 CPUtime=1061.92 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 738552 1252 0 0 106093 99 0 0 25 0 5 0 517880610 888745984 191029 33554432000 4194304 4417332 140734492184160 18446744073709551615 4357997 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=867916 CPUtime=1061.94 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 431427 1252 0 0 106140 54 0 0 25 0 5 0 517880610 888745984 191029 33554432000 4194304 4417332 140734492184160 18446744073709551615 4346410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=867916 CPUtime=1061.83 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 656237 1252 0 0 106102 81 0 0 25 0 5 0 517880610 888745984 191029 33554432000 4194304 4417332 140734492184160 18446744073709551615 4357470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=867916 CPUtime=1056.17 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 944873 1252 0 0 105483 134 0 0 25 0 5 0 517880610 888745984 191029 33554432000 4194304 4417332 140734492184160 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.23
Current children cumulated vsize (KiB) 867916

[startup+1122.3 s]
/proc/loadavg: 8.37 8.22 7.86 9/190 31110
/proc/meminfo: memFree=29808608/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=595164 CPUtime=4481.9 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 2984843 1252 0 0 447792 398 0 0 25 0 5 0 517880575 609447936 122873 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 148791 122873 181 55 0 146677 0
[pid=30962/tid=30969] ppid=30960 vsize=595164 CPUtime=1121.92 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 774884 1252 0 0 112088 104 0 0 25 0 5 0 517880610 609447936 122873 33554432000 4194304 4417332 140734492184160 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=595164 CPUtime=1121.94 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 463565 1252 0 0 112137 57 0 0 25 0 5 0 517880610 609447936 122873 33554432000 4194304 4417332 140734492184160 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=595164 CPUtime=1121.84 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 703892 1252 0 0 112095 89 0 0 25 0 5 0 517880610 609447936 122873 33554432000 4194304 4417332 140734492184160 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=595164 CPUtime=1115.83 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 1024209 1252 0 0 111438 145 0 0 25 0 5 0 517880610 609447936 122873 33554432000 4194304 4417332 140734492184160 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.9
Current children cumulated vsize (KiB) 595164

[startup+1182.3 s]
/proc/loadavg: 8.49 8.26 7.90 9/190 31112
/proc/meminfo: memFree=29719408/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=662448 CPUtime=4721.56 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 3167299 1252 0 0 471732 424 0 0 25 0 5 0 517880575 678346752 139662 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 165612 139662 181 55 0 163498 0
[pid=30962/tid=30969] ppid=30960 vsize=662448 CPUtime=1181.93 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 838171 1252 0 0 118079 114 0 0 25 0 5 0 517880610 678346752 139662 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=662448 CPUtime=1181.94 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 521332 1252 0 0 118130 64 0 0 25 0 5 0 517880610 678346752 139662 33554432000 4194304 4417332 140734492184160 18446744073709551615 4357177 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=662448 CPUtime=1181.81 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 742679 1252 0 0 118087 94 0 0 25 0 5 0 517880610 678346752 139662 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=662448 CPUtime=1175.51 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 1046824 1252 0 0 117402 149 0 0 25 0 5 0 517880610 678346752 139662 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.56
Current children cumulated vsize (KiB) 662448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.46 8.27 7.91 9/190 31112
/proc/meminfo: memFree=29656660/32951124 swapFree=67111344/67111528
[pid=30962] ppid=30960 vsize=718720 CPUtime=4800.28 cores=1,3,5,7
/proc/30962/stat : 30962 (plingeling) S 30960 30962 29944 0 -1 4202496 3259532 1252 0 0 479592 436 0 0 25 0 5 0 517880575 735969280 153730 33554432000 4194304 4417332 140734492184160 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30962/statm: 179680 153730 181 55 0 177566 0
[pid=30962/tid=30969] ppid=30960 vsize=718720 CPUtime=1201.64 cores=1,3,5,7
/proc/30962/task/30969/stat : 30969 (plingeling) R 30960 30962 29944 0 -1 4202560 844453 1252 0 0 120049 115 0 0 25 0 5 0 517880610 735969280 153730 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30962/tid=30970] ppid=30960 vsize=718720 CPUtime=1201.65 cores=1,3,5,7
/proc/30962/task/30970/stat : 30970 (plingeling) R 30960 30962 29944 0 -1 4202560 528213 1252 0 0 120100 65 0 0 25 0 5 0 517880610 735969280 153730 33554432000 4194304 4417332 140734492184160 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30962/tid=30971] ppid=30960 vsize=718720 CPUtime=1201.51 cores=1,3,5,7
/proc/30962/task/30971/stat : 30971 (plingeling) R 30960 30962 29944 0 -1 4202560 764415 1252 0 0 120055 96 0 0 25 0 5 0 517880610 735969280 153730 33554432000 4194304 4417332 140734492184160 18446744073709551615 18446744073699065918 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30962/tid=30972] ppid=30960 vsize=718720 CPUtime=1195.11 cores=1,3,5,7
/proc/30962/task/30972/stat : 30972 (plingeling) R 30960 30962 29944 0 -1 4202560 1104158 1252 0 0 119355 156 0 0 25 0 5 0 517880610 735969280 153730 33554432000 4194304 4417332 140734492184160 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 718720

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.04
CPU time (s): 4800.33
CPU user time (s): 4795.95
CPU system time (s): 4.38633
CPU usage (%): 399.35
Max. virtual memory (cumulated for all children) (KiB): 1161272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.95
system time used= 4.38633
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3260784
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= 223
involuntary context switches= 27258

runsolver used 1.87271 second user time and 4.69129 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 09:40:27
IDJOB=3287275
IDBENCH=82462
IDSOLVER=1605
FILE ID=node133/3287275-1304062827
RUNJOBID= node133-1304062278-30559
PBS_JOBID= 13170442
Free space on /tmp= 71880 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287275-1304062827/watcher-3287275-1304062827 -o /tmp/evaluation-result-3287275-1304062827/solver-3287275-1304062827 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3287275-1304062827.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1559475370

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:     32951124 kB
MemFree:      30421096 kB
Buffers:        716536 kB
Cached:         870268 kB
SwapCached:        124 kB
Active:        1102584 kB
Inactive:      1068276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30421096 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:            4948 kB
Writeback:           0 kB
AnonPages:      583680 kB
Mapped:          15496 kB
Slab:           294420 kB
PageTables:       5972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   781768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71888 MiB
End job on node133 at 2011-04-29 10:00:31