Trace number 3251472

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.35 1201.89

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

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

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


[startup+0 s]
/proc/loadavg: 8.07 8.08 8.02 1/175 5415
/proc/meminfo: memFree=22830772/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=9668 CPUtime=0 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) R 5413 5415 5295 0 -1 4202496 510 1250 0 0 0 0 0 0 25 0 1 0 523536566 9900032 439 33554432000 4194304 4417332 140737056407120 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5415/statm: 2417 439 146 55 0 303 0

[startup+0.0801521 s]
/proc/loadavg: 8.07 8.08 8.02 1/175 5415
/proc/meminfo: memFree=22830772/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=25876 CPUtime=0.06 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) R 5413 5415 5295 0 -1 4202496 4467 1250 0 0 6 0 0 0 25 0 1 0 523536566 26497024 4349 33554432000 4194304 4417332 140737056407120 18446744073709551615 274473661533 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5415/statm: 6469 4374 147 55 0 4355 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25876

[startup+0.101146 s]
/proc/loadavg: 8.07 8.08 8.02 1/175 5415
/proc/meminfo: memFree=22830772/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=25876 CPUtime=0.08 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) R 5413 5415 5295 0 -1 4202496 4611 1250 0 0 8 0 0 0 25 0 1 0 523536566 26497024 4492 33554432000 4194304 4417332 140737056407120 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5415/statm: 6469 4492 147 55 0 4355 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25876

[startup+0.301114 s]
/proc/loadavg: 8.07 8.08 8.02 1/175 5415
/proc/meminfo: memFree=22830772/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=85868 CPUtime=0.68 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 9721 1250 0 0 67 1 0 0 25 0 5 0 523536566 87928832 9283 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 21467 9283 176 55 0 19353 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85868

[startup+0.701042 s]
/proc/loadavg: 8.07 8.08 8.02 1/175 5415
/proc/meminfo: memFree=22830772/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=101616 CPUtime=2.28 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 21783 1250 0 0 225 3 0 0 25 0 5 0 523536566 104054784 13192 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 25404 13192 180 55 0 23290 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 101616

[startup+1.5009 s]
/proc/loadavg: 8.07 8.08 8.02 9/186 5462
/proc/meminfo: memFree=22765604/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=102852 CPUtime=5.48 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 25980 1250 0 0 544 4 0 0 25 0 5 0 523536566 105320448 13502 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 25713 13502 181 55 0 23599 0
[pid=5415/tid=5429] ppid=5413 vsize=102852 CPUtime=1.32 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 2828 1250 0 0 132 0 0 0 25 0 5 0 523536582 105320448 13502 33554432000 4194304 4417332 140737056407120 18446744073709551615 4236302 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=102852 CPUtime=1.31 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 2839 1250 0 0 131 0 0 0 25 0 5 0 523536582 105320448 13502 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=102852 CPUtime=1.32 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 3416 1250 0 0 132 0 0 0 25 0 5 0 523536582 105320448 13502 33554432000 4194304 4417332 140737056407120 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=102852 CPUtime=1.33 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 8178 1250 0 0 132 1 0 0 25 0 5 0 523536582 105320448 13502 33554432000 4194304 4417332 140737056407120 18446744073709551615 4366004 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 102852

[startup+3.10062 s]
/proc/loadavg: 8.07 8.08 8.02 9/186 5462
/proc/meminfo: memFree=22749360/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=115916 CPUtime=11.87 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 32278 1250 0 0 1182 5 0 0 25 0 5 0 523536566 118697984 16775 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 28979 16775 181 55 0 26865 0
[pid=5415/tid=5429] ppid=5413 vsize=115916 CPUtime=2.92 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 2828 1250 0 0 292 0 0 0 25 0 5 0 523536582 118697984 16775 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=115916 CPUtime=2.9 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 2839 1250 0 0 290 0 0 0 25 0 5 0 523536582 118697984 16775 33554432000 4194304 4417332 140737056407120 18446744073709551615 4258401 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=115916 CPUtime=2.92 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 3416 1250 0 0 292 0 0 0 25 0 5 0 523536582 118697984 16775 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=115916 CPUtime=2.92 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 14476 1250 0 0 291 1 0 0 25 0 5 0 523536582 118697984 16775 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 115916

[startup+6.30106 s]
/proc/loadavg: 8.14 8.10 8.02 9/186 5462
/proc/meminfo: memFree=22709176/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=150420 CPUtime=24.65 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 46742 1250 0 0 2458 7 0 0 25 0 5 0 523536566 154030080 25394 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 37605 25394 181 55 0 35491 0
[pid=5415/tid=5429] ppid=5413 vsize=150420 CPUtime=6.12 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 2828 1250 0 0 612 0 0 0 25 0 5 0 523536582 154030080 25394 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=150420 CPUtime=6.09 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 2839 1250 0 0 609 0 0 0 25 0 5 0 523536582 154030080 25394 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=150420 CPUtime=6.12 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 5234 1250 0 0 612 0 0 0 25 0 5 0 523536582 154030080 25394 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=150420 CPUtime=6.12 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 27122 1250 0 0 608 4 0 0 25 0 5 0 523536582 154030080 25394 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 150420

[startup+12.7009 s]
/proc/loadavg: 8.13 8.10 8.02 9/186 5498
/proc/meminfo: memFree=22600808/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=207536 CPUtime=50.22 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 75119 1250 0 0 5009 13 0 0 25 0 5 0 523536566 212516864 39673 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 51884 39673 181 55 0 49770 0
[pid=5415/tid=5429] ppid=5413 vsize=207536 CPUtime=12.52 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 2828 1250 0 0 1252 0 0 0 25 0 5 0 523536582 212516864 39673 33554432000 4194304 4417332 140737056407120 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=207536 CPUtime=12.45 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 2839 1250 0 0 1245 0 0 0 25 0 5 0 523536582 212516864 39673 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=207536 CPUtime=12.52 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 5281 1250 0 0 1252 0 0 0 25 0 5 0 523536582 212516864 39673 33554432000 4194304 4417332 140737056407120 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=207536 CPUtime=12.52 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 55452 1250 0 0 1243 9 0 0 25 0 5 0 523536582 212516864 39673 33554432000 4194304 4417332 140737056407120 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 207536

[startup+25.5007 s]
/proc/loadavg: 8.17 8.11 8.03 9/186 5498
/proc/meminfo: memFree=22473520/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=313264 CPUtime=101.34 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 107629 1250 0 0 10117 17 0 0 25 0 5 0 523536566 320782336 49754 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 78316 49754 181 55 0 76202 0
[pid=5415/tid=5429] ppid=5413 vsize=313264 CPUtime=25.32 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 5557 1250 0 0 2532 0 0 0 25 0 5 0 523536582 320782336 49754 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=313264 CPUtime=25.18 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 4662 1250 0 0 2518 0 0 0 25 0 5 0 523536582 320782336 49754 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=313264 CPUtime=25.32 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 11396 1250 0 0 2531 1 0 0 25 0 5 0 523536582 320782336 49754 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=313264 CPUtime=25.32 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 77295 1250 0 0 2520 12 0 0 25 0 5 0 523536582 320782336 49754 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 313264

[startup+51.1012 s]
/proc/loadavg: 8.19 8.11 8.03 10/186 5499
/proc/meminfo: memFree=22412540/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=328784 CPUtime=203.61 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 175944 1250 0 0 20333 28 0 0 25 0 5 0 523536566 336674816 53666 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 82196 53666 181 55 0 80082 0
[pid=5415/tid=5429] ppid=5413 vsize=328784 CPUtime=50.92 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 11588 1250 0 0 5091 1 0 0 25 0 5 0 523536582 336674816 53666 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=328784 CPUtime=50.64 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 10489 1250 0 0 5063 1 0 0 25 0 5 0 523536582 336674816 53666 33554432000 4194304 4417332 140737056407120 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=328784 CPUtime=50.93 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 13742 1250 0 0 5091 2 0 0 25 0 5 0 523536582 336674816 53666 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=328784 CPUtime=50.92 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 131406 1250 0 0 5071 21 0 0 25 0 5 0 523536582 336674816 53666 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 328784

[startup+102.306 s]
/proc/loadavg: 8.13 8.11 8.03 9/186 5500
/proc/meminfo: memFree=22154604/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=510520 CPUtime=408.15 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 323358 1250 0 0 40766 49 0 0 25 0 5 0 523536566 522772480 99068 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 127630 99068 181 55 0 125516 0
[pid=5415/tid=5429] ppid=5413 vsize=510520 CPUtime=102.13 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 43360 1250 0 0 10207 6 0 0 25 0 5 0 523536582 522772480 99068 33554432000 4194304 4417332 140737056407120 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=510520 CPUtime=101.57 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 33122 1250 0 0 10153 4 0 0 25 0 5 0 523536582 522772480 99068 33554432000 4194304 4417332 140737056407120 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=510520 CPUtime=102.13 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 41324 1250 0 0 10208 5 0 0 25 0 5 0 523536582 522772480 99068 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=510520 CPUtime=102.13 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 196833 1250 0 0 10182 31 0 0 25 0 5 0 523536582 522772480 99068 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 510520

[startup+162.301 s]
/proc/loadavg: 8.21 8.13 8.04 9/186 5502
/proc/meminfo: memFree=21556144/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=854396 CPUtime=647.8 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 466911 1250 0 0 64708 72 0 0 25 0 5 0 523536566 874901504 185037 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 213599 185037 181 55 0 211485 0
[pid=5415/tid=5429] ppid=5413 vsize=854396 CPUtime=162.12 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 72527 1250 0 0 16202 10 0 0 25 0 5 0 523536582 874901504 185037 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=854396 CPUtime=161.24 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 71883 1250 0 0 16113 11 0 0 25 0 5 0 523536582 874901504 185037 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=854396 CPUtime=162.13 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 65209 1250 0 0 16204 9 0 0 25 0 5 0 523536582 874901504 185037 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=854396 CPUtime=162.13 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 248573 1250 0 0 16173 40 0 0 25 0 5 0 523536582 874901504 185037 33554432000 4194304 4417332 140737056407120 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.8
Current children cumulated vsize (KiB) 854396


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

[pid=5415/tid=5430] ppid=5413 vsize=1894032 CPUtime=698.55 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 342555 1250 0 0 69807 48 0 0 25 0 5 0 523536582 1939488768 444946 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=1894032 CPUtime=702.14 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 490181 1250 0 0 70151 63 0 0 25 0 5 0 523536582 1939488768 444946 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=1894032 CPUtime=702.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 523871 1250 0 0 70126 88 0 0 25 0 5 0 523536582 1939488768 444946 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2804.91
Current children cumulated vsize (KiB) 1894032

[startup+762.307 s]
/proc/loadavg: 8.15 8.10 8.04 9/186 5518
/proc/meminfo: memFree=19911104/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=1801436 CPUtime=3044.61 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 1942911 1250 0 0 304175 286 0 0 25 0 5 0 523536566 1844670464 421829 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 450359 421829 181 55 0 448245 0
[pid=5415/tid=5429] ppid=5413 vsize=1801436 CPUtime=761.56 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 450813 1250 0 0 76092 64 0 0 25 0 5 0 523536582 1844670464 421829 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=1801436 CPUtime=758.56 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 420175 1250 0 0 75795 61 0 0 25 0 5 0 523536582 1844670464 421829 33554432000 4194304 4417332 140737056407120 18446744073709551615 4346399 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=1801436 CPUtime=762.15 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 539333 1250 0 0 76145 70 0 0 25 0 5 0 523536582 1844670464 421829 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=1801436 CPUtime=762.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 523871 1250 0 0 76126 88 0 0 25 0 5 0 523536582 1844670464 421829 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.61
Current children cumulated vsize (KiB) 1801436

[startup+822.3 s]
/proc/loadavg: 8.09 8.09 8.04 9/186 5519
/proc/meminfo: memFree=19713908/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=1896508 CPUtime=3284.26 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2024751 1250 0 0 328129 297 0 0 25 0 5 0 523536566 1942024192 445597 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 474127 445597 181 55 0 472013 0
[pid=5415/tid=5429] ppid=5413 vsize=1896508 CPUtime=821.24 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 467197 1250 0 0 82057 67 0 0 25 0 5 0 523536582 1942024192 445597 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=1896508 CPUtime=818.56 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 446378 1250 0 0 81791 65 0 0 25 0 5 0 523536582 1942024192 445597 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=1896508 CPUtime=822.14 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 562201 1250 0 0 82141 73 0 0 25 0 5 0 523536582 1942024192 445597 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=1896508 CPUtime=822.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 540256 1250 0 0 82124 90 0 0 25 0 5 0 523536582 1942024192 445597 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.26
Current children cumulated vsize (KiB) 1896508

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.04 9/186 5521
/proc/meminfo: memFree=19302928/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=2066080 CPUtime=3523.94 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2091688 1250 0 0 352087 307 0 0 25 0 5 0 523536566 2115665920 487958 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 516520 487958 181 55 0 514406 0
[pid=5415/tid=5429] ppid=5413 vsize=2066080 CPUtime=880.9 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 483055 1250 0 0 88022 68 0 0 25 0 5 0 523536582 2115665920 487958 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=2066080 CPUtime=878.56 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 481073 1250 0 0 87787 69 0 0 25 0 5 0 523536582 2115665920 487958 33554432000 4194304 4417332 140737056407120 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=2066080 CPUtime=882.14 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 562201 1250 0 0 88141 73 0 0 25 0 5 0 523536582 2115665920 487958 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=2066080 CPUtime=882.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 556640 1250 0 0 88121 93 0 0 25 0 5 0 523536582 2115665920 487958 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 2066080

[startup+942.3 s]
/proc/loadavg: 8.02 8.07 8.03 9/186 5522
/proc/meminfo: memFree=18902860/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=2349076 CPUtime=3763.61 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2203397 1250 0 0 376035 326 0 0 25 0 5 0 523536566 2405453824 558707 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 587269 558707 181 55 0 585155 0
[pid=5415/tid=5429] ppid=5413 vsize=2349076 CPUtime=940.58 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 498702 1250 0 0 93988 70 0 0 25 0 5 0 523536582 2405453824 558707 33554432000 4194304 4417332 140737056407120 18446744073709551615 4309907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=2349076 CPUtime=938.55 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 497457 1250 0 0 93784 71 0 0 25 0 5 0 523536582 2405453824 558707 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=2349076 CPUtime=942.14 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 596295 1250 0 0 94136 78 0 0 25 0 5 0 523536582 2405453824 558707 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=2349076 CPUtime=942.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 602224 1250 0 0 94111 103 0 0 25 0 5 0 523536582 2405453824 558707 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.61
Current children cumulated vsize (KiB) 2349076

[startup+1002.3 s]
/proc/loadavg: 8.01 8.05 8.03 9/186 5524
/proc/meminfo: memFree=18501680/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=2655224 CPUtime=4003.28 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2385446 1250 0 0 399974 354 0 0 25 0 5 0 523536566 2718949376 635149 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 663806 635149 181 55 0 661692 0
[pid=5415/tid=5429] ppid=5413 vsize=2655224 CPUtime=1000.25 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 570292 1250 0 0 99943 82 0 0 25 0 5 0 523536582 2718949376 635149 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=2655224 CPUtime=998.55 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 544144 1250 0 0 99777 78 0 0 25 0 5 0 523536582 2718949376 635149 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=2655224 CPUtime=1002.15 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 637255 1250 0 0 100131 84 0 0 25 0 5 0 523536582 2718949376 635149 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=2655224 CPUtime=1002.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 625036 1250 0 0 100107 107 0 0 25 0 5 0 523536582 2718949376 635149 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 2655224

[startup+1062.3 s]
/proc/loadavg: 8.00 8.04 8.02 10/186 5526
/proc/meminfo: memFree=18420428/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=2686888 CPUtime=4242.97 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2457780 1250 0 0 423934 363 0 0 25 0 5 0 523536566 2751373312 643128 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 671722 643128 181 55 0 669608 0
[pid=5415/tid=5429] ppid=5413 vsize=2686888 CPUtime=1059.94 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 594868 1250 0 0 105909 85 0 0 25 0 5 0 523536582 2751373312 643128 33554432000 4194304 4417332 140737056407120 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=2686888 CPUtime=1058.55 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 560528 1250 0 0 105775 80 0 0 25 0 5 0 523536582 2751373312 643128 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=2686888 CPUtime=1062.14 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 668629 1250 0 0 106126 88 0 0 25 0 5 0 523536582 2751373312 643128 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=2686888 CPUtime=1062.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 625036 1250 0 0 106107 107 0 0 25 0 5 0 523536582 2751373312 643128 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.97
Current children cumulated vsize (KiB) 2686888

[startup+1122.3 s]
/proc/loadavg: 8.00 8.03 8.02 9/186 5527
/proc/meminfo: memFree=18790412/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=2710248 CPUtime=4482.65 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2556932 1250 0 0 447887 378 0 0 25 0 5 0 523536566 2775293952 648968 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 677562 648968 181 55 0 675448 0
[pid=5415/tid=5429] ppid=5413 vsize=2710248 CPUtime=1119.6 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 619444 1250 0 0 111871 89 0 0 25 0 5 0 523536582 2775293952 648968 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=2710248 CPUtime=1118.56 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 568720 1250 0 0 111775 81 0 0 25 0 5 0 523536582 2775293952 648968 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=2710248 CPUtime=1122.14 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 735013 1250 0 0 112117 97 0 0 25 0 5 0 523536582 2775293952 648968 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=2710248 CPUtime=1122.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 625036 1250 0 0 112107 107 0 0 25 0 5 0 523536582 2775293952 648968 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.65
Current children cumulated vsize (KiB) 2710248

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 8.01 10/186 5529
/proc/meminfo: memFree=19694576/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=1811824 CPUtime=4722.32 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2646678 1250 0 0 471840 392 0 0 25 0 5 0 523536566 1855307776 424363 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 452956 424363 181 55 0 450842 0
[pid=5415/tid=5429] ppid=5413 vsize=1811824 CPUtime=1179.28 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 643991 1250 0 0 117835 93 0 0 25 0 5 0 523536582 1855307776 424363 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=1811824 CPUtime=1178.56 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 568720 1250 0 0 117775 81 0 0 25 0 5 0 523536582 1855307776 424363 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=1811824 CPUtime=1182.15 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 785837 1250 0 0 118111 104 0 0 25 0 5 0 523536582 1855307776 424363 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=1811824 CPUtime=1182.14 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 639411 1250 0 0 118103 111 0 0 25 0 5 0 523536582 1855307776 424363 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 1811824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.07 8.04 8.01 9/186 5530
/proc/meminfo: memFree=19530888/32950928 swapFree=67111524/67111528
[pid=5415] ppid=5413 vsize=1910880 CPUtime=4800.23 cores=1,3,5,7
/proc/5415/stat : 5415 (plingeling) S 5413 5415 5295 0 -1 4202496 2687826 1250 0 0 479626 397 0 0 25 0 5 0 523536566 1956741120 449127 33554432000 4194304 4417332 140737056407120 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5415/statm: 477720 449127 181 55 0 475606 0
[pid=5415/tid=5429] ppid=5413 vsize=1910880 CPUtime=1198.67 cores=1,3,5,7
/proc/5415/task/5429/stat : 5429 (plingeling) R 5413 5415 5295 0 -1 4202560 652630 1250 0 0 119773 94 0 0 25 0 5 0 523536582 1956741120 449127 33554432000 4194304 4417332 140737056407120 18446744073709551615 4263092 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=1910880 CPUtime=1198.06 cores=1,3,5,7
/proc/5415/task/5430/stat : 5430 (plingeling) R 5413 5415 5295 0 -1 4202560 568720 1250 0 0 119725 81 0 0 25 0 5 0 523536582 1956741120 449127 33554432000 4194304 4417332 140737056407120 18446744073709551615 4309175 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=1910880 CPUtime=1201.65 cores=1,3,5,7
/proc/5415/task/5431/stat : 5431 (plingeling) R 5413 5415 5295 0 -1 4202560 811914 1250 0 0 120058 107 0 0 25 0 5 0 523536582 1956741120 449127 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=1910880 CPUtime=1201.65 cores=1,3,5,7
/proc/5415/task/5432/stat : 5432 (plingeling) R 5413 5415 5295 0 -1 4202560 645843 1250 0 0 120053 112 0 0 25 0 5 0 523536582 1956741120 449127 33554432000 4194304 4417332 140737056407120 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1910880

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.89
CPU time (s): 4800.35
CPU user time (s): 4796.29
CPU system time (s): 4.05938
CPU usage (%): 399.4
Max. virtual memory (cumulated for all children) (KiB): 2743016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.29
system time used= 4.05938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2689076
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= 58
involuntary context switches= 36250

runsolver used 1.9567 second user time and 4.6063 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 01:22:49
IDJOB=3251472
IDBENCH=88223
IDSOLVER=1605
FILE ID=node125/3251472-1304119369
RUNJOBID= node125-1304118165-5314
PBS_JOBID= 13170720
Free space on /tmp= 72756 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251472-1304119369/watcher-3251472-1304119369 -o /tmp/evaluation-result-3251472-1304119369/solver-3251472-1304119369 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251472-1304119369.cnf

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=1895721202

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22830928 kB
Buffers:       2124732 kB
Cached:        7406200 kB
SwapCached:          4 kB
Active:        2127640 kB
Inactive:      7468844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22830928 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:       65396 kB
Mapped:          15076 kB
Slab:           460012 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   219140 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= 72756 MiB
End job on node125 at 2011-04-30 01:42:53