Trace number 3280651

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.42 1205.44

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1110.09
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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-3280651-1304037874/watcher-3280651-1304037874 -o /tmp/evaluation-result-3280651-1304037874/solver-3280651-1304037874 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3280651-1304037874.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.53 7.96 7.91 6/179 1878
/proc/meminfo: memFree=16722916/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 216 0 0 0 0 0 0 0 23 0 1 0 515387107 8937472 146 33554432000 4194304 4417332 140733669833296 18446744073709551615 210647146240 0 0 4096 0 18446744071562362840 0 0 17 2 0 0 0
/proc/1878/statm: 2182 146 122 55 0 68 0

[startup+0.077494 s]
/proc/loadavg: 7.53 7.96 7.91 6/179 1878
/proc/meminfo: memFree=16722916/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=23600 CPUtime=0.06 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) R 1876 1878 1725 0 -1 4202496 3998 1252 0 0 6 0 0 0 24 0 1 0 515387107 24166400 3923 33554432000 4194304 4417332 140733669833296 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1878/statm: 5900 3923 148 55 0 3786 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23600

[startup+0.100485 s]
/proc/loadavg: 7.53 7.96 7.91 6/179 1878
/proc/meminfo: memFree=16722916/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=32072 CPUtime=0.08 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) R 1876 1878 1725 0 -1 4202496 6116 1252 0 0 8 0 0 0 24 0 1 0 515387107 32841728 6041 33554432000 4194304 4417332 140733669833296 18446744073709551615 4231480 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1878/statm: 8018 6041 148 55 0 5904 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32072

[startup+0.300455 s]
/proc/loadavg: 7.53 7.96 7.91 6/179 1878
/proc/meminfo: memFree=16722916/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=54732 CPUtime=0.29 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) R 1876 1878 1725 0 -1 4202496 11815 1252 0 0 28 1 0 0 25 0 1 0 515387107 56045568 11706 33554432000 4194304 4417332 140733669833296 18446744073709551615 4274329 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1878/statm: 13683 11706 148 55 0 11569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54732

[startup+0.700395 s]
/proc/loadavg: 7.53 7.96 7.91 6/179 1878
/proc/meminfo: memFree=16722916/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=123036 CPUtime=0.69 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) R 1876 1878 1725 0 -1 4202496 28971 1252 0 0 65 4 0 0 25 0 1 0 515387107 125988864 28782 33554432000 4194304 4417332 140733669833296 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1878/statm: 30759 28782 148 55 0 28645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123036

[startup+1.50904 s]
/proc/loadavg: 7.53 7.96 7.91 6/180 1884
/proc/meminfo: memFree=16552092/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=298144 CPUtime=1.59 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) R 1876 1878 1725 0 -1 4202496 72812 1252 0 0 149 10 0 0 25 0 1 0 515387107 305299456 72559 33554432000 4194304 4417332 140733669833296 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1878/statm: 74536 72559 148 55 0 72422 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 298144

[startup+10.4617 s]
/proc/loadavg: 7.53 7.96 7.91 6/180 1884
/proc/meminfo: memFree=16552092/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=411496 CPUtime=28 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 171125 1252 0 0 2777 23 0 0 25 0 5 0 515387107 421371904 90700 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 102874 90700 181 55 0 100760 0
Current children cumulated CPU time (s) 28
Current children cumulated vsize (KiB) 411496

[startup+10.5007 s]
/proc/loadavg: 7.53 7.96 7.91 6/180 1884
/proc/meminfo: memFree=16552092/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=411496 CPUtime=28.16 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 171125 1252 0 0 2793 23 0 0 25 0 5 0 515387107 421371904 90700 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 102874 90700 181 55 0 100760 0
Current children cumulated CPU time (s) 28.16
Current children cumulated vsize (KiB) 411496

[startup+12.7003 s]
/proc/loadavg: 8.22 8.09 7.95 9/184 1888
/proc/meminfo: memFree=16280688/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=412380 CPUtime=36.95 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 171352 1252 0 0 3672 23 0 0 25 0 5 0 515387107 422277120 90927 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 103095 90927 181 55 0 100981 0
[pid=1878/tid=1885] ppid=1876 vsize=412380 CPUtime=10.96 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 39265 1252 0 0 1091 5 0 0 25 0 5 0 515387278 422277120 90927 33554432000 4194304 4417332 140733669833296 18446744073709551615 4253256 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=412380 CPUtime=6.84 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 15140 1252 0 0 683 1 0 0 25 0 5 0 515387278 422277120 90927 33554432000 4194304 4417332 140733669833296 18446744073709551615 4240332 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=412380 CPUtime=10.9 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 37716 1252 0 0 1085 5 0 0 25 0 5 0 515387278 422277120 90927 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=412380 CPUtime=6.51 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 6407 1252 0 0 651 0 0 0 25 0 5 0 515387278 422277120 90927 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 36.95
Current children cumulated vsize (KiB) 412380

[startup+25.5012 s]
/proc/loadavg: 8.17 8.09 7.95 9/184 1889
/proc/meminfo: memFree=16216588/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=499000 CPUtime=88.07 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 193443 1252 0 0 8780 27 0 0 25 0 5 0 515387107 510976000 112550 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 124750 112550 181 55 0 122636 0
[pid=1878/tid=1885] ppid=1876 vsize=499000 CPUtime=23.76 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 45978 1252 0 0 2370 6 0 0 25 0 5 0 515387278 510976000 112550 33554432000 4194304 4417332 140733669833296 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=499000 CPUtime=19.64 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 30518 1252 0 0 1960 4 0 0 25 0 5 0 515387278 510976000 112550 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=499000 CPUtime=23.62 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 37716 1252 0 0 2357 5 0 0 25 0 5 0 515387278 510976000 112550 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=499000 CPUtime=19.3 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 6407 1252 0 0 1930 0 0 0 25 0 5 0 515387278 510976000 112550 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 88.07
Current children cumulated vsize (KiB) 499000

[startup+51.1009 s]
/proc/loadavg: 8.17 8.09 7.96 9/184 1889
/proc/meminfo: memFree=16239044/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=480400 CPUtime=190.33 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 193664 1252 0 0 19005 28 0 0 25 0 5 0 515387107 491929600 107900 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 120100 107900 181 55 0 117986 0
[pid=1878/tid=1885] ppid=1876 vsize=480400 CPUtime=49.36 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 46088 1252 0 0 4930 6 0 0 25 0 5 0 515387278 491929600 107900 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=480400 CPUtime=45.24 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 30629 1252 0 0 4520 4 0 0 25 0 5 0 515387278 491929600 107900 33554432000 4194304 4417332 140733669833296 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=480400 CPUtime=49.09 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 37716 1252 0 0 4904 5 0 0 25 0 5 0 515387278 491929600 107900 33554432000 4194304 4417332 140733669833296 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=480400 CPUtime=44.9 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 6407 1252 0 0 4489 1 0 0 25 0 5 0 515387278 491929600 107900 33554432000 4194304 4417332 140733669833296 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 190.33
Current children cumulated vsize (KiB) 480400

[startup+102.306 s]
/proc/loadavg: 8.07 8.08 7.96 9/184 1891
/proc/meminfo: memFree=16147596/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=512096 CPUtime=394.84 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 226746 1252 0 0 39452 32 0 0 25 0 5 0 515387107 524386304 115824 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 128024 115824 181 55 0 125910 0
[pid=1878/tid=1885] ppid=1876 vsize=512096 CPUtime=100.56 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 50235 1252 0 0 10049 7 0 0 25 0 5 0 515387278 524386304 115824 33554432000 4194304 4417332 140733669833296 18446744073709551615 4270973 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=512096 CPUtime=96.45 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 34725 1252 0 0 9640 5 0 0 25 0 5 0 515387278 524386304 115824 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=512096 CPUtime=100.01 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 62555 1252 0 0 9993 8 0 0 25 0 5 0 515387278 524386304 115824 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=512096 CPUtime=96.09 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 6407 1252 0 0 9608 1 0 0 25 0 5 0 515387278 524386304 115824 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 394.84
Current children cumulated vsize (KiB) 512096

[startup+162.301 s]
/proc/loadavg: 8.02 8.06 7.96 9/184 1892
/proc/meminfo: memFree=16180692/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=522292 CPUtime=634.45 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 250257 1252 0 0 63408 37 0 0 25 0 5 0 515387107 534827008 118373 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 130573 118373 181 55 0 128459 0
[pid=1878/tid=1885] ppid=1876 vsize=522292 CPUtime=160.54 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 51614 1252 0 0 16045 9 0 0 25 0 5 0 515387278 534827008 118373 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=522292 CPUtime=156.44 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 52572 1252 0 0 15637 7 0 0 25 0 5 0 515387278 534827008 118373 33554432000 4194304 4417332 140733669833296 18446744073709551615 4232595 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=522292 CPUtime=159.68 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 66840 1252 0 0 15960 8 0 0 25 0 5 0 515387278 534827008 118373 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=522292 CPUtime=156.05 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 6407 1252 0 0 15604 1 0 0 25 0 5 0 515387278 534827008 118373 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 634.45
Current children cumulated vsize (KiB) 522292

[startup+222.301 s]
/proc/loadavg: 8.01 8.05 7.96 9/184 1894
/proc/meminfo: memFree=16135676/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=510228 CPUtime=874.07 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 283171 1252 0 0 87365 42 0 0 25 0 5 0 515387107 522473472 115357 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 127557 115357 181 55 0 125443 0
[pid=1878/tid=1885] ppid=1876 vsize=510228 CPUtime=220.53 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 68068 1252 0 0 22041 12 0 0 25 0 5 0 515387278 522473472 115357 33554432000 4194304 4417332 140733669833296 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=510228 CPUtime=216.43 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 69032 1252 0 0 21634 9 0 0 25 0 5 0 515387278 522473472 115357 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=510228 CPUtime=219.34 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 66840 1252 0 0 21926 8 0 0 25 0 5 0 515387278 522473472 115357 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=510228 CPUtime=216.02 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 6407 1252 0 0 21601 1 0 0 25 0 5 0 515387278 522473472 115357 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 874.07
Current children cumulated vsize (KiB) 510228

[startup+282.301 s]
/proc/loadavg: 8.07 8.05 7.96 9/184 1896
/proc/meminfo: memFree=16017740/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=527628 CPUtime=1113.71 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 304203 1252 0 0 111325 46 0 0 25 0 5 0 515387107 540291072 119707 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 131907 119707 181 55 0 129793 0
[pid=1878/tid=1885] ppid=1876 vsize=527628 CPUtime=280.52 cores=0,2,4,6

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

[pid=1878/tid=1886] ppid=1876 vsize=642528 CPUtime=696.43 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 138030 1252 0 0 69624 19 0 0 25 0 5 0 515387278 657948672 132087 33554432000 4194304 4417332 140733669833296 18446744073709551615 4291349 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=642528 CPUtime=696.7 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 123635 1252 0 0 69654 16 0 0 25 0 5 0 515387278 657948672 132087 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=642528 CPUtime=695.77 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 69576 1 0 0 25 0 5 0 515387278 657948672 132087 33554432000 4194304 4417332 140733669833296 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2791.1
Current children cumulated vsize (KiB) 642528

[startup+762.306 s]
/proc/loadavg: 8.05 8.05 8.00 9/184 1908
/proc/meminfo: memFree=15986412/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=646456 CPUtime=3030.76 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 481158 1252 0 0 302996 80 0 0 25 0 5 0 515387107 661970944 133069 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 161614 133069 181 55 0 159500 0
[pid=1878/tid=1885] ppid=1876 vsize=646456 CPUtime=760.44 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 131109 1252 0 0 76013 31 0 0 25 0 5 0 515387278 661970944 133069 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=646456 CPUtime=756.44 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 138974 1252 0 0 75625 19 0 0 25 0 5 0 515387278 661970944 133069 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=646456 CPUtime=756.38 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 123635 1252 0 0 75622 16 0 0 25 0 5 0 515387278 661970944 133069 33554432000 4194304 4417332 140733669833296 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=646456 CPUtime=755.76 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 75575 1 0 0 25 0 5 0 515387278 661970944 133069 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3030.76
Current children cumulated vsize (KiB) 646456

[startup+822.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/184 1910
/proc/meminfo: memFree=15999424/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=637072 CPUtime=3270.36 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 497544 1252 0 0 326952 84 0 0 25 0 5 0 515387107 652361728 130723 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 159268 130723 181 55 0 157154 0
[pid=1878/tid=1885] ppid=1876 vsize=637072 CPUtime=820.43 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 147495 1252 0 0 82007 36 0 0 25 0 5 0 515387278 652361728 130723 33554432000 4194304 4417332 140733669833296 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=637072 CPUtime=816.43 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 138974 1252 0 0 81624 19 0 0 25 0 5 0 515387278 652361728 130723 33554432000 4194304 4417332 140733669833296 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=637072 CPUtime=816.04 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 123635 1252 0 0 81588 16 0 0 25 0 5 0 515387278 652361728 130723 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=637072 CPUtime=815.72 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 81571 1 0 0 25 0 5 0 515387278 652361728 130723 33554432000 4194304 4417332 140733669833296 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3270.36
Current children cumulated vsize (KiB) 637072

[startup+882.301 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 1912
/proc/meminfo: memFree=15970528/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=644116 CPUtime=3510 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 532236 1252 0 0 350911 89 0 0 25 0 5 0 515387107 659574784 132484 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 161029 132484 181 55 0 158915 0
[pid=1878/tid=1885] ppid=1876 vsize=644116 CPUtime=880.42 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 148332 1252 0 0 88005 37 0 0 25 0 5 0 515387278 659574784 132484 33554432000 4194304 4417332 140733669833296 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=644116 CPUtime=876.42 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 155416 1252 0 0 87621 21 0 0 25 0 5 0 515387278 659574784 132484 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=644116 CPUtime=875.7 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 141048 1252 0 0 87553 17 0 0 25 0 5 0 515387278 659574784 132484 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=644116 CPUtime=875.69 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 87568 1 0 0 25 0 5 0 515387278 659574784 132484 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3510
Current children cumulated vsize (KiB) 644116

[startup+942.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/184 1913
/proc/meminfo: memFree=15926868/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=639760 CPUtime=3749.62 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 532236 1252 0 0 374872 90 0 0 25 0 5 0 515387107 655114240 131395 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 159940 131395 181 55 0 157826 0
[pid=1878/tid=1885] ppid=1876 vsize=639760 CPUtime=940.41 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 148332 1252 0 0 94003 38 0 0 25 0 5 0 515387278 655114240 131395 33554432000 4194304 4417332 140733669833296 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=639760 CPUtime=936.42 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 155416 1252 0 0 93621 21 0 0 25 0 5 0 515387278 655114240 131395 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=639760 CPUtime=935.37 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 141048 1252 0 0 93520 17 0 0 25 0 5 0 515387278 655114240 131395 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=639760 CPUtime=935.67 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 93566 1 0 0 25 0 5 0 515387278 655114240 131395 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3749.62
Current children cumulated vsize (KiB) 639760

[startup+1002.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/184 1924
/proc/meminfo: memFree=15890560/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=642952 CPUtime=3989.22 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 549481 1252 0 0 398826 96 0 0 25 0 5 0 515387107 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 160738 132193 181 55 0 158624 0
[pid=1878/tid=1885] ppid=1876 vsize=642952 CPUtime=1000.37 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 164777 1252 0 0 99994 43 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=642952 CPUtime=996.42 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 156216 1252 0 0 99620 22 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=642952 CPUtime=995.04 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 141048 1252 0 0 99487 17 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=642952 CPUtime=995.63 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 99562 1 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3989.22
Current children cumulated vsize (KiB) 642952

[startup+1062.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/184 1925
/proc/meminfo: memFree=15920560/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=642952 CPUtime=4228.83 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 549481 1252 0 0 422783 100 0 0 25 0 5 0 515387107 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 160738 132193 181 55 0 158624 0
[pid=1878/tid=1885] ppid=1876 vsize=642952 CPUtime=1060.36 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 164777 1252 0 0 105988 48 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=642952 CPUtime=1056.42 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 156216 1252 0 0 105620 22 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4365026 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=642952 CPUtime=1054.71 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 141048 1252 0 0 105454 17 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=642952 CPUtime=1055.6 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 105559 1 0 0 25 0 5 0 515387278 658382848 132193 33554432000 4194304 4417332 140733669833296 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4228.83
Current children cumulated vsize (KiB) 642952

[startup+1122.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/184 1927
/proc/meminfo: memFree=15871316/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=638588 CPUtime=4468.46 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 566808 1252 0 0 446742 104 0 0 25 0 5 0 515387107 653914112 131102 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 159647 131102 181 55 0 157533 0
[pid=1878/tid=1885] ppid=1876 vsize=638588 CPUtime=1120.35 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 165556 1252 0 0 111986 49 0 0 25 0 5 0 515387278 653914112 131102 33554432000 4194304 4417332 140733669833296 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=638588 CPUtime=1116.42 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 156281 1252 0 0 111620 22 0 0 25 0 5 0 515387278 653914112 131102 33554432000 4194304 4417332 140733669833296 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=638588 CPUtime=1114.38 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 157531 1252 0 0 111418 20 0 0 25 0 5 0 515387278 653914112 131102 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=638588 CPUtime=1115.58 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 111556 2 0 0 25 0 5 0 515387278 653914112 131102 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4468.46
Current children cumulated vsize (KiB) 638588

[startup+1182.3 s]
/proc/loadavg: 8.06 8.02 8.00 9/184 1929
/proc/meminfo: memFree=15776084/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=641844 CPUtime=4708.1 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 584075 1252 0 0 470703 107 0 0 25 0 5 0 515387107 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 160461 131916 181 55 0 158347 0
[pid=1878/tid=1885] ppid=1876 vsize=641844 CPUtime=1180.34 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 165615 1252 0 0 117984 50 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=641844 CPUtime=1176.42 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 172667 1252 0 0 117618 24 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=641844 CPUtime=1174.05 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 158353 1252 0 0 117385 20 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364317 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=641844 CPUtime=1175.55 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 117553 2 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4708.1
Current children cumulated vsize (KiB) 641844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 8.04 8.01 8.00 10/184 1966
/proc/meminfo: memFree=16244376/32951132 swapFree=67111524/67111528
[pid=1878] ppid=1876 vsize=641844 CPUtime=4800.36 cores=0,2,4,6
/proc/1878/stat : 1878 (plingeling) S 1876 1878 1725 0 -1 4202496 584075 1252 0 0 479928 108 0 0 25 0 5 0 515387107 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/1878/statm: 160461 131916 181 55 0 158347 0
[pid=1878/tid=1885] ppid=1876 vsize=641844 CPUtime=1203.43 cores=0,2,4,6
/proc/1878/task/1885/stat : 1885 (plingeling) R 1876 1878 1725 0 -1 4202560 165615 1252 0 0 120293 50 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1878/tid=1886] ppid=1876 vsize=641844 CPUtime=1199.53 cores=0,2,4,6
/proc/1878/task/1886/stat : 1886 (plingeling) R 1876 1878 1725 0 -1 4202560 172667 1252 0 0 119929 24 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1878/tid=1887] ppid=1876 vsize=641844 CPUtime=1197.02 cores=0,2,4,6
/proc/1878/task/1887/stat : 1887 (plingeling) R 1876 1878 1725 0 -1 4202560 158353 1252 0 0 119682 20 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4265387 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1878/tid=1888] ppid=1876 vsize=641844 CPUtime=1198.65 cores=0,2,4,6
/proc/1878/task/1888/stat : 1888 (plingeling) R 1876 1878 1725 0 -1 4202560 14616 1252 0 0 119863 2 0 0 25 0 5 0 515387278 657248256 131916 33554432000 4194304 4417332 140733669833296 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 641844

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.44
CPU time (s): 4800.42
CPU user time (s): 4799.31
CPU system time (s): 1.10983
CPU usage (%): 398.232
Max. virtual memory (cumulated for all children) (KiB): 708356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.31
system time used= 1.10983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585327
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= 96
involuntary context switches= 23364

runsolver used 1.9827 second user time and 6.33604 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 02:44:35
IDJOB=3280651
IDBENCH=20410
IDSOLVER=1605
FILE ID=node129/3280651-1304037874
RUNJOBID= node129-1304036666-1743
PBS_JOBID= 13170362
Free space on /tmp= 66344 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280651-1304037874/watcher-3280651-1304037874 -o /tmp/evaluation-result-3280651-1304037874/solver-3280651-1304037874 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3280651-1304037874.cnf

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=1338169493

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16722948 kB
Buffers:       1276580 kB
Cached:       14132400 kB
SwapCached:          4 kB
Active:        3853784 kB
Inactive:     11709536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16722948 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           29484 kB
Writeback:          40 kB
AnonPages:      153988 kB
Mapped:          15500 kB
Slab:           603204 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   339500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node129 at 2011-04-29 03:04:42