Trace number 3371261

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.31 1206.84

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371261-1305421323/watcher-3371261-1305421323 -o /tmp/evaluation-result-3371261-1305421323/solver-3371261-1305421323 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371261-1305421323.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: 4.07 6.46 7.38 2/351 9921
/proc/meminfo: memFree=17535144/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=17608 CPUtime=0 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) R 9919 9921 9118 0 -1 4202496 1921 1250 0 0 0 0 0 0 21 0 1 0 732363213 18030592 1851 33554432000 4194304 4417452 140734877285952 18446744073709551615 256415085661 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9921/statm: 4402 1864 139 55 0 2288 0

[startup+0.0755849 s]
/proc/loadavg: 4.07 6.46 7.38 2/351 9921
/proc/meminfo: memFree=17535144/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=31796 CPUtime=0.07 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) R 9919 9921 9118 0 -1 4202496 6047 1250 0 0 6 1 0 0 21 0 1 0 732363213 32559104 5972 33554432000 4194304 4417452 140734877285952 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/9921/statm: 7949 5972 148 55 0 5835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31796

[startup+0.100599 s]
/proc/loadavg: 4.07 6.46 7.38 2/351 9921
/proc/meminfo: memFree=17535144/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=31796 CPUtime=0.09 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) R 9919 9921 9118 0 -1 4202496 6048 1250 0 0 8 1 0 0 23 0 1 0 732363213 32559104 5973 33554432000 4194304 4417452 140734877285952 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/9921/statm: 7949 5973 149 55 0 5835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31796

[startup+0.300535 s]
/proc/loadavg: 4.07 6.46 7.38 2/351 9921
/proc/meminfo: memFree=17535144/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=62680 CPUtime=0.29 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) R 9919 9921 9118 0 -1 4202496 13777 1250 0 0 27 2 0 0 23 0 1 0 732363213 64184320 13694 33554432000 4194304 4417452 140734877285952 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/9921/statm: 15670 13694 149 55 0 13556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62680

[startup+0.700465 s]
/proc/loadavg: 4.07 6.46 7.38 2/351 9921
/proc/meminfo: memFree=17535144/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=107284 CPUtime=0.69 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) R 9919 9921 9118 0 -1 4202496 25045 1250 0 0 66 3 0 0 25 0 1 0 732363213 109858816 24845 33554432000 4194304 4417452 140734877285952 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/9921/statm: 26821 24845 149 55 0 24707 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107284

[startup+1.50031 s]
/proc/loadavg: 4.07 6.46 7.38 3/352 9927
/proc/meminfo: memFree=17266556/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=214888 CPUtime=1.49 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) R 9919 9921 9118 0 -1 4202496 51994 1250 0 0 142 7 0 0 25 0 1 0 732363213 220045312 51746 33554432000 4194304 4417452 140734877285952 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/9921/statm: 53722 51746 149 55 0 51608 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 214888

[startup+3.10101 s]
/proc/loadavg: 4.07 6.46 7.38 3/352 9927
/proc/meminfo: memFree=17076588/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=474984 CPUtime=3.09 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) R 9919 9921 9118 0 -1 4202496 117018 1250 0 0 293 16 0 0 25 0 1 0 732363213 486383616 116770 33554432000 4194304 4417452 140734877285952 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/9921/statm: 118746 116770 149 55 0 116632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 474984

[startup+6.31334 s]
/proc/loadavg: 3.90 6.38 7.35 9/360 9935
/proc/meminfo: memFree=16605096/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=646048 CPUtime=12.7 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 220604 1250 0 0 1237 33 0 0 25 0 5 0 732363213 661553152 137403 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 161512 137403 175 55 0 159398 0
[pid=9921/tid=9932] ppid=9919 vsize=646048 CPUtime=2.11 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 18646 1250 0 0 208 3 0 0 21 0 5 0 732363629 661553152 137403 33554432000 4194304 4417452 140734877285952 18446744073709551615 4275708 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=646048 CPUtime=2.14 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 17582 1250 0 0 211 3 0 0 21 0 5 0 732363629 661553152 137403 33554432000 4194304 4417452 140734877285952 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=646048 CPUtime=2.13 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 17596 1250 0 0 210 3 0 0 25 0 5 0 732363629 661553152 137403 33554432000 4194304 4417452 140734877285952 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=646048 CPUtime=2.13 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 12886 1250 0 0 211 2 0 0 25 0 5 0 732363629 661553152 137403 33554432000 4194304 4417452 140734877285952 18446744073709551615 4236910 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 646048

[startup+12.7011 s]
/proc/loadavg: 4.23 6.41 7.35 9/360 9935
/proc/meminfo: memFree=16566200/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=755468 CPUtime=38.17 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 350858 1250 0 0 3766 51 0 0 25 0 5 0 732363213 773599232 159100 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 188867 159100 179 55 0 186753 0
[pid=9921/tid=9932] ppid=9919 vsize=755468 CPUtime=8.43 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 69990 1250 0 0 833 10 0 0 25 0 5 0 732363629 773599232 159100 33554432000 4194304 4417452 140734877285952 18446744073709551615 4256889 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=755468 CPUtime=8.51 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 53912 1250 0 0 843 8 0 0 25 0 5 0 732363629 773599232 159100 33554432000 4194304 4417452 140734877285952 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=755468 CPUtime=8.51 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 59728 1250 0 0 843 8 0 0 25 0 5 0 732363629 773599232 159100 33554432000 4194304 4417452 140734877285952 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=755468 CPUtime=8.51 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 13334 1250 0 0 849 2 0 0 25 0 5 0 732363629 773599232 159100 33554432000 4194304 4417452 140734877285952 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38.17
Current children cumulated vsize (KiB) 755468

[startup+25.5007 s]
/proc/loadavg: 5.06 6.49 7.36 9/360 9936
/proc/meminfo: memFree=16319332/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=773804 CPUtime=89.22 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 368759 1250 0 0 8870 52 0 0 25 0 5 0 732363213 792375296 165745 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 193451 165745 180 55 0 191337 0
[pid=9921/tid=9932] ppid=9919 vsize=773804 CPUtime=21.09 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 71007 1250 0 0 2099 10 0 0 25 0 5 0 732363629 792375296 165745 33554432000 4194304 4417452 140734877285952 18446744073709551615 4318918 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=773804 CPUtime=21.32 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 56978 1250 0 0 2123 9 0 0 25 0 5 0 732363629 792375296 165745 33554432000 4194304 4417452 140734877285952 18446744073709551615 4233447 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=773804 CPUtime=21.32 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 66428 1250 0 0 2123 9 0 0 25 0 5 0 732363629 792375296 165745 33554432000 4194304 4417452 140734877285952 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=773804 CPUtime=21.31 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 20452 1250 0 0 2128 3 0 0 25 0 5 0 732363629 792375296 165745 33554432000 4194304 4417452 140734877285952 18446744073709551615 4355830 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 89.22
Current children cumulated vsize (KiB) 773804

[startup+51.1009 s]
/proc/loadavg: 6.13 6.62 7.38 9/360 9936
/proc/meminfo: memFree=16124416/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=922496 CPUtime=191.32 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 406748 1250 0 0 19074 58 0 0 25 0 5 0 732363213 944635904 202918 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 230624 202918 180 55 0 228510 0
[pid=9921/tid=9932] ppid=9919 vsize=922496 CPUtime=46.38 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 72287 1250 0 0 4628 10 0 0 25 0 5 0 732363629 944635904 202918 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=922496 CPUtime=46.91 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 61668 1250 0 0 4682 9 0 0 25 0 5 0 732363629 944635904 202918 33554432000 4194304 4417452 140734877285952 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=922496 CPUtime=46.91 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 67964 1250 0 0 4682 9 0 0 25 0 5 0 732363629 944635904 202918 33554432000 4194304 4417452 140734877285952 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=922496 CPUtime=46.91 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 50935 1250 0 0 4685 6 0 0 25 0 5 0 732363629 944635904 202918 33554432000 4194304 4417452 140734877285952 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 191.32
Current children cumulated vsize (KiB) 922496

[startup+102.301 s]
/proc/loadavg: 7.30 6.86 7.42 9/360 9938
/proc/meminfo: memFree=15920892/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=990572 CPUtime=395.49 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 473866 1250 0 0 39483 66 0 0 25 0 5 0 732363213 1014345728 219937 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 247643 219937 180 55 0 245529 0
[pid=9921/tid=9932] ppid=9919 vsize=990572 CPUtime=96.95 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 88985 1250 0 0 9683 12 0 0 25 0 5 0 732363629 1014345728 219937 33554432000 4194304 4417452 140734877285952 18446744073709551615 4356992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=990572 CPUtime=98.12 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 78352 1250 0 0 9800 12 0 0 25 0 5 0 732363629 1014345728 219937 33554432000 4194304 4417452 140734877285952 18446744073709551615 4352064 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=990572 CPUtime=98.12 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 86839 1250 0 0 9800 12 0 0 25 0 5 0 732363629 1014345728 219937 33554432000 4194304 4417452 140734877285952 18446744073709551615 4232715 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=990572 CPUtime=98.12 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 65796 1250 0 0 9803 9 0 0 25 0 5 0 732363629 1014345728 219937 33554432000 4194304 4417452 140734877285952 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 395.49
Current children cumulated vsize (KiB) 990572

[startup+162.301 s]
/proc/loadavg: 7.78 7.08 7.46 9/360 9939
/proc/meminfo: memFree=15806156/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=1048904 CPUtime=634.8 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 489781 1250 0 0 63412 68 0 0 25 0 5 0 732363213 1074077696 234520 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 262226 234520 180 55 0 260112 0
[pid=9921/tid=9932] ppid=9919 vsize=1048904 CPUtime=156.25 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 89599 1250 0 0 15613 12 0 0 25 0 5 0 732363629 1074077696 234520 33554432000 4194304 4417452 140734877285952 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1048904 CPUtime=158.12 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 80820 1250 0 0 15800 12 0 0 25 0 5 0 732363629 1074077696 234520 33554432000 4194304 4417452 140734877285952 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=1048904 CPUtime=158.12 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 90544 1250 0 0 15800 12 0 0 25 0 5 0 732363629 1074077696 234520 33554432000 4194304 4417452 140734877285952 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=1048904 CPUtime=158.12 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 74924 1250 0 0 15802 10 0 0 25 0 5 0 732363629 1074077696 234520 33554432000 4194304 4417452 140734877285952 18446744073709551615 4259074 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 634.8
Current children cumulated vsize (KiB) 1048904

[startup+222.301 s]
/proc/loadavg: 7.95 7.26 7.50 9/360 9941
/proc/meminfo: memFree=15598780/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=1193648 CPUtime=874.07 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 536640 1250 0 0 87333 74 0 0 25 0 5 0 732363213 1222295552 270706 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 298412 270706 180 55 0 296298 0
[pid=9921/tid=9932] ppid=9919 vsize=1193648 CPUtime=215.53 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 96440 1250 0 0 21539 14 0 0 25 0 5 0 732363629 1222295552 270706 33554432000 4194304 4417452 140734877285952 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1193648 CPUtime=218.12 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 80820 1250 0 0 21800 12 0 0 25 0 5 0 732363629 1222295552 270706 33554432000 4194304 4417452 140734877285952 18446744073709551615 4365434 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=1193648 CPUtime=218.12 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 116184 1250 0 0 21797 15 0 0 25 0 5 0 732363629 1222295552 270706 33554432000 4194304 4417452 140734877285952 18446744073709551615 4277459 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=1193648 CPUtime=218.12 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 89302 1250 0 0 21800 12 0 0 25 0 5 0 732363629 1222295552 270706 33554432000 4194304 4417452 140734877285952 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 874.07
Current children cumulated vsize (KiB) 1193648

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

/proc/meminfo: memFree=14919980/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=2110224 CPUtime=3027.71 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 1288807 1250 0 0 302595 176 0 0 25 0 5 0 732363213 2160869376 499707 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 527556 499707 180 55 0 525442 0
[pid=9921/tid=9932] ppid=9919 vsize=2110224 CPUtime=749.12 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 240439 1250 0 0 74881 31 0 0 25 0 5 0 732363629 2160869376 499707 33554432000 4194304 4417452 140734877285952 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=2110224 CPUtime=758.12 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 205348 1250 0 0 75785 27 0 0 25 0 5 0 732363629 2160869376 499707 33554432000 4194304 4417452 140734877285952 18446744073709551615 4358748 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=2110224 CPUtime=758.13 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 207374 1250 0 0 75788 25 0 0 25 0 5 0 732363629 2160869376 499707 33554432000 4194304 4417452 140734877285952 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=2110224 CPUtime=758.14 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 481752 1250 0 0 75744 70 0 0 25 0 5 0 732363629 2160869376 499707 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3027.71
Current children cumulated vsize (KiB) 2110224

[startup+822.3 s]
/proc/loadavg: 8.04 7.95 7.74 9/360 9993
/proc/meminfo: memFree=14461152/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=2567184 CPUtime=3267.01 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 1409578 1250 0 0 326510 191 0 0 25 0 5 0 732363213 2628796416 613949 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 641796 613949 180 55 0 639682 0
[pid=9921/tid=9932] ppid=9919 vsize=2567184 CPUtime=808.43 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 265862 1250 0 0 80808 35 0 0 25 0 5 0 732363629 2628796416 613949 33554432000 4194304 4417452 140734877285952 18446744073709551615 4263172 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=2567184 CPUtime=818.12 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 237174 1250 0 0 81781 31 0 0 25 0 5 0 732363629 2628796416 613949 33554432000 4194304 4417452 140734877285952 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=2567184 CPUtime=818.13 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 211215 1250 0 0 81787 26 0 0 25 0 5 0 732363629 2628796416 613949 33554432000 4194304 4417452 140734877285952 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=2567184 CPUtime=818.15 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 541433 1250 0 0 81738 77 0 0 25 0 5 0 732363629 2628796416 613949 33554432000 4194304 4417452 140734877285952 18446744073709551615 4281657 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3267.01
Current children cumulated vsize (KiB) 2567184

[startup+882.301 s]
/proc/loadavg: 8.13 7.99 7.76 9/360 9995
/proc/meminfo: memFree=14364640/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=2663636 CPUtime=3506.32 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 1518825 1250 0 0 350425 207 0 0 25 0 5 0 732363213 2727563264 638062 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 665909 638062 180 55 0 663795 0
[pid=9921/tid=9932] ppid=9919 vsize=2663636 CPUtime=867.73 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 280888 1250 0 0 86736 37 0 0 25 0 5 0 732363629 2727563264 638062 33554432000 4194304 4417452 140734877285952 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=2663636 CPUtime=878.12 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 237440 1250 0 0 87780 32 0 0 25 0 5 0 732363629 2727563264 638062 33554432000 4194304 4417452 140734877285952 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=2663636 CPUtime=878.14 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 271318 1250 0 0 87780 34 0 0 25 0 5 0 732363629 2727563264 638062 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364476 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=2663636 CPUtime=878.14 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 575285 1250 0 0 87732 82 0 0 25 0 5 0 732363629 2727563264 638062 33554432000 4194304 4417452 140734877285952 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3506.32
Current children cumulated vsize (KiB) 2663636

[startup+942.301 s]
/proc/loadavg: 8.09 8.00 7.78 9/360 9996
/proc/meminfo: memFree=14221396/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=2781396 CPUtime=3745.64 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 1629573 1250 0 0 374337 227 0 0 25 0 5 0 732363213 2848149504 667502 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 695349 667502 180 55 0 693235 0
[pid=9921/tid=9932] ppid=9919 vsize=2781396 CPUtime=927.02 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 287206 1250 0 0 92664 38 0 0 25 0 5 0 732363629 2848149504 667502 33554432000 4194304 4417452 140734877285952 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=2781396 CPUtime=938.14 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 299924 1250 0 0 93772 42 0 0 25 0 5 0 732363629 2848149504 667502 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=2781396 CPUtime=938.16 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 271318 1250 0 0 93782 34 0 0 25 0 5 0 732363629 2848149504 667502 33554432000 4194304 4417452 140734877285952 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=2781396 CPUtime=938.16 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 617231 1250 0 0 93724 92 0 0 25 0 5 0 732363629 2848149504 667502 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3745.64
Current children cumulated vsize (KiB) 2781396

[startup+1002.3 s]
/proc/loadavg: 8.08 8.01 7.80 9/360 9998
/proc/meminfo: memFree=13819724/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=3180564 CPUtime=3984.91 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 1898755 1250 0 0 398215 276 0 0 25 0 5 0 732363213 3256897536 767294 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 795141 767294 180 55 0 793027 0
[pid=9921/tid=9932] ppid=9919 vsize=3180564 CPUtime=986.31 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 295077 1250 0 0 98592 39 0 0 25 0 5 0 732363629 3256897536 767294 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=3180564 CPUtime=998.13 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 314984 1250 0 0 99769 44 0 0 25 0 5 0 732363629 3256897536 767294 33554432000 4194304 4417452 140734877285952 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=3180564 CPUtime=998.14 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 331825 1250 0 0 99770 44 0 0 25 0 5 0 732363629 3256897536 767294 33554432000 4194304 4417452 140734877285952 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=3180564 CPUtime=998.15 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 802975 1250 0 0 99687 128 0 0 25 0 5 0 732363629 3256897536 767294 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3984.91
Current children cumulated vsize (KiB) 3180564

[startup+1062.31 s]
/proc/loadavg: 8.02 8.01 7.81 9/360 9999
/proc/meminfo: memFree=13552468/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=3394276 CPUtime=4224.26 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 1952183 1250 0 0 422143 283 0 0 25 0 5 0 732363213 3475738624 820722 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 848569 820722 180 55 0 846455 0
[pid=9921/tid=9932] ppid=9919 vsize=3394276 CPUtime=1045.61 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 316359 1250 0 0 104519 42 0 0 25 0 5 0 732363629 3475738624 820722 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=3394276 CPUtime=1058.14 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 330508 1250 0 0 105769 45 0 0 25 0 5 0 732363629 3475738624 820722 33554432000 4194304 4417452 140734877285952 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=3394276 CPUtime=1058.15 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 348447 1250 0 0 105770 45 0 0 25 0 5 0 732363629 3475738624 820722 33554432000 4194304 4417452 140734877285952 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=3394276 CPUtime=1058.17 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 802975 1250 0 0 105689 128 0 0 25 0 5 0 732363629 3475738624 820722 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4224.26
Current children cumulated vsize (KiB) 3394276

[startup+1122.3 s]
/proc/loadavg: 8.10 8.03 7.83 9/360 10001
/proc/meminfo: memFree=14370700/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=2588256 CPUtime=4463.51 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 2058831 1250 0 0 446051 300 0 0 25 0 5 0 732363213 2650374144 619213 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 647064 619213 180 55 0 644950 0
[pid=9921/tid=9932] ppid=9919 vsize=2588256 CPUtime=1104.9 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 327178 1250 0 0 110446 44 0 0 25 0 5 0 732363629 2650374144 619213 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=2588256 CPUtime=1118.12 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 355796 1250 0 0 111764 48 0 0 25 0 5 0 732363629 2650374144 619213 33554432000 4194304 4417452 140734877285952 18446744073709551615 4281686 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=2588256 CPUtime=1118.14 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 402974 1250 0 0 111762 52 0 0 25 0 5 0 732363629 2650374144 619213 33554432000 4194304 4417452 140734877285952 18446744073709551615 4275856 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=2588256 CPUtime=1118.16 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 818989 1250 0 0 111682 134 0 0 25 0 5 0 732363629 2650374144 619213 33554432000 4194304 4417452 140734877285952 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4463.51
Current children cumulated vsize (KiB) 2588256

[startup+1182.3 s]
/proc/loadavg: 8.07 8.04 7.84 9/360 10003
/proc/meminfo: memFree=13772616/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=3040528 CPUtime=4702.8 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 2188192 1250 0 0 469963 317 0 0 25 0 5 0 732363213 3113500672 732281 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 760132 732281 180 55 0 758018 0
[pid=9921/tid=9932] ppid=9919 vsize=3040528 CPUtime=1164.19 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 375465 1250 0 0 116368 51 0 0 25 0 5 0 732363629 3113500672 732281 33554432000 4194304 4417452 140734877285952 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=3040528 CPUtime=1178.13 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 363689 1250 0 0 117764 49 0 0 25 0 5 0 732363629 3113500672 732281 33554432000 4194304 4417452 140734877285952 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=3040528 CPUtime=1178.15 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 421445 1250 0 0 117760 55 0 0 25 0 5 0 732363629 3113500672 732281 33554432000 4194304 4417452 140734877285952 18446744073709551615 4312138 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=3040528 CPUtime=1178.16 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 873699 1250 0 0 117675 141 0 0 25 0 5 0 732363629 3113500672 732281 33554432000 4194304 4417452 140734877285952 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4702.8
Current children cumulated vsize (KiB) 3040528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.7 s]
/proc/loadavg: 8.18 8.07 7.85 9/360 10003
/proc/meminfo: memFree=13657028/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=3250668 CPUtime=4800.15 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) S 9919 9921 9118 0 -1 4202496 2256249 1250 0 0 479686 329 0 0 25 0 5 0 732363213 3328684032 784816 33554432000 4194304 4417452 140734877285952 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 812667 784816 180 55 0 810553 0
[pid=9921/tid=9932] ppid=9919 vsize=3250668 CPUtime=1188.3 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4202560 384185 1250 0 0 118778 52 0 0 25 0 5 0 732363629 3328684032 784816 33554432000 4194304 4417452 140734877285952 18446744073709551615 4277638 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=3250668 CPUtime=1202.54 cores=1,3,5,7
/proc/9921/task/9933/stat : 9933 (plingeling) R 9919 9921 9118 0 -1 4202560 414833 1250 0 0 120196 58 0 0 25 0 5 0 732363629 3328684032 784816 33554432000 4194304 4417452 140734877285952 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9921/tid=9934] ppid=9919 vsize=3250668 CPUtime=1202.56 cores=1,3,5,7
/proc/9921/task/9934/stat : 9934 (plingeling) R 9919 9921 9118 0 -1 4202560 421445 1250 0 0 120201 55 0 0 25 0 5 0 732363629 3328684032 784816 33554432000 4194304 4417452 140734877285952 18446744073709551615 4236294 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9921/tid=9935] ppid=9919 vsize=3250668 CPUtime=1202.57 cores=1,3,5,7
/proc/9921/task/9935/stat : 9935 (plingeling) R 9919 9921 9118 0 -1 4202560 881892 1250 0 0 120116 141 0 0 25 0 5 0 732363629 3328684032 784816 33554432000 4194304 4417452 140734877285952 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 3250668

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

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

[startup+1206.82 s]
/proc/loadavg: 8.18 8.07 7.85 9/360 10003
/proc/meminfo: memFree=13657028/32950928 swapFree=67111200/67111528
[pid=9921] ppid=9919 vsize=0 CPUtime=4800.29 cores=1,3,5,7
/proc/9921/stat : 9921 (plingeling) Z 9919 9921 9118 0 -1 4203548 2256249 1250 0 0 479690 339 0 0 18 0 2 0 732363213 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9921/statm: 0 0 0 0 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=0 CPUtime=1188.41 cores=1,3,5,7
/proc/9921/task/9932/stat : 9932 (plingeling) R 9919 9921 9118 0 -1 4203588 384185 1250 0 0 118779 62 0 0 25 0 2 0 732363629 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1206.84
CPU time (s): 4800.31
CPU user time (s): 4796.9
CPU system time (s): 3.40948
CPU usage (%): 397.76
Max. virtual memory (cumulated for all children) (KiB): 3528876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.9
system time used= 3.40948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2257499
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= 154
involuntary context switches= 36264

runsolver used 3.90441 second user time and 10.1765 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 03:02:05
IDJOB=3371261
IDBENCH=82387
IDSOLVER=1848
FILE ID=node115/3371261-1305421323
RUNJOBID= node115-1305421323-9897
PBS_JOBID= 13324547
Free space on /tmp= 73100 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371261-1305421323/watcher-3371261-1305421323 -o /tmp/evaluation-result-3371261-1305421323/solver-3371261-1305421323 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371261-1305421323.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1466474764

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:      17540384 kB
Buffers:        293084 kB
Cached:        4677748 kB
SwapCached:          0 kB
Active:       12213172 kB
Inactive:      2876040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17540384 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:          139196 kB
Writeback:           0 kB
AnonPages:    10118180 kB
Mapped:          28024 kB
Slab:           214848 kB
PageTables:      41360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69770876 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= 73108 MiB
End job on node115 at 2011-05-15 03:22:14