Trace number 3249800

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.32 1201.76

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_360_u.cnf
MD5SUM4b70d66c676eba3660e2a5eff473f8e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.103
Satisfiable
(Un)Satisfiability was proved
Number of variables7920
Number of clauses14950
Sum of the clauses size44260
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590
Number of clauses of size 314360
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-3249800-1304088130/watcher-3249800-1304088130 -o /tmp/evaluation-result-3249800-1304088130/solver-3249800-1304088130 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3249800-1304088130.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: 6.92 7.73 6.89 6/181 22348
/proc/meminfo: memFree=30689536/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=9840 CPUtime=0 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) R 22346 22348 22193 0 -1 4202496 553 1257 0 0 0 0 0 0 25 0 1 0 501229233 10076160 481 33554432000 4194304 4417332 140737063814000 18446744073709551615 212039655168 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/22348/statm: 2460 481 147 55 0 346 0

[startup+0.131414 s]
/proc/loadavg: 6.92 7.73 6.89 6/181 22348
/proc/meminfo: memFree=30689536/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=123352 CPUtime=0.43 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 3141 1257 0 0 43 0 0 0 25 0 5 0 501229233 126312448 2197 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 30838 2221 176 55 0 28724 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 123352

[startup+0.200402 s]
/proc/loadavg: 6.92 7.73 6.89 6/181 22348
/proc/meminfo: memFree=30689536/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=123364 CPUtime=0.7 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 3469 1257 0 0 70 0 0 0 25 0 5 0 501229233 126324736 2197 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 30841 2197 180 55 0 28727 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 123364

[startup+0.300384 s]
/proc/loadavg: 6.92 7.73 6.89 6/181 22348
/proc/meminfo: memFree=30689536/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=125028 CPUtime=1.1 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 3951 1257 0 0 110 0 0 0 25 0 5 0 501229233 128028672 2679 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 31257 2679 181 55 0 29143 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 125028

[startup+0.700311 s]
/proc/loadavg: 6.92 7.73 6.89 6/181 22348
/proc/meminfo: memFree=30689536/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=125824 CPUtime=2.7 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 4171 1257 0 0 270 0 0 0 25 0 5 0 501229233 128843776 2899 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 31456 2899 181 55 0 29342 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 125824

[startup+1.50117 s]
/proc/loadavg: 6.92 7.73 6.89 9/186 22358
/proc/meminfo: memFree=30673272/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=130084 CPUtime=5.9 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 5857 1257 0 0 589 1 0 0 25 0 5 0 501229233 133206016 3945 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 32521 3945 181 55 0 30407 0
[pid=22348/tid=22355] ppid=22346 vsize=130084 CPUtime=1.47 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 1184 1257 0 0 147 0 0 0 25 0 5 0 501229235 133206016 3945 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=130084 CPUtime=1.46 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 1036 1257 0 0 146 0 0 0 25 0 5 0 501229235 133206016 3945 33554432000 4194304 4417332 140737063814000 18446744073709551615 4232598 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=130084 CPUtime=1.46 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 1438 1257 0 0 146 0 0 0 25 0 5 0 501229235 133206016 3945 33554432000 4194304 4417332 140737063814000 18446744073709551615 4354436 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=130084 CPUtime=1.46 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 761 1257 0 0 146 0 0 0 25 0 5 0 501229235 133206016 3945 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 130084

[startup+3.10089 s]
/proc/loadavg: 7.01 7.74 6.90 9/186 22358
/proc/meminfo: memFree=30665652/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=138176 CPUtime=12.3 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 10684 1257 0 0 1228 2 0 0 25 0 5 0 501229233 141492224 5968 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 34544 5968 181 55 0 32430 0
[pid=22348/tid=22355] ppid=22346 vsize=138176 CPUtime=3.07 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 1783 1257 0 0 307 0 0 0 25 0 5 0 501229235 141492224 5968 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=138176 CPUtime=3.06 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 2113 1257 0 0 306 0 0 0 25 0 5 0 501229235 141492224 5968 33554432000 4194304 4417332 140737063814000 18446744073709551615 4357131 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=138176 CPUtime=3.06 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 2548 1257 0 0 306 0 0 0 25 0 5 0 501229235 141492224 5968 33554432000 4194304 4417332 140737063814000 18446744073709551615 4354645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=138176 CPUtime=3.05 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 2802 1257 0 0 305 0 0 0 25 0 5 0 501229235 141492224 5968 33554432000 4194304 4417332 140737063814000 18446744073709551615 4355979 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 138176

[startup+6.30032 s]
/proc/loadavg: 7.01 7.74 6.90 9/186 22358
/proc/meminfo: memFree=30649160/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=148352 CPUtime=25.07 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 21604 1257 0 0 2504 3 0 0 25 0 5 0 501229233 151912448 8537 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 37088 8537 181 55 0 34974 0
[pid=22348/tid=22355] ppid=22346 vsize=148352 CPUtime=6.26 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 3752 1257 0 0 626 0 0 0 25 0 5 0 501229235 151912448 8537 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=148352 CPUtime=6.27 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 4998 1257 0 0 626 1 0 0 25 0 5 0 501229235 151912448 8537 33554432000 4194304 4417332 140737063814000 18446744073709551615 4365515 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=148352 CPUtime=6.25 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 4643 1257 0 0 625 0 0 0 25 0 5 0 501229235 151912448 8537 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=148352 CPUtime=6.23 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 6773 1257 0 0 623 0 0 0 25 0 5 0 501229235 151912448 8537 33554432000 4194304 4417332 140737063814000 18446744073709551615 4352419 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 148352

[startup+12.7012 s]
/proc/loadavg: 7.16 7.75 6.91 9/186 22359
/proc/meminfo: memFree=30635192/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=161292 CPUtime=50.64 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 48346 1257 0 0 5056 8 0 0 25 0 5 0 501229233 165163008 11784 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 40323 11784 181 55 0 38209 0
[pid=22348/tid=22355] ppid=22346 vsize=161292 CPUtime=12.67 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 10434 1257 0 0 1266 1 0 0 25 0 5 0 501229235 165163008 11784 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=161292 CPUtime=12.66 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 11786 1257 0 0 1264 2 0 0 25 0 5 0 501229235 165163008 11784 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=161292 CPUtime=12.66 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 10725 1257 0 0 1264 2 0 0 25 0 5 0 501229235 165163008 11784 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=161292 CPUtime=12.59 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 13963 1257 0 0 1258 1 0 0 25 0 5 0 501229235 165163008 11784 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364608 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 161292

[startup+25.5009 s]
/proc/loadavg: 7.29 7.75 6.92 9/186 22359
/proc/meminfo: memFree=30600604/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=182072 CPUtime=101.77 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 97728 1257 0 0 10159 18 0 0 25 0 5 0 501229233 186441728 16948 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 45518 16948 181 55 0 43404 0
[pid=22348/tid=22355] ppid=22346 vsize=182072 CPUtime=25.47 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 21329 1257 0 0 2543 4 0 0 25 0 5 0 501229235 186441728 16948 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=182072 CPUtime=25.46 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 22419 1257 0 0 2542 4 0 0 25 0 5 0 501229235 186441728 16948 33554432000 4194304 4417332 140737063814000 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=182072 CPUtime=25.46 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 22088 1257 0 0 2542 4 0 0 25 0 5 0 501229235 186441728 16948 33554432000 4194304 4417332 140737063814000 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=182072 CPUtime=25.32 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 30454 1257 0 0 2528 4 0 0 25 0 5 0 501229235 186441728 16948 33554432000 4194304 4417332 140737063814000 18446744073709551615 4357641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 182072

[startup+51.1003 s]
/proc/loadavg: 7.61 7.79 6.95 9/186 22432
/proc/meminfo: memFree=30495340/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=231308 CPUtime=204.03 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 185797 1257 0 0 20370 33 0 0 25 0 5 0 501229233 236859392 29257 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 57827 29257 181 55 0 55713 0
[pid=22348/tid=22355] ppid=22346 vsize=231308 CPUtime=51.07 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 46797 1257 0 0 5098 9 0 0 25 0 5 0 501229235 236859392 29257 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=231308 CPUtime=51.06 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 40664 1257 0 0 5099 7 0 0 25 0 5 0 501229235 236859392 29257 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=231308 CPUtime=51.06 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 49170 1257 0 0 5098 8 0 0 25 0 5 0 501229235 236859392 29257 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=231308 CPUtime=50.78 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 47728 1257 0 0 5071 7 0 0 25 0 5 0 501229235 236859392 29257 33554432000 4194304 4417332 140737063814000 18446744073709551615 4357358 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 231308

[startup+102.301 s]
/proc/loadavg: 7.92 7.84 7.02 9/186 22433
/proc/meminfo: memFree=30341008/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=314316 CPUtime=408.57 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 283695 1257 0 0 40807 50 0 0 25 0 5 0 501229233 321859584 50009 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 78579 50009 181 55 0 76465 0
[pid=22348/tid=22355] ppid=22346 vsize=314316 CPUtime=102.28 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 78569 1257 0 0 10213 15 0 0 25 0 5 0 501229235 321859584 50009 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=314316 CPUtime=102.27 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 65687 1257 0 0 10215 12 0 0 25 0 5 0 501229235 321859584 50009 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=314316 CPUtime=102.27 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 76060 1257 0 0 10215 12 0 0 25 0 5 0 501229235 321859584 50009 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=314316 CPUtime=101.71 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 61941 1257 0 0 10162 9 0 0 25 0 5 0 501229235 321859584 50009 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 314316

[startup+162.3 s]
/proc/loadavg: 8.04 7.88 7.08 9/186 22435
/proc/meminfo: memFree=30174796/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=394444 CPUtime=648.23 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 357499 1257 0 0 64759 64 0 0 25 0 5 0 501229233 403910656 70041 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 98611 70041 181 55 0 96497 0
[pid=22348/tid=22355] ppid=22346 vsize=394444 CPUtime=162.27 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 105711 1257 0 0 16207 20 0 0 25 0 5 0 501229235 403910656 70041 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=394444 CPUtime=162.26 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 83301 1257 0 0 16211 15 0 0 25 0 5 0 501229235 403910656 70041 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=394444 CPUtime=162.26 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 88963 1257 0 0 16212 14 0 0 25 0 5 0 501229235 403910656 70041 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=394444 CPUtime=161.39 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 78086 1257 0 0 16126 13 0 0 25 0 5 0 501229235 403910656 70041 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 394444


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

[pid=22348/tid=22356] ppid=22346 vsize=667700 CPUtime=702.28 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 208740 1257 0 0 70192 36 0 0 25 0 5 0 501229235 683724800 138355 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=667700 CPUtime=702.27 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 138286 1257 0 0 70204 23 0 0 25 0 5 0 501229235 683724800 138355 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=667700 CPUtime=698.44 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 227244 1257 0 0 69808 36 0 0 25 0 5 0 501229235 683724800 138355 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 667700

[startup+762.301 s]
/proc/loadavg: 8.12 8.08 7.55 9/186 22451
/proc/meminfo: memFree=29380724/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=769024 CPUtime=3045.03 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 920040 1257 0 0 304355 148 0 0 25 0 5 0 501229233 787480576 163686 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 192256 163686 181 55 0 190142 0
[pid=22348/tid=22355] ppid=22346 vsize=769024 CPUtime=762.29 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 242320 1257 0 0 76190 39 0 0 25 0 5 0 501229235 787480576 163686 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=769024 CPUtime=762.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 251297 1257 0 0 76188 41 0 0 25 0 5 0 501229235 787480576 163686 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=769024 CPUtime=762.29 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 181950 1257 0 0 76200 29 0 0 25 0 5 0 501229235 787480576 163686 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=769024 CPUtime=758.11 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 243035 1257 0 0 75773 38 0 0 25 0 5 0 501229235 787480576 163686 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 769024

[startup+822.301 s]
/proc/loadavg: 8.08 8.07 7.58 9/186 22452
/proc/meminfo: memFree=29139232/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=855244 CPUtime=3284.68 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 974363 1257 0 0 328312 156 0 0 25 0 5 0 501229233 875769856 185241 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 213811 185241 181 55 0 211697 0
[pid=22348/tid=22355] ppid=22346 vsize=855244 CPUtime=822.28 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 247034 1257 0 0 82189 39 0 0 25 0 5 0 501229235 875769856 185241 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=855244 CPUtime=822.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 255272 1257 0 0 82187 42 0 0 25 0 5 0 501229235 875769856 185241 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=855244 CPUtime=822.28 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 214718 1257 0 0 82195 33 0 0 25 0 5 0 501229235 875769856 185241 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=855244 CPUtime=817.78 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 255901 1257 0 0 81738 40 0 0 25 0 5 0 501229235 875769856 185241 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 855244

[startup+882.307 s]
/proc/loadavg: 8.12 8.09 7.61 9/186 22454
/proc/meminfo: memFree=28824588/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=906924 CPUtime=3524.38 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 997888 1257 0 0 352279 159 0 0 25 0 5 0 501229233 928690176 198161 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 226731 198161 181 55 0 224617 0
[pid=22348/tid=22355] ppid=22346 vsize=906924 CPUtime=882.29 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 247034 1257 0 0 88190 39 0 0 25 0 5 0 501229235 928690176 198161 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=906924 CPUtime=882.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 277372 1257 0 0 88185 44 0 0 25 0 5 0 501229235 928690176 198161 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=906924 CPUtime=882.29 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 216143 1257 0 0 88196 33 0 0 25 0 5 0 501229235 928690176 198161 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=906924 CPUtime=877.45 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 255901 1257 0 0 87705 40 0 0 25 0 5 0 501229235 928690176 198161 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 906924

[startup+942.301 s]
/proc/loadavg: 8.04 8.07 7.64 9/186 22455
/proc/meminfo: memFree=28914664/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=1008752 CPUtime=3764.04 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 1037079 1257 0 0 376240 164 0 0 25 0 5 0 501229233 1032962048 223618 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 252188 223618 181 55 0 250074 0
[pid=22348/tid=22355] ppid=22346 vsize=1008752 CPUtime=942.29 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 250482 1257 0 0 94189 40 0 0 25 0 5 0 501229235 1032962048 223618 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=1008752 CPUtime=942.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 298686 1257 0 0 94181 48 0 0 25 0 5 0 501229235 1032962048 223618 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=1008752 CPUtime=942.28 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 216143 1257 0 0 94195 33 0 0 25 0 5 0 501229235 1032962048 223618 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=1008752 CPUtime=937.13 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 270330 1257 0 0 93671 42 0 0 25 0 5 0 501229235 1032962048 223618 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 1008752

[startup+1002.3 s]
/proc/loadavg: 8.01 8.05 7.66 9/186 22457
/proc/meminfo: memFree=28635484/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=997952 CPUtime=4003.71 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 1065501 1257 0 0 400202 169 0 0 25 0 5 0 501229233 1021902848 220918 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 249488 220918 181 55 0 247374 0
[pid=22348/tid=22355] ppid=22346 vsize=997952 CPUtime=1002.29 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 250482 1257 0 0 100189 40 0 0 25 0 5 0 501229235 1021902848 220918 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=997952 CPUtime=1002.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 298686 1257 0 0 100181 48 0 0 25 0 5 0 501229235 1021902848 220918 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=997952 CPUtime=1002.28 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 233030 1257 0 0 100193 35 0 0 25 0 5 0 501229235 1021902848 220918 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=997952 CPUtime=996.79 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 281865 1257 0 0 99635 44 0 0 25 0 5 0 501229235 1021902848 220918 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 997952

[startup+1062.3 s]
/proc/loadavg: 8.00 8.04 7.67 9/186 22459
/proc/meminfo: memFree=28752220/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=1033776 CPUtime=4243.4 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 1082649 1257 0 0 424169 171 0 0 25 0 5 0 501229233 1058586624 229874 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 258444 229874 181 55 0 256330 0
[pid=22348/tid=22355] ppid=22346 vsize=1033776 CPUtime=1062.29 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 250482 1257 0 0 106189 40 0 0 25 0 5 0 501229235 1058586624 229874 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=1033776 CPUtime=1062.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 298686 1257 0 0 106181 48 0 0 25 0 5 0 501229235 1058586624 229874 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=1033776 CPUtime=1062.29 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 250178 1257 0 0 106192 37 0 0 25 0 5 0 501229235 1058586624 229874 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=1033776 CPUtime=1056.47 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 281865 1257 0 0 105603 44 0 0 25 0 5 0 501229235 1058586624 229874 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1033776

[startup+1122.3 s]
/proc/loadavg: 8.00 8.03 7.69 9/186 22460
/proc/meminfo: memFree=28382396/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=1228876 CPUtime=4483.07 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 1188471 1257 0 0 448116 191 0 0 25 0 5 0 501229233 1258369024 278649 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 307219 278649 181 55 0 305105 0
[pid=22348/tid=22355] ppid=22346 vsize=1228876 CPUtime=1122.3 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 267203 1257 0 0 112186 44 0 0 25 0 5 0 501229235 1258369024 278649 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=1228876 CPUtime=1122.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 341610 1257 0 0 112172 57 0 0 25 0 5 0 501229235 1258369024 278649 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=1228876 CPUtime=1122.29 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 279971 1257 0 0 112187 42 0 0 25 0 5 0 501229235 1258369024 278649 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=1228876 CPUtime=1116.14 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 298249 1257 0 0 111568 46 0 0 25 0 5 0 501229235 1258369024 278649 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 1228876

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 7.71 9/186 22471
/proc/meminfo: memFree=28512492/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=1352912 CPUtime=4722.73 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 1279056 1257 0 0 472068 205 0 0 25 0 5 0 501229233 1385381888 309688 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 338228 309688 181 55 0 336114 0
[pid=22348/tid=22355] ppid=22346 vsize=1352912 CPUtime=1182.29 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 291656 1257 0 0 118182 47 0 0 25 0 5 0 501229235 1385381888 309688 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=1352912 CPUtime=1182.29 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 374378 1257 0 0 118168 61 0 0 25 0 5 0 501229235 1385381888 309688 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=1352912 CPUtime=1182.28 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 293474 1257 0 0 118183 45 0 0 25 0 5 0 501229235 1385381888 309688 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=1352912 CPUtime=1175.81 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 318110 1257 0 0 117531 50 0 0 25 0 5 0 501229235 1385381888 309688 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 1352912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.02 7.71 9/186 22471
/proc/meminfo: memFree=28428520/32951124 swapFree=67111356/67111528
[pid=22348] ppid=22346 vsize=1369980 CPUtime=4800.24 cores=1,3,5,7
/proc/22348/stat : 22348 (plingeling) S 22346 22348 22193 0 -1 4202496 1283323 1257 0 0 479819 205 0 0 25 0 5 0 501229233 1402859520 313955 33554432000 4194304 4417332 140737063814000 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/22348/statm: 342495 313955 181 55 0 340381 0
[pid=22348/tid=22355] ppid=22346 vsize=1369980 CPUtime=1201.7 cores=1,3,5,7
/proc/22348/task/22355/stat : 22355 (plingeling) R 22346 22348 22193 0 -1 4202560 291656 1257 0 0 120123 47 0 0 25 0 5 0 501229235 1402859520 313955 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22348/tid=22356] ppid=22346 vsize=1369980 CPUtime=1201.7 cores=1,3,5,7
/proc/22348/task/22356/stat : 22356 (plingeling) R 22346 22348 22193 0 -1 4202560 374378 1257 0 0 120109 61 0 0 25 0 5 0 501229235 1402859520 313955 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22348/tid=22357] ppid=22346 vsize=1369980 CPUtime=1201.69 cores=1,3,5,7
/proc/22348/task/22357/stat : 22357 (plingeling) R 22346 22348 22193 0 -1 4202560 293474 1257 0 0 120124 45 0 0 25 0 5 0 501229235 1402859520 313955 33554432000 4194304 4417332 140737063814000 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22348/tid=22358] ppid=22346 vsize=1369980 CPUtime=1195.1 cores=1,3,5,7
/proc/22348/task/22358/stat : 22358 (plingeling) R 22346 22348 22193 0 -1 4202560 322377 1257 0 0 119460 50 0 0 25 0 5 0 501229235 1402859520 313955 33554432000 4194304 4417332 140737063814000 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1369980

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): 1201.76
CPU time (s): 4800.32
CPU user time (s): 4798.22
CPU system time (s): 2.10468
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 1418448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.22
system time used= 2.10468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1284580
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= 108
involuntary context switches= 35501

runsolver used 1.89671 second user time and 4.66829 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 16:42:10
IDJOB=3249800
IDBENCH=83189
IDSOLVER=1605
FILE ID=node146/3249800-1304088130
RUNJOBID= node146-1304088125-22212
PBS_JOBID= 13170566
Free space on /tmp= 72996 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_360_u.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249800-1304088130/watcher-3249800-1304088130 -o /tmp/evaluation-result-3249800-1304088130/solver-3249800-1304088130 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3249800-1304088130.cnf

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

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=1119206899

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:      30689692 kB
Buffers:        605512 kB
Cached:        1180572 kB
SwapCached:         32 kB
Active:         148692 kB
Inactive:      1721680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30689692 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1384 kB
Writeback:           0 kB
AnonPages:       83768 kB
Mapped:          15192 kB
Slab:           326088 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267892 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= 72992 MiB
End job on node146 at 2011-04-29 17:02:13