Trace number 3283825

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.21 1201.75

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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

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

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


[startup+0 s]
/proc/loadavg: 7.51 7.89 7.88 5/181 19496
/proc/meminfo: memFree=18165464/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=9448 CPUtime=0 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) R 19494 19496 18457 0 -1 4202496 454 1251 0 0 0 0 0 0 25 0 1 0 594751734 9674752 384 33554432000 4194304 4417332 140734320283888 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19496/statm: 2362 384 147 55 0 248 0

[startup+0.087174 s]
/proc/loadavg: 7.51 7.89 7.88 5/181 19496
/proc/meminfo: memFree=18165464/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=66924 CPUtime=0.1 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 4685 1251 0 0 10 0 0 0 25 0 5 0 594751734 68530176 4541 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 16731 4541 171 55 0 14617 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 66924

[startup+0.187155 s]
/proc/loadavg: 7.51 7.89 7.88 5/181 19496
/proc/meminfo: memFree=18165464/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=67360 CPUtime=0.5 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 4791 1251 0 0 50 0 0 0 25 0 5 0 594751734 68976640 4647 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 16840 4647 173 55 0 14726 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 67360

[startup+0.300135 s]
/proc/loadavg: 7.51 7.89 7.88 5/181 19496
/proc/meminfo: memFree=18165464/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=73964 CPUtime=0.95 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 6508 1251 0 0 95 0 0 0 25 0 5 0 594751734 75739136 6287 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 18491 6287 175 55 0 16377 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 73964

[startup+0.701059 s]
/proc/loadavg: 7.51 7.89 7.88 5/181 19496
/proc/meminfo: memFree=18165464/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=71328 CPUtime=2.56 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 7694 1251 0 0 255 1 0 0 25 0 5 0 594751734 73039872 5518 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 17832 5518 180 55 0 15718 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 71328

[startup+1.50091 s]
/proc/loadavg: 7.51 7.89 7.88 9/186 19506
/proc/meminfo: memFree=18142368/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=76156 CPUtime=5.76 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 9616 1251 0 0 575 1 0 0 25 0 5 0 594751734 77983744 6836 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 19039 6836 180 55 0 16925 0
[pid=19496/tid=19503] ppid=19494 vsize=76156 CPUtime=1.42 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 886 1251 0 0 142 0 0 0 25 0 5 0 594751742 77983744 6836 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=76156 CPUtime=1.41 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 1459 1251 0 0 141 0 0 0 25 0 5 0 594751742 77983744 6836 33554432000 4194304 4417332 140734320283888 18446744073709551615 4259600 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=76156 CPUtime=1.42 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 797 1251 0 0 142 0 0 0 25 0 5 0 594751742 77983744 6836 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=76156 CPUtime=1.42 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 1811 1251 0 0 142 0 0 0 25 0 5 0 594751742 77983744 6836 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 76156

[startup+3.10061 s]
/proc/loadavg: 7.51 7.89 7.88 9/186 19506
/proc/meminfo: memFree=18135628/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=85332 CPUtime=12.14 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 12921 1251 0 0 1213 1 0 0 25 0 5 0 594751734 87379968 9130 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 21333 9130 180 55 0 19219 0
[pid=19496/tid=19503] ppid=19494 vsize=85332 CPUtime=3.02 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 886 1251 0 0 302 0 0 0 25 0 5 0 594751742 87379968 9130 33554432000 4194304 4417332 140734320283888 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=85332 CPUtime=3 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 1931 1251 0 0 300 0 0 0 25 0 5 0 594751742 87379968 9130 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=85332 CPUtime=3.02 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 1053 1251 0 0 302 0 0 0 25 0 5 0 594751742 87379968 9130 33554432000 4194304 4417332 140734320283888 18446744073709551615 4357031 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=85332 CPUtime=3.01 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 4388 1251 0 0 301 0 0 0 25 0 5 0 594751742 87379968 9130 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 85332

[startup+6.301 s]
/proc/loadavg: 7.55 7.89 7.88 9/186 19507
/proc/meminfo: memFree=18117524/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=108400 CPUtime=24.93 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 20310 1251 0 0 2491 2 0 0 25 0 5 0 594751734 111001600 14897 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 27100 14897 180 55 0 24986 0
[pid=19496/tid=19503] ppid=19494 vsize=108400 CPUtime=6.22 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 2361 1251 0 0 622 0 0 0 25 0 5 0 594751742 111001600 14897 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=108400 CPUtime=6.18 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 3119 1251 0 0 618 0 0 0 25 0 5 0 594751742 111001600 14897 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=108400 CPUtime=6.22 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 1820 1251 0 0 622 0 0 0 25 0 5 0 594751742 111001600 14897 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=108400 CPUtime=6.22 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 8347 1251 0 0 621 1 0 0 25 0 5 0 594751742 111001600 14897 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 108400

[startup+12.7008 s]
/proc/loadavg: 7.67 7.91 7.89 9/186 19507
/proc/meminfo: memFree=18090892/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=118640 CPUtime=50.49 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 28190 1251 0 0 5046 3 0 0 25 0 5 0 594751734 121487360 17462 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 29660 17462 180 55 0 27546 0
[pid=19496/tid=19503] ppid=19494 vsize=118640 CPUtime=12.62 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 3080 1251 0 0 1262 0 0 0 25 0 5 0 594751742 121487360 17462 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=118640 CPUtime=12.55 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 4798 1251 0 0 1255 0 0 0 25 0 5 0 594751742 121487360 17462 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=118640 CPUtime=12.61 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 3348 1251 0 0 1261 0 0 0 25 0 5 0 594751742 121487360 17462 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=118640 CPUtime=12.61 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 12301 1251 0 0 1260 1 0 0 25 0 5 0 594751742 121487360 17462 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 118640

[startup+25.5004 s]
/proc/loadavg: 7.74 7.91 7.89 9/186 19507
/proc/meminfo: memFree=18055552/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=159668 CPUtime=101.61 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 51498 1251 0 0 10154 7 0 0 25 0 5 0 594751734 163500032 27719 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 39917 27719 180 55 0 37803 0
[pid=19496/tid=19503] ppid=19494 vsize=159668 CPUtime=25.42 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 10066 1251 0 0 2541 1 0 0 25 0 5 0 594751742 163500032 27719 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=159668 CPUtime=25.27 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 12779 1251 0 0 2526 1 0 0 25 0 5 0 594751742 163500032 27719 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=159668 CPUtime=25.41 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 3893 1251 0 0 2541 0 0 0 25 0 5 0 594751742 163500032 27719 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=159668 CPUtime=25.41 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 20097 1251 0 0 2538 3 0 0 25 0 5 0 594751742 163500032 27719 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 159668

[startup+51.1006 s]
/proc/loadavg: 7.83 7.92 7.89 9/186 19508
/proc/meminfo: memFree=17977288/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=194832 CPUtime=203.89 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 88029 1251 0 0 20375 14 0 0 25 0 5 0 594751734 199507968 36522 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 48708 36522 180 55 0 46594 0
[pid=19496/tid=19503] ppid=19494 vsize=194832 CPUtime=51.01 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 21033 1251 0 0 5099 2 0 0 25 0 5 0 594751742 199507968 36522 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=194832 CPUtime=50.74 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 18106 1251 0 0 5072 2 0 0 25 0 5 0 594751742 199507968 36522 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=194832 CPUtime=51.01 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 11677 1251 0 0 5099 2 0 0 25 0 5 0 594751742 199507968 36522 33554432000 4194304 4417332 140734320283888 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=194832 CPUtime=51.01 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 32550 1251 0 0 5096 5 0 0 25 0 5 0 594751742 199507968 36522 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 194832

[startup+102.307 s]
/proc/loadavg: 8.01 7.96 7.91 9/186 19509
/proc/meminfo: memFree=17917860/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=257132 CPUtime=408.42 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 136446 1251 0 0 40819 23 0 0 25 0 5 0 594751734 263303168 52097 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 64283 52097 180 55 0 62169 0
[pid=19496/tid=19503] ppid=19494 vsize=257132 CPUtime=102.22 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 30645 1251 0 0 10218 4 0 0 25 0 5 0 594751742 263303168 52097 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=257132 CPUtime=101.66 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 28389 1251 0 0 10162 4 0 0 25 0 5 0 594751742 263303168 52097 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=257132 CPUtime=102.23 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 25356 1251 0 0 10218 5 0 0 25 0 5 0 594751742 263303168 52097 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=257132 CPUtime=102.21 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 47393 1251 0 0 10213 8 0 0 25 0 5 0 594751742 263303168 52097 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 257132

[startup+162.301 s]
/proc/loadavg: 8.04 7.97 7.91 9/186 19511
/proc/meminfo: memFree=17814540/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=360052 CPUtime=648.09 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 198766 1251 0 0 64775 34 0 0 25 0 5 0 594751734 368693248 77827 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 90013 77827 180 55 0 87899 0
[pid=19496/tid=19503] ppid=19494 vsize=360052 CPUtime=162.22 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 37793 1251 0 0 16217 5 0 0 25 0 5 0 594751742 368693248 77827 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=360052 CPUtime=161.34 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 41076 1251 0 0 16127 7 0 0 25 0 5 0 594751742 368693248 77827 33554432000 4194304 4417332 140734320283888 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=360052 CPUtime=162.22 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 45064 1251 0 0 16214 8 0 0 25 0 5 0 594751742 368693248 77827 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=360052 CPUtime=162.2 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 70170 1251 0 0 16209 11 0 0 25 0 5 0 594751742 368693248 77827 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.09
Current children cumulated vsize (KiB) 360052


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

[pid=19496/tid=19504] ppid=19494 vsize=683392 CPUtime=758.09 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 98325 1251 0 0 75792 17 0 0 25 0 5 0 594751742 699793408 158650 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=683392 CPUtime=762.25 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 204753 1251 0 0 76195 30 0 0 25 0 5 0 594751742 699793408 158650 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=683392 CPUtime=762.18 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 204371 1251 0 0 76187 31 0 0 25 0 5 0 594751742 699793408 158650 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.86
Current children cumulated vsize (KiB) 683392

[startup+822.301 s]
/proc/loadavg: 6.13 7.57 7.81 5/176 19546
/proc/meminfo: memFree=17970508/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=696528 CPUtime=3284.52 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 643768 1251 0 0 328351 101 0 0 25 0 5 0 594751734 713244672 161934 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 174132 161934 180 55 0 172018 0
[pid=19496/tid=19503] ppid=19494 vsize=696528 CPUtime=822.25 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 103621 1251 0 0 82208 17 0 0 25 0 5 0 594751742 713244672 161934 33554432000 4194304 4417332 140734320283888 18446744073709551615 4365310 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=696528 CPUtime=817.77 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 98325 1251 0 0 81760 17 0 0 25 0 5 0 594751742 713244672 161934 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=696528 CPUtime=822.24 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 226962 1251 0 0 82191 33 0 0 25 0 5 0 594751742 713244672 161934 33554432000 4194304 4417332 140734320283888 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=696528 CPUtime=822.17 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 210197 1251 0 0 82185 32 0 0 25 0 5 0 594751742 713244672 161934 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.52
Current children cumulated vsize (KiB) 696528

[startup+882.301 s]
/proc/loadavg: 4.78 6.92 7.57 5/176 19557
/proc/meminfo: memFree=17931436/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=736264 CPUtime=3524.21 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 687150 1251 0 0 352313 108 0 0 25 0 5 0 594751734 753934336 171868 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 184066 171868 180 55 0 181952 0
[pid=19496/tid=19503] ppid=19494 vsize=736264 CPUtime=882.25 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 88206 19 0 0 25 0 5 0 594751742 753934336 171868 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=736264 CPUtime=877.44 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 106904 1251 0 0 87726 18 0 0 25 0 5 0 594751742 753934336 171868 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=736264 CPUtime=882.24 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 237164 1251 0 0 88189 35 0 0 25 0 5 0 594751742 753934336 171868 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=736264 CPUtime=882.17 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 217592 1251 0 0 88184 33 0 0 25 0 5 0 594751742 753934336 171868 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 736264

[startup+942.3 s]
/proc/loadavg: 4.32 6.40 7.35 5/176 19559
/proc/meminfo: memFree=17931308/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=736444 CPUtime=3763.89 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 701955 1251 0 0 376279 110 0 0 25 0 5 0 594751734 754118656 171913 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 184111 171913 180 55 0 181997 0
[pid=19496/tid=19503] ppid=19494 vsize=736444 CPUtime=942.25 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 94206 19 0 0 25 0 5 0 594751742 754118656 171913 33554432000 4194304 4417332 140734320283888 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=736444 CPUtime=937.12 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 106904 1251 0 0 93694 18 0 0 25 0 5 0 594751742 754118656 171913 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=736444 CPUtime=942.25 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 251969 1251 0 0 94188 37 0 0 25 0 5 0 594751742 754118656 171913 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=736444 CPUtime=942.17 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 217592 1251 0 0 94184 33 0 0 25 0 5 0 594751742 754118656 171913 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.89
Current children cumulated vsize (KiB) 736444

[startup+1002.3 s]
/proc/loadavg: 4.16 5.98 7.14 5/176 19560
/proc/meminfo: memFree=17923372/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=744376 CPUtime=4003.57 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 718363 1251 0 0 400245 112 0 0 25 0 5 0 594751734 762241024 173896 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 186094 173896 180 55 0 183980 0
[pid=19496/tid=19503] ppid=19494 vsize=744376 CPUtime=1002.25 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 100206 19 0 0 25 0 5 0 594751742 762241024 173896 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=744376 CPUtime=996.79 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 106904 1251 0 0 99661 18 0 0 25 0 5 0 594751742 762241024 173896 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=744376 CPUtime=1002.25 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 268377 1251 0 0 100186 39 0 0 25 0 5 0 594751742 762241024 173896 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=744376 CPUtime=1002.17 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 217592 1251 0 0 100184 33 0 0 25 0 5 0 594751742 762241024 173896 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 744376

[startup+1062.3 s]
/proc/loadavg: 4.09 5.63 6.95 5/176 19562
/proc/meminfo: memFree=17854552/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=813288 CPUtime=4243.26 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 768466 1251 0 0 424207 119 0 0 25 0 5 0 594751734 832806912 191124 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 203322 191124 180 55 0 201208 0
[pid=19496/tid=19503] ppid=19494 vsize=813288 CPUtime=1062.25 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 106206 19 0 0 25 0 5 0 594751742 832806912 191124 33554432000 4194304 4417332 140734320283888 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=813288 CPUtime=1056.47 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 134357 1251 0 0 105625 22 0 0 25 0 5 0 594751742 832806912 191124 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=813288 CPUtime=1062.25 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 279375 1251 0 0 106185 40 0 0 25 0 5 0 594751742 832806912 191124 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=813288 CPUtime=1062.17 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 229244 1251 0 0 106182 35 0 0 25 0 5 0 594751742 832806912 191124 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 813288

[startup+1122.3 s]
/proc/loadavg: 4.14 5.36 6.77 5/176 19563
/proc/meminfo: memFree=17790560/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=876936 CPUtime=4482.93 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 790165 1251 0 0 448170 123 0 0 25 0 5 0 594751734 897982464 207036 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 219234 207036 180 55 0 217120 0
[pid=19496/tid=19503] ppid=19494 vsize=876936 CPUtime=1122.25 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 112206 19 0 0 25 0 5 0 594751742 897982464 207036 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=876936 CPUtime=1116.15 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 150741 1251 0 0 111590 25 0 0 25 0 5 0 594751742 897982464 207036 33554432000 4194304 4417332 140734320283888 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=876936 CPUtime=1122.25 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 284690 1251 0 0 112184 41 0 0 25 0 5 0 594751742 897982464 207036 33554432000 4194304 4417332 140734320283888 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=876936 CPUtime=1122.17 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 229244 1251 0 0 112182 35 0 0 25 0 5 0 594751742 897982464 207036 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 876936

[startup+1182.3 s]
/proc/loadavg: 4.12 5.12 6.60 5/176 19565
/proc/meminfo: memFree=17599720/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=1067416 CPUtime=4722.62 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 852624 1251 0 0 472131 131 0 0 25 0 5 0 594751734 1093033984 254656 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 266854 254656 180 55 0 264740 0
[pid=19496/tid=19503] ppid=19494 vsize=1067416 CPUtime=1182.25 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 118206 19 0 0 25 0 5 0 594751742 1093033984 254656 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=1067416 CPUtime=1175.82 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 183509 1251 0 0 117554 28 0 0 25 0 5 0 594751742 1093033984 254656 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=1067416 CPUtime=1182.26 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 299590 1251 0 0 118183 43 0 0 25 0 5 0 594751742 1093033984 254656 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=1067416 CPUtime=1182.18 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 244035 1251 0 0 118180 38 0 0 25 0 5 0 594751742 1093033984 254656 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 1067416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.09 5.05 6.55 5/176 19565
/proc/meminfo: memFree=17597604/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=1069564 CPUtime=4800.13 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 853161 1251 0 0 479882 131 0 0 25 0 5 0 594751734 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 267391 255193 180 55 0 265277 0
[pid=19496/tid=19503] ppid=19494 vsize=1069564 CPUtime=1201.66 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 120147 19 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=1069564 CPUtime=1195.12 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 183509 1251 0 0 119484 28 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=1069564 CPUtime=1201.66 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 300127 1251 0 0 120123 43 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=1069564 CPUtime=1201.58 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 244035 1251 0 0 120120 38 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1069564

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

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

[startup+1201.7 s]
/proc/loadavg: 4.09 5.05 6.55 5/176 19565
/proc/meminfo: memFree=17597604/32950928 swapFree=67111524/67111528
[pid=19496] ppid=19494 vsize=1069564 CPUtime=4800.13 cores=0,2,4,6
/proc/19496/stat : 19496 (plingeling) S 19494 19496 18457 0 -1 4202496 853161 1251 0 0 479882 131 0 0 25 0 5 0 594751734 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19496/statm: 267391 255193 180 55 0 265277 0
[pid=19496/tid=19503] ppid=19494 vsize=1069564 CPUtime=1201.66 cores=0,2,4,6
/proc/19496/task/19503/stat : 19503 (plingeling) R 19494 19496 18457 0 -1 4202560 120827 1251 0 0 120147 19 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19496/tid=19504] ppid=19494 vsize=1069564 CPUtime=1195.12 cores=0,2,4,6
/proc/19496/task/19504/stat : 19504 (plingeling) R 19494 19496 18457 0 -1 4202560 183509 1251 0 0 119484 28 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19496/tid=19505] ppid=19494 vsize=1069564 CPUtime=1201.66 cores=0,2,4,6
/proc/19496/task/19505/stat : 19505 (plingeling) R 19494 19496 18457 0 -1 4202560 300127 1251 0 0 120123 43 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19496/tid=19506] ppid=19494 vsize=1069564 CPUtime=1201.58 cores=0,2,4,6
/proc/19496/task/19506/stat : 19506 (plingeling) R 19494 19496 18457 0 -1 4202560 244035 1251 0 0 120120 38 0 0 25 0 5 0 594751742 1095233536 255193 33554432000 4194304 4417332 140734320283888 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1069564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.21
CPU user time (s): 4798.85
CPU system time (s): 1.35879
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1117748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.85
system time used= 1.35879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 854412
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= 47
involuntary context switches= 22373

runsolver used 1.91871 second user time and 4.6323 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 04:46:51
IDJOB=3283825
IDBENCH=71078
IDSOLVER=1605
FILE ID=node115/3283825-1304045211
RUNJOBID= node115-1304042252-18475
PBS_JOBID= 13170384
Free space on /tmp= 72704 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283825-1304045211/watcher-3283825-1304045211 -o /tmp/evaluation-result-3283825-1304045211/solver-3283825-1304045211 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3283825-1304045211.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=132036854

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.75
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18165744 kB
Buffers:       2317628 kB
Cached:       11420900 kB
SwapCached:          4 kB
Active:        7247240 kB
Inactive:      6982664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18165744 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1612 kB
Writeback:           8 kB
AnonPages:      490792 kB
Mapped:          15320 kB
Slab:           490364 kB
PageTables:       5588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   687296 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= 72732 MiB
End job on node115 at 2011-04-29 05:06:54