Trace number 3371281

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.42 1203.87

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.58 7.97 8.03 5/351 17123
/proc/meminfo: memFree=25511708/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=11884 CPUtime=0 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) R 17121 17123 16402 0 -1 4202496 1065 1254 0 0 0 0 0 0 25 0 1 0 653293293 12169216 995 33554432000 4194304 4417452 140736968876208 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/17123/statm: 2971 995 148 55 0 857 0

[startup+0.0976669 s]
/proc/loadavg: 7.58 7.97 8.03 5/351 17123
/proc/meminfo: memFree=25511708/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=28420 CPUtime=0.08 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) R 17121 17123 16402 0 -1 4202496 5211 1254 0 0 8 0 0 0 25 0 1 0 653293293 29102080 5130 33554432000 4194304 4417452 140736968876208 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/17123/statm: 7105 5130 149 55 0 4991 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28420

[startup+0.10065 s]
/proc/loadavg: 7.58 7.97 8.03 5/351 17123
/proc/meminfo: memFree=25511708/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=28420 CPUtime=0.09 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) R 17121 17123 16402 0 -1 4202496 5211 1254 0 0 9 0 0 0 25 0 1 0 653293293 29102080 5130 33554432000 4194304 4417452 140736968876208 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/17123/statm: 7105 5130 149 55 0 4991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28420

[startup+0.300629 s]
/proc/loadavg: 7.58 7.97 8.03 5/351 17123
/proc/meminfo: memFree=25511708/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=64852 CPUtime=0.29 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) R 17121 17123 16402 0 -1 4202496 14336 1254 0 0 28 1 0 0 25 0 1 0 653293293 66408448 14238 33554432000 4194304 4417452 140736968876208 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/17123/statm: 16213 14238 149 55 0 14099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64852

[startup+0.700513 s]
/proc/loadavg: 7.58 7.97 8.03 5/351 17123
/proc/meminfo: memFree=25511708/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=163604 CPUtime=0.99 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 43222 1254 0 0 94 5 0 0 25 0 5 0 653293293 167530496 28677 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 40901 28677 168 55 0 38787 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 163604

[startup+1.50037 s]
/proc/loadavg: 7.58 7.97 8.03 9/356 17133
/proc/meminfo: memFree=25390884/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=167700 CPUtime=4.19 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 44250 1254 0 0 413 6 0 0 25 0 5 0 653293293 171724800 29705 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 41925 29705 172 55 0 39811 0
[pid=17123/tid=17130] ppid=17121 vsize=167700 CPUtime=0.89 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 4259 1254 0 0 89 0 0 0 18 0 5 0 653293352 171724800 29705 33554432000 4194304 4417452 140736968876208 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=167700 CPUtime=0.89 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 4212 1254 0 0 89 0 0 0 25 0 5 0 653293352 171724800 29705 33554432000 4194304 4417452 140736968876208 18446744073709551615 4284289 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=167700 CPUtime=0.89 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 4247 1254 0 0 89 0 0 0 19 0 5 0 653293352 171724800 29705 33554432000 4194304 4417452 140736968876208 18446744073709551615 4281520 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=167700 CPUtime=0.88 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 3775 1254 0 0 88 0 0 0 25 0 5 0 653293352 171724800 29705 33554432000 4194304 4417452 140736968876208 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 167700

[startup+3.10107 s]
/proc/loadavg: 7.58 7.97 8.03 9/356 17133
/proc/meminfo: memFree=25387836/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=181368 CPUtime=10.57 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 56936 1254 0 0 1049 8 0 0 25 0 5 0 653293293 185720832 33141 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 45342 33141 179 55 0 43228 0
[pid=17123/tid=17130] ppid=17121 vsize=181368 CPUtime=2.5 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 9711 1254 0 0 249 1 0 0 22 0 5 0 653293352 185720832 33141 33554432000 4194304 4417452 140736968876208 18446744073709551615 4257124 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=181368 CPUtime=2.49 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 9338 1254 0 0 248 1 0 0 25 0 5 0 653293352 185720832 33141 33554432000 4194304 4417452 140736968876208 18446744073709551615 4252133 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=181368 CPUtime=2.49 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 6354 1254 0 0 249 0 0 0 22 0 5 0 653293352 185720832 33141 33554432000 4194304 4417452 140736968876208 18446744073709551615 4233255 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=181368 CPUtime=2.47 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 3776 1254 0 0 247 0 0 0 25 0 5 0 653293352 185720832 33141 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 181368

[startup+6.30048 s]
/proc/loadavg: 7.61 7.97 8.03 9/356 17133
/proc/meminfo: memFree=25325824/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=226924 CPUtime=23.34 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 68325 1254 0 0 2325 9 0 0 25 0 5 0 653293293 232370176 44530 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 56731 44530 179 55 0 54617 0
[pid=17123/tid=17130] ppid=17121 vsize=226924 CPUtime=5.69 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 13295 1254 0 0 568 1 0 0 25 0 5 0 653293352 232370176 44530 33554432000 4194304 4417452 140736968876208 18446744073709551615 4256993 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=226924 CPUtime=5.69 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 13947 1254 0 0 568 1 0 0 25 0 5 0 653293352 232370176 44530 33554432000 4194304 4417452 140736968876208 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=226924 CPUtime=5.7 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 9550 1254 0 0 569 1 0 0 25 0 5 0 653293352 232370176 44530 33554432000 4194304 4417452 140736968876208 18446744073709551615 4337153 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=226924 CPUtime=5.63 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 3776 1254 0 0 563 0 0 0 25 0 5 0 653293352 232370176 44530 33554432000 4194304 4417452 140736968876208 18446744073709551615 4237214 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 226924

[startup+12.7003 s]
/proc/loadavg: 7.72 7.99 8.04 9/356 17133
/proc/meminfo: memFree=25301984/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=301384 CPUtime=48.86 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 91378 1254 0 0 4873 13 0 0 25 0 5 0 653293293 308617216 46771 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 75346 46771 180 55 0 73232 0
[pid=17123/tid=17130] ppid=17121 vsize=301384 CPUtime=12.09 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 21489 1254 0 0 1206 3 0 0 25 0 5 0 653293352 308617216 46771 33554432000 4194304 4417452 140736968876208 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=301384 CPUtime=12.09 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 22140 1254 0 0 1206 3 0 0 25 0 5 0 653293352 308617216 46771 33554432000 4194304 4417452 140736968876208 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=301384 CPUtime=12.09 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 13647 1254 0 0 1208 1 0 0 25 0 5 0 653293352 308617216 46771 33554432000 4194304 4417452 140736968876208 18446744073709551615 4376709 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=301384 CPUtime=11.96 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 6345 1254 0 0 1195 1 0 0 25 0 5 0 653293352 308617216 46771 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.86
Current children cumulated vsize (KiB) 301384

[startup+25.501 s]
/proc/loadavg: 7.78 7.99 8.04 9/356 17133
/proc/meminfo: memFree=25303112/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=317100 CPUtime=99.92 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 97631 1254 0 0 9979 13 0 0 25 0 5 0 653293293 324710400 50839 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 79275 50839 180 55 0 77161 0
[pid=17123/tid=17130] ppid=17121 vsize=317100 CPUtime=24.89 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 24504 1254 0 0 2486 3 0 0 25 0 5 0 653293352 324710400 50839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=317100 CPUtime=24.89 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 25182 1254 0 0 2486 3 0 0 25 0 5 0 653293352 324710400 50839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4249978 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=317100 CPUtime=24.89 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 13647 1254 0 0 2488 1 0 0 25 0 5 0 653293352 324710400 50839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=317100 CPUtime=24.62 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 6541 1254 0 0 2461 1 0 0 25 0 5 0 653293352 324710400 50839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.92
Current children cumulated vsize (KiB) 317100

[startup+51.1003 s]
/proc/loadavg: 7.92 8.00 8.04 9/356 17134
/proc/meminfo: memFree=25291032/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=326928 CPUtime=202.03 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 104453 1254 0 0 20189 14 0 0 25 0 5 0 653293293 334774272 53181 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 81732 53181 180 55 0 79618 0
[pid=17123/tid=17130] ppid=17121 vsize=326928 CPUtime=50.5 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 27466 1254 0 0 5046 4 0 0 25 0 5 0 653293352 334774272 53181 33554432000 4194304 4417452 140736968876208 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=326928 CPUtime=50.49 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 27248 1254 0 0 5046 3 0 0 25 0 5 0 653293352 334774272 53181 33554432000 4194304 4417452 140736968876208 18446744073709551615 4250571 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=326928 CPUtime=50.49 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 15291 1254 0 0 5048 1 0 0 25 0 5 0 653293352 334774272 53181 33554432000 4194304 4417452 140736968876208 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=326928 CPUtime=49.93 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 6691 1254 0 0 4992 1 0 0 25 0 5 0 653293352 334774272 53181 33554432000 4194304 4417452 140736968876208 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.03
Current children cumulated vsize (KiB) 326928

[startup+102.313 s]
/proc/loadavg: 8.08 8.03 8.05 9/356 17135
/proc/meminfo: memFree=25233820/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=381920 CPUtime=406.33 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 141616 1254 0 0 40613 20 0 0 25 0 5 0 653293293 391086080 66929 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 95480 66929 180 55 0 93366 0
[pid=17123/tid=17130] ppid=17121 vsize=381920 CPUtime=101.71 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 41232 1254 0 0 10165 6 0 0 25 0 5 0 653293352 391086080 66929 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=381920 CPUtime=101.7 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 34115 1254 0 0 10166 4 0 0 25 0 5 0 653293352 391086080 66929 33554432000 4194304 4417452 140736968876208 18446744073709551615 4365184 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=381920 CPUtime=101.71 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 22968 1254 0 0 10169 2 0 0 25 0 5 0 653293352 391086080 66929 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=381920 CPUtime=100.58 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 15544 1254 0 0 10056 2 0 0 25 0 5 0 653293352 391086080 66929 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 406.33
Current children cumulated vsize (KiB) 381920

[startup+162.301 s]
/proc/loadavg: 8.22 8.08 8.06 9/356 17137
/proc/meminfo: memFree=25070128/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=535052 CPUtime=645.64 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 220352 1254 0 0 64533 31 0 0 25 0 5 0 653293293 547893248 105218 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 133763 105218 180 55 0 131649 0
[pid=17123/tid=17130] ppid=17121 vsize=535052 CPUtime=161.7 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 70109 1254 0 0 16160 10 0 0 25 0 5 0 653293352 547893248 105218 33554432000 4194304 4417452 140736968876208 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=535052 CPUtime=161.69 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 49855 1254 0 0 16163 6 0 0 25 0 5 0 653293352 547893248 105218 33554432000 4194304 4417452 140736968876208 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=535052 CPUtime=161.7 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 39880 1254 0 0 16165 5 0 0 25 0 5 0 653293352 547893248 105218 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=535052 CPUtime=159.92 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 32751 1254 0 0 15987 5 0 0 25 0 5 0 653293352 547893248 105218 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 645.64
Current children cumulated vsize (KiB) 535052


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

[pid=17123/tid=17131] ppid=17121 vsize=1017296 CPUtime=701.71 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 304098 1254 0 0 70127 44 0 0 25 0 5 0 653293352 1041711104 225779 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1017296 CPUtime=701.72 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 239576 1254 0 0 70137 35 0 0 25 0 5 0 653293352 1041711104 225779 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1017296 CPUtime=694.01 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 101963 1254 0 0 69383 18 0 0 25 0 5 0 653293352 1041711104 225779 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2799.78
Current children cumulated vsize (KiB) 1017296

[startup+762.313 s]
/proc/loadavg: 8.09 8.10 8.08 9/356 17198
/proc/meminfo: memFree=24171896/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1033940 CPUtime=3039.15 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1020283 1254 0 0 303766 149 0 0 25 0 5 0 653293293 1058754560 229940 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 258485 229940 180 55 0 256371 0
[pid=17123/tid=17130] ppid=17121 vsize=1033940 CPUtime=761.73 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 326174 1254 0 0 76127 46 0 0 25 0 5 0 653293352 1058754560 229940 33554432000 4194304 4417452 140736968876208 18446744073709551615 4237371 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1033940 CPUtime=761.73 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 324813 1254 0 0 76127 46 0 0 25 0 5 0 653293352 1058754560 229940 33554432000 4194304 4417452 140736968876208 18446744073709551615 230808858320 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1033940 CPUtime=761.73 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 239576 1254 0 0 76138 35 0 0 25 0 5 0 653293352 1058754560 229940 33554432000 4194304 4417452 140736968876208 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1033940 CPUtime=753.35 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 101963 1254 0 0 75317 18 0 0 25 0 5 0 653293352 1058754560 229940 33554432000 4194304 4417452 140736968876208 18446744073709551615 4366512 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.15
Current children cumulated vsize (KiB) 1033940

[startup+822.301 s]
/proc/loadavg: 8.07 8.09 8.08 9/356 17200
/proc/meminfo: memFree=24334036/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=981536 CPUtime=3278.46 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1165455 1254 0 0 327673 173 0 0 25 0 5 0 653293293 1005092864 216839 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 245384 216839 180 55 0 243270 0
[pid=17123/tid=17130] ppid=17121 vsize=981536 CPUtime=821.72 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 383324 1254 0 0 82116 56 0 0 25 0 5 0 653293352 1005092864 216839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=981536 CPUtime=821.71 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 368542 1254 0 0 82121 50 0 0 25 0 5 0 653293352 1005092864 216839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=981536 CPUtime=821.72 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 264069 1254 0 0 82132 40 0 0 25 0 5 0 653293352 1005092864 216839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=981536 CPUtime=812.7 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 121763 1254 0 0 81248 22 0 0 25 0 5 0 653293352 1005092864 216839 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.46
Current children cumulated vsize (KiB) 981536

[startup+882.301 s]
/proc/loadavg: 8.14 8.10 8.08 9/356 17201
/proc/meminfo: memFree=24080548/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1133532 CPUtime=3517.81 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1219441 1254 0 0 351598 183 0 0 25 0 5 0 653293293 1160736768 254838 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 283383 254838 180 55 0 281269 0
[pid=17123/tid=17130] ppid=17121 vsize=1133532 CPUtime=881.72 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 401386 1254 0 0 88112 60 0 0 25 0 5 0 653293352 1160736768 254838 33554432000 4194304 4417452 140736968876208 18446744073709551615 4354510 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1133532 CPUtime=881.72 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 371139 1254 0 0 88121 51 0 0 25 0 5 0 653293352 1160736768 254838 33554432000 4194304 4417452 140736968876208 18446744073709551615 4237269 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1133532 CPUtime=881.72 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 293300 1254 0 0 88127 45 0 0 25 0 5 0 653293352 1160736768 254838 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357241 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1133532 CPUtime=872.03 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 125859 1254 0 0 87181 22 0 0 25 0 5 0 653293352 1160736768 254838 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.81
Current children cumulated vsize (KiB) 1133532

[startup+942.301 s]
/proc/loadavg: 8.36 8.16 8.10 9/356 17206
/proc/meminfo: memFree=23930952/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1196080 CPUtime=3757.17 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1350360 1254 0 0 375518 199 0 0 25 0 5 0 653293293 1224785920 270475 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 299020 270475 180 55 0 296906 0
[pid=17123/tid=17130] ppid=17121 vsize=1196080 CPUtime=941.73 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 444138 1254 0 0 94107 66 0 0 25 0 5 0 653293352 1224785920 270475 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1196080 CPUtime=941.72 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 404021 1254 0 0 94118 54 0 0 25 0 5 0 653293352 1224785920 270475 33554432000 4194304 4417452 140736968876208 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1196080 CPUtime=941.73 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 347648 1254 0 0 94121 52 0 0 25 0 5 0 653293352 1224785920 270475 33554432000 4194304 4417452 140736968876208 18446744073709551615 4250980 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1196080 CPUtime=931.38 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 126796 1254 0 0 93116 22 0 0 25 0 5 0 653293352 1224785920 270475 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.17
Current children cumulated vsize (KiB) 1196080

[startup+1002.3 s]
/proc/loadavg: 8.20 8.14 8.10 9/356 17207
/proc/meminfo: memFree=23767804/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1210268 CPUtime=3996.51 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1469761 1254 0 0 399435 216 0 0 25 0 5 0 653293293 1239314432 271366 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 302567 271366 180 55 0 300453 0
[pid=17123/tid=17130] ppid=17121 vsize=1210268 CPUtime=1001.73 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 483701 1254 0 0 100101 72 0 0 25 0 5 0 653293352 1239314432 271366 33554432000 4194304 4417452 140736968876208 18446744073709551615 4358093 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1210268 CPUtime=1001.72 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 444689 1254 0 0 100112 60 0 0 25 0 5 0 653293352 1239314432 271366 33554432000 4194304 4417452 140736968876208 18446744073709551615 4310248 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1210268 CPUtime=1001.72 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 386818 1254 0 0 100116 56 0 0 25 0 5 0 653293352 1239314432 271366 33554432000 4194304 4417452 140736968876208 18446744073709551615 4354524 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1210268 CPUtime=990.72 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 126796 1254 0 0 99049 23 0 0 25 0 5 0 653293352 1239314432 271366 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357269 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.51
Current children cumulated vsize (KiB) 1210268

[startup+1062.3 s]
/proc/loadavg: 8.13 8.13 8.09 9/356 17209
/proc/meminfo: memFree=23615384/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1297396 CPUtime=4235.87 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1516580 1254 0 0 423362 225 0 0 25 0 5 0 653293293 1328533504 294876 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 324349 294876 180 55 0 322235 0
[pid=17123/tid=17130] ppid=17121 vsize=1297396 CPUtime=1061.72 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 483715 1254 0 0 106100 72 0 0 25 0 5 0 653293352 1328533504 294876 33554432000 4194304 4417452 140736968876208 18446744073709551615 4346501 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1297396 CPUtime=1061.72 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 484126 1254 0 0 106104 68 0 0 25 0 5 0 653293352 1328533504 294876 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1297396 CPUtime=1061.72 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 394186 1254 0 0 106115 57 0 0 25 0 5 0 653293352 1328533504 294876 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1297396 CPUtime=1050.07 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 126796 1254 0 0 104984 23 0 0 25 0 5 0 653293352 1328533504 294876 33554432000 4194304 4417452 140736968876208 18446744073709551615 4251160 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.87
Current children cumulated vsize (KiB) 1297396

[startup+1122.3 s]
/proc/loadavg: 8.08 8.12 8.09 9/356 17211
/proc/meminfo: memFree=23421924/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1446180 CPUtime=4475.21 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1739817 1254 0 0 447267 254 0 0 25 0 5 0 653293293 1480888320 333000 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 361545 333000 180 55 0 359431 0
[pid=17123/tid=17130] ppid=17121 vsize=1446180 CPUtime=1121.73 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 618020 1254 0 0 112085 88 0 0 25 0 5 0 653293352 1480888320 333000 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357862 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1446180 CPUtime=1121.72 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 516517 1254 0 0 112100 72 0 0 25 0 5 0 653293352 1480888320 333000 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1446180 CPUtime=1121.73 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 450727 1254 0 0 112106 67 0 0 25 0 5 0 653293352 1480888320 333000 33554432000 4194304 4417452 140736968876208 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1446180 CPUtime=1109.41 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 126796 1254 0 0 110918 23 0 0 25 0 5 0 653293352 1480888320 333000 33554432000 4194304 4417452 140736968876208 18446744073709551615 4320983 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.21
Current children cumulated vsize (KiB) 1446180

[startup+1182.3 s]
/proc/loadavg: 8.06 8.11 8.09 9/356 17212
/proc/meminfo: memFree=23677456/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1534332 CPUtime=4714.56 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1962148 1254 0 0 471173 283 0 0 25 0 5 0 653293293 1571155968 355038 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 383583 355038 180 55 0 381469 0
[pid=17123/tid=17130] ppid=17121 vsize=1534332 CPUtime=1181.73 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 618020 1254 0 0 118085 88 0 0 25 0 5 0 653293352 1571155968 355038 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1534332 CPUtime=1181.72 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 605142 1254 0 0 118091 81 0 0 25 0 5 0 653293352 1571155968 355038 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357714 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1534332 CPUtime=1181.74 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 544833 1254 0 0 118095 79 0 0 25 0 5 0 653293352 1571155968 355038 33554432000 4194304 4417452 140736968876208 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1534332 CPUtime=1168.74 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 166396 1254 0 0 116844 30 0 0 25 0 5 0 653293352 1571155968 355038 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.56
Current children cumulated vsize (KiB) 1534332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.11 8.12 8.09 9/356 17213
/proc/meminfo: memFree=23561508/32951124 swapFree=40554400/67111528
[pid=17123] ppid=17121 vsize=1550716 CPUtime=4800.33 cores=1,3,5,7
/proc/17123/stat : 17123 (plingeling) S 17121 17123 16402 0 -1 4202496 1966244 1254 0 0 479750 283 0 0 25 0 5 0 653293293 1587933184 359134 33554432000 4194304 4417452 140736968876208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/17123/statm: 387679 359134 180 55 0 385565 0
[pid=17123/tid=17130] ppid=17121 vsize=1550716 CPUtime=1203.25 cores=1,3,5,7
/proc/17123/task/17130/stat : 17130 (plingeling) R 17121 17123 16402 0 -1 4202560 618020 1254 0 0 120237 88 0 0 25 0 5 0 653293352 1587933184 359134 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17123/tid=17131] ppid=17121 vsize=1550716 CPUtime=1203.24 cores=1,3,5,7
/proc/17123/task/17131/stat : 17131 (plingeling) R 17121 17123 16402 0 -1 4202560 609238 1254 0 0 120242 82 0 0 25 0 5 0 653293352 1587933184 359134 33554432000 4194304 4417452 140736968876208 18446744073709551615 4358080 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17123/tid=17132] ppid=17121 vsize=1550716 CPUtime=1203.25 cores=1,3,5,7
/proc/17123/task/17132/stat : 17132 (plingeling) R 17121 17123 16402 0 -1 4202560 544833 1254 0 0 120246 79 0 0 25 0 5 0 653293352 1587933184 359134 33554432000 4194304 4417452 140736968876208 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17123/tid=17133] ppid=17121 vsize=1550716 CPUtime=1189.99 cores=1,3,5,7
/proc/17123/task/17133/stat : 17133 (plingeling) R 17121 17123 16402 0 -1 4202560 166396 1254 0 0 118969 30 0 0 25 0 5 0 653293352 1587933184 359134 33554432000 4194304 4417452 140736968876208 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1550716

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): 1203.87
CPU time (s): 4800.42
CPU user time (s): 4797.54
CPU system time (s): 2.88756
CPU usage (%): 398.749
Max. virtual memory (cumulated for all children) (KiB): 1680776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.54
system time used= 2.88756
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1967498
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= 120
involuntary context switches= 34899

runsolver used 3.72543 second user time and 9.54355 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 01:48:48
IDJOB=3371281
IDBENCH=70760
IDSOLVER=1848
FILE ID=node104/3371281-1305416928
RUNJOBID= node104-1305416895-17058
PBS_JOBID= 13324539
Free space on /tmp= 73372 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371281-1305416928/watcher-3371281-1305416928 -o /tmp/evaluation-result-3371281-1305416928/solver-3371281-1305416928 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371281-1305416928.cnf

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=449324097

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25511988 kB
Buffers:        299312 kB
Cached:        2397580 kB
SwapCached:     122128 kB
Active:        1216872 kB
Inactive:      5954876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25511988 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           19772 kB
Writeback:           0 kB
AnonPages:     4365552 kB
Mapped:          11488 kB
Slab:           118244 kB
PageTables:      84904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75144060 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= 73384 MiB
End job on node104 at 2011-05-15 02:08:54