Trace number 3371006

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.18 1203.66

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.41518
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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

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

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


[startup+0 s]
/proc/loadavg: 8.18 7.55 7.39 6/370 6742
/proc/meminfo: memFree=17833976/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=10188 CPUtime=0 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) R 6740 6742 5935 0 -1 4202496 624 1251 0 0 0 0 0 0 25 0 1 0 731964755 10432512 554 33554432000 4194304 4417452 140735311183136 18446744073709551615 224284925696 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/6742/statm: 2547 554 147 55 0 433 0

[startup+0.0492469 s]
/proc/loadavg: 8.18 7.55 7.39 6/370 6742
/proc/meminfo: memFree=17833976/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=55748 CPUtime=0.07 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 1897 1251 0 0 7 0 0 0 25 0 5 0 731964755 57085952 1738 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 13937 1738 174 55 0 11823 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 55748

[startup+0.149231 s]
/proc/loadavg: 8.18 7.55 7.39 6/370 6742
/proc/meminfo: memFree=17833976/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=55912 CPUtime=0.47 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 2073 1251 0 0 47 0 0 0 25 0 5 0 731964755 57253888 1794 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 13978 1794 176 55 0 11864 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 55912

[startup+0.300209 s]
/proc/loadavg: 8.18 7.55 7.39 6/370 6742
/proc/meminfo: memFree=17833976/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=64440 CPUtime=1.07 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 4628 1251 0 0 107 0 0 0 25 0 5 0 731964755 65986560 3927 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 16110 3927 177 55 0 13996 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 64440

[startup+0.700142 s]
/proc/loadavg: 8.18 7.55 7.39 6/370 6742
/proc/meminfo: memFree=17833976/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=132880 CPUtime=2.66 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 7044 1251 0 0 266 0 0 0 25 0 5 0 731964755 136069120 4636 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 33220 4636 180 55 0 31106 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 132880

[startup+1.50101 s]
/proc/loadavg: 8.18 7.55 7.39 9/375 6752
/proc/meminfo: memFree=17784576/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=146064 CPUtime=5.86 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 10358 1251 0 0 585 1 0 0 25 0 5 0 731964755 149569536 7932 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 36516 7932 180 55 0 34402 0
[pid=6742/tid=6749] ppid=6740 vsize=146064 CPUtime=1.46 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 1922 1251 0 0 146 0 0 0 25 0 5 0 731964758 149569536 7932 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=146064 CPUtime=1.45 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 2116 1251 0 0 145 0 0 0 25 0 5 0 731964758 149569536 7932 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=146064 CPUtime=1.44 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 1259 1251 0 0 144 0 0 0 25 0 5 0 731964758 149569536 7932 33554432000 4194304 4417452 140735311183136 18446744073709551615 4236569 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=146064 CPUtime=1.45 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 3225 1251 0 0 145 0 0 0 25 0 5 0 731964758 149569536 7932 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 146064

[startup+3.1008 s]
/proc/loadavg: 8.18 7.55 7.39 9/375 6752
/proc/meminfo: memFree=17775648/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=144616 CPUtime=12.24 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 13694 1251 0 0 1223 1 0 0 25 0 5 0 731964755 148086784 7590 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 36154 7590 180 55 0 34040 0
[pid=6742/tid=6749] ppid=6740 vsize=144616 CPUtime=3.06 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 2123 1251 0 0 306 0 0 0 25 0 5 0 731964758 148086784 7590 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=144616 CPUtime=3.05 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 2333 1251 0 0 305 0 0 0 25 0 5 0 731964758 148086784 7590 33554432000 4194304 4417452 140735311183136 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=144616 CPUtime=3.03 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 1259 1251 0 0 303 0 0 0 25 0 5 0 731964758 148086784 7590 33554432000 4194304 4417452 140735311183136 18446744073709551615 4306212 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=144616 CPUtime=3.05 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 6143 1251 0 0 305 0 0 0 25 0 5 0 731964758 148086784 7590 33554432000 4194304 4417452 140735311183136 18446744073709551615 4365946 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 144616

[startup+6.30121 s]
/proc/loadavg: 8.17 7.56 7.39 9/375 6752
/proc/meminfo: memFree=17756056/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=166136 CPUtime=25.01 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 26557 1251 0 0 2498 3 0 0 25 0 5 0 731964755 170123264 13014 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 41534 13014 180 55 0 39420 0
[pid=6742/tid=6749] ppid=6740 vsize=166136 CPUtime=6.25 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 4057 1251 0 0 625 0 0 0 25 0 5 0 731964758 170123264 13014 33554432000 4194304 4417452 140735311183136 18446744073709551615 4255615 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=166136 CPUtime=6.25 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 3647 1251 0 0 625 0 0 0 25 0 5 0 731964758 170123264 13014 33554432000 4194304 4417452 140735311183136 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=166136 CPUtime=6.19 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 2027 1251 0 0 619 0 0 0 25 0 5 0 731964758 170123264 13014 33554432000 4194304 4417452 140735311183136 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=166136 CPUtime=6.25 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 14990 1251 0 0 624 1 0 0 25 0 5 0 731964758 170123264 13014 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 166136

[startup+12.7011 s]
/proc/loadavg: 8.16 7.57 7.40 9/375 6752
/proc/meminfo: memFree=17794536/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=169036 CPUtime=50.53 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 30355 1251 0 0 5049 4 0 0 25 0 5 0 731964755 173092864 13746 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 42259 13746 180 55 0 40145 0
[pid=6742/tid=6749] ppid=6740 vsize=169036 CPUtime=12.65 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 4154 1251 0 0 1265 0 0 0 25 0 5 0 731964758 173092864 13746 33554432000 4194304 4417452 140735311183136 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=169036 CPUtime=12.65 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 3647 1251 0 0 1265 0 0 0 25 0 5 0 731964758 173092864 13746 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=169036 CPUtime=12.51 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 2033 1251 0 0 1251 0 0 0 25 0 5 0 731964758 173092864 13746 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=169036 CPUtime=12.65 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 18685 1251 0 0 1263 2 0 0 25 0 5 0 731964758 173092864 13746 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 169036

[startup+25.501 s]
/proc/loadavg: 8.12 7.59 7.40 9/375 6752
/proc/meminfo: memFree=17730436/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=203400 CPUtime=101.57 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 51172 1251 0 0 10150 7 0 0 25 0 5 0 731964755 208281600 22305 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 50850 22305 180 55 0 48736 0
[pid=6742/tid=6749] ppid=6740 vsize=203400 CPUtime=25.46 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 7830 1251 0 0 2545 1 0 0 25 0 5 0 731964758 208281600 22305 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=203400 CPUtime=25.45 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 5235 1251 0 0 2545 0 0 0 25 0 5 0 731964758 208281600 22305 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=203400 CPUtime=25.14 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 5806 1251 0 0 2514 0 0 0 25 0 5 0 731964758 208281600 22305 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=203400 CPUtime=25.46 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 30465 1251 0 0 2542 4 0 0 25 0 5 0 731964758 208281600 22305 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 203400

[startup+51.1007 s]
/proc/loadavg: 8.08 7.62 7.42 9/375 6752
/proc/meminfo: memFree=17704376/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=222644 CPUtime=203.67 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 89255 1251 0 0 20353 14 0 0 25 0 5 0 731964755 227987456 27116 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 55661 27116 180 55 0 53547 0
[pid=6742/tid=6749] ppid=6740 vsize=222644 CPUtime=51.05 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 14743 1251 0 0 5103 2 0 0 25 0 5 0 731964758 227987456 27116 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=222644 CPUtime=51.05 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 11377 1251 0 0 5103 2 0 0 25 0 5 0 731964758 227987456 27116 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=222644 CPUtime=50.45 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 10884 1251 0 0 5043 2 0 0 25 0 5 0 731964758 227987456 27116 33554432000 4194304 4417452 140735311183136 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=222644 CPUtime=51.05 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 50415 1251 0 0 5098 7 0 0 25 0 5 0 731964758 227987456 27116 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 222644

[startup+102.314 s]
/proc/loadavg: 8.08 7.69 7.45 9/375 6754
/proc/meminfo: memFree=17554808/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=297964 CPUtime=407.91 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 159635 1251 0 0 40767 24 0 0 25 0 5 0 731964755 305115136 45946 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 74491 45946 180 55 0 72377 0
[pid=6742/tid=6749] ppid=6740 vsize=297964 CPUtime=102.26 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 29921 1251 0 0 10222 4 0 0 25 0 5 0 731964758 305115136 45946 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=297964 CPUtime=102.26 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 28888 1251 0 0 10221 5 0 0 25 0 5 0 731964758 305115136 45946 33554432000 4194304 4417452 140735311183136 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=297964 CPUtime=101.05 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 23471 1251 0 0 10102 3 0 0 25 0 5 0 731964758 305115136 45946 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=297964 CPUtime=102.27 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 75519 1251 0 0 10217 10 0 0 25 0 5 0 731964758 305115136 45946 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.91
Current children cumulated vsize (KiB) 297964

[startup+162.301 s]
/proc/loadavg: 8.09 7.76 7.49 9/375 6756
/proc/meminfo: memFree=17480620/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=300500 CPUtime=647.16 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 229401 1251 0 0 64681 35 0 0 25 0 5 0 731964755 307712000 46580 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 75125 46580 180 55 0 73011 0
[pid=6742/tid=6749] ppid=6740 vsize=300500 CPUtime=162.25 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 49042 1251 0 0 16218 7 0 0 25 0 5 0 731964758 307712000 46580 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=300500 CPUtime=162.25 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 39782 1251 0 0 16218 7 0 0 25 0 5 0 731964758 307712000 46580 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=300500 CPUtime=160.33 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 39026 1251 0 0 16028 5 0 0 25 0 5 0 731964758 307712000 46580 33554432000 4194304 4417452 140735311183136 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=300500 CPUtime=162.26 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 99715 1251 0 0 16212 14 0 0 25 0 5 0 731964758 307712000 46580 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.16
Current children cumulated vsize (KiB) 300500


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

[pid=6742/tid=6750] ppid=6740 vsize=799288 CPUtime=702.23 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 148849 1251 0 0 70201 22 0 0 25 0 5 0 731964758 818470912 171277 33554432000 4194304 4417452 140735311183136 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=799288 CPUtime=693.95 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 142652 1251 0 0 69374 21 0 0 25 0 5 0 731964758 818470912 171277 33554432000 4194304 4417452 140735311183136 18446744073709551615 4251028 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=799288 CPUtime=702.25 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 235180 1251 0 0 70191 34 0 0 25 0 5 0 731964758 818470912 171277 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.78
Current children cumulated vsize (KiB) 799288

[startup+762.314 s]
/proc/loadavg: 8.04 8.05 7.77 9/375 6781
/proc/meminfo: memFree=16570552/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=828444 CPUtime=3040.11 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 684612 1251 0 0 303910 101 0 0 25 0 5 0 731964755 848326656 178566 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 207111 178566 180 55 0 204997 0
[pid=6742/tid=6749] ppid=6740 vsize=828444 CPUtime=762.28 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 114982 1251 0 0 76213 15 0 0 25 0 5 0 731964758 848326656 178566 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=828444 CPUtime=762.25 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 148849 1251 0 0 76203 22 0 0 25 0 5 0 731964758 848326656 178566 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=828444 CPUtime=753.26 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 159318 1251 0 0 75302 24 0 0 25 0 5 0 731964758 848326656 178566 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=828444 CPUtime=762.27 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 259627 1251 0 0 76188 39 0 0 25 0 5 0 731964758 848326656 178566 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.11
Current children cumulated vsize (KiB) 828444

[startup+822.301 s]
/proc/loadavg: 8.10 8.07 7.79 9/375 6781
/proc/meminfo: memFree=16621984/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=710036 CPUtime=3279.36 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 745283 1251 0 0 327825 111 0 0 25 0 5 0 731964755 727076864 148964 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 177509 148964 180 55 0 175395 0
[pid=6742/tid=6749] ppid=6740 vsize=710036 CPUtime=822.26 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 154563 1251 0 0 82205 21 0 0 25 0 5 0 731964758 727076864 148964 33554432000 4194304 4417452 140735311183136 18446744073709551615 4250599 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=710036 CPUtime=822.23 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 158311 1251 0 0 82199 24 0 0 25 0 5 0 731964758 727076864 148964 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=710036 CPUtime=812.54 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 161366 1251 0 0 81230 24 0 0 25 0 5 0 731964758 727076864 148964 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=710036 CPUtime=822.25 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 269207 1251 0 0 82186 39 0 0 25 0 5 0 731964758 727076864 148964 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.36
Current children cumulated vsize (KiB) 710036

[startup+882.301 s]
/proc/loadavg: 6.90 7.79 7.72 5/365 6801
/proc/meminfo: memFree=17496696/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=901792 CPUtime=3518.65 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 829122 1251 0 0 351740 125 0 0 25 0 5 0 731964755 923435008 196903 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 225448 196903 180 55 0 223334 0
[pid=6742/tid=6749] ppid=6740 vsize=901792 CPUtime=882.26 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 209595 1251 0 0 88195 31 0 0 25 0 5 0 731964758 923435008 196903 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=901792 CPUtime=882.23 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 174483 1251 0 0 88197 26 0 0 25 0 5 0 731964758 923435008 196903 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=901792 CPUtime=871.82 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 169501 1251 0 0 87157 25 0 0 25 0 5 0 731964758 923435008 196903 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=901792 CPUtime=882.26 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 273707 1251 0 0 88185 41 0 0 25 0 5 0 731964758 923435008 196903 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.65
Current children cumulated vsize (KiB) 901792

[startup+942.301 s]
/proc/loadavg: 5.10 7.11 7.49 5/365 6803
/proc/meminfo: memFree=17653640/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=748752 CPUtime=3757.94 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 853425 1251 0 0 375665 129 0 0 25 0 5 0 731964755 766722048 158643 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 187188 158643 180 55 0 185074 0
[pid=6742/tid=6749] ppid=6740 vsize=748752 CPUtime=942.26 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 215598 1251 0 0 94193 33 0 0 25 0 5 0 731964758 766722048 158643 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=748752 CPUtime=942.23 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 183056 1251 0 0 94196 27 0 0 25 0 5 0 731964758 766722048 158643 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=748752 CPUtime=931.13 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 178459 1251 0 0 93086 27 0 0 25 0 5 0 731964758 766722048 158643 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=748752 CPUtime=942.26 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 274476 1251 0 0 94185 41 0 0 25 0 5 0 731964758 766722048 158643 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.94
Current children cumulated vsize (KiB) 748752

[startup+1002.3 s]
/proc/loadavg: 4.44 6.56 7.27 5/365 6805
/proc/meminfo: memFree=17394072/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=1003876 CPUtime=3997.24 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 917206 1251 0 0 399586 138 0 0 25 0 5 0 731964755 1027969024 222424 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 250969 222424 180 55 0 248855 0
[pid=6742/tid=6749] ppid=6740 vsize=1003876 CPUtime=1002.26 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 219351 1251 0 0 100193 33 0 0 25 0 5 0 731964758 1027969024 222424 33554432000 4194304 4417452 140735311183136 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=1003876 CPUtime=1002.24 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 195264 1251 0 0 100195 29 0 0 25 0 5 0 731964758 1027969024 222424 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=1003876 CPUtime=990.41 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 206830 1251 0 0 99012 29 0 0 25 0 5 0 731964758 1027969024 222424 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=1003876 CPUtime=1002.26 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 293925 1251 0 0 100182 44 0 0 25 0 5 0 731964758 1027969024 222424 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.24
Current children cumulated vsize (KiB) 1003876

[startup+1062.3 s]
/proc/loadavg: 4.27 6.12 7.07 5/365 6807
/proc/meminfo: memFree=17249568/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=1132404 CPUtime=4236.54 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 998490 1251 0 0 423505 149 0 0 25 0 5 0 731964755 1159581696 254556 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 283101 254556 180 55 0 280987 0
[pid=6742/tid=6749] ppid=6740 vsize=1132404 CPUtime=1062.26 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 237244 1251 0 0 106190 36 0 0 25 0 5 0 731964758 1159581696 254556 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=1132404 CPUtime=1062.23 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 200739 1251 0 0 106194 29 0 0 25 0 5 0 731964758 1159581696 254556 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=1132404 CPUtime=1049.71 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 258415 1251 0 0 104934 37 0 0 25 0 5 0 731964758 1159581696 254556 33554432000 4194304 4417452 140735311183136 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=1132404 CPUtime=1062.26 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 300256 1251 0 0 106181 45 0 0 25 0 5 0 731964758 1159581696 254556 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.54
Current children cumulated vsize (KiB) 1132404

[startup+1122.3 s]
/proc/loadavg: 4.17 5.75 6.88 5/365 6807
/proc/meminfo: memFree=17292192/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=1106328 CPUtime=4475.83 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 1025515 1251 0 0 447430 153 0 0 25 0 5 0 731964755 1132879872 248037 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 276582 248037 180 55 0 274468 0
[pid=6742/tid=6749] ppid=6740 vsize=1106328 CPUtime=1122.26 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 241340 1251 0 0 112190 36 0 0 25 0 5 0 731964758 1132879872 248037 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=1106328 CPUtime=1122.23 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 200739 1251 0 0 112194 29 0 0 25 0 5 0 731964758 1132879872 248037 33554432000 4194304 4417452 140735311183136 18446744073709551615 4309925 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=1106328 CPUtime=1109 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 279805 1251 0 0 110860 40 0 0 25 0 5 0 731964758 1132879872 248037 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=1106328 CPUtime=1122.26 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 301795 1251 0 0 112181 45 0 0 25 0 5 0 731964758 1132879872 248037 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.83
Current children cumulated vsize (KiB) 1106328

[startup+1182.3 s]
/proc/loadavg: 4.06 5.43 6.70 5/365 6809
/proc/meminfo: memFree=17301208/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=1096784 CPUtime=4715.13 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 1100316 1251 0 0 471347 166 0 0 25 0 5 0 731964755 1123106816 245651 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 274196 245651 180 55 0 272082 0
[pid=6742/tid=6749] ppid=6740 vsize=1096784 CPUtime=1182.27 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 241712 1251 0 0 118190 37 0 0 25 0 5 0 731964758 1123106816 245651 33554432000 4194304 4417452 140735311183136 18446744073709551615 4263262 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=1096784 CPUtime=1182.24 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 243438 1251 0 0 118188 36 0 0 25 0 5 0 731964758 1123106816 245651 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=1096784 CPUtime=1168.3 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 283965 1251 0 0 116789 41 0 0 25 0 5 0 731964758 1123106816 245651 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=1096784 CPUtime=1182.27 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 329365 1251 0 0 118176 51 0 0 25 0 5 0 731964758 1123106816 245651 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.13
Current children cumulated vsize (KiB) 1096784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 4.04 5.31 6.63 6/365 6811
/proc/meminfo: memFree=17296724/32951124 swapFree=45193364/67111528
[pid=6742] ppid=6740 vsize=1101248 CPUtime=4800.09 cores=1,3,5,7
/proc/6742/stat : 6742 (plingeling) S 6740 6742 5935 0 -1 4202496 1101432 1251 0 0 479843 166 0 0 25 0 5 0 731964755 1127677952 246767 33554432000 4194304 4417452 140735311183136 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 275312 246767 180 55 0 273198 0
[pid=6742/tid=6749] ppid=6740 vsize=1101248 CPUtime=1203.58 cores=1,3,5,7
/proc/6742/task/6749/stat : 6749 (plingeling) R 6740 6742 5935 0 -1 4202560 242828 1251 0 0 120321 37 0 0 25 0 5 0 731964758 1127677952 246767 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6742/tid=6750] ppid=6740 vsize=1101248 CPUtime=1203.56 cores=1,3,5,7
/proc/6742/task/6750/stat : 6750 (plingeling) R 6740 6742 5935 0 -1 4202560 243438 1251 0 0 120320 36 0 0 25 0 5 0 731964758 1127677952 246767 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6742/tid=6751] ppid=6740 vsize=1101248 CPUtime=1189.34 cores=1,3,5,7
/proc/6742/task/6751/stat : 6751 (plingeling) R 6740 6742 5935 0 -1 4202560 283965 1251 0 0 118893 41 0 0 25 0 5 0 731964758 1127677952 246767 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6742/tid=6752] ppid=6740 vsize=1101248 CPUtime=1203.58 cores=1,3,5,7
/proc/6742/task/6752/stat : 6752 (plingeling) R 6740 6742 5935 0 -1 4202560 329365 1251 0 0 120307 51 0 0 25 0 5 0 731964758 1127677952 246767 33554432000 4194304 4417452 140735311183136 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1101248

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): 1203.66
CPU time (s): 4800.18
CPU user time (s): 4798.48
CPU system time (s): 1.70874
CPU usage (%): 398.799
Max. virtual memory (cumulated for all children) (KiB): 1171728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.48
system time used= 1.70874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1102683
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= 117
involuntary context switches= 36281

runsolver used 3.9184 second user time and 10.3334 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 01:55:41
IDJOB=3371006
IDBENCH=70930
IDSOLVER=1848
FILE ID=node118/3371006-1305417341
RUNJOBID= node118-1305416895-6594
PBS_JOBID= 13324527
Free space on /tmp= 73048 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_8_4_5_fbc.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371006-1305417341/watcher-3371006-1305417341 -o /tmp/evaluation-result-3371006-1305417341/solver-3371006-1305417341 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371006-1305417341.cnf

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

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=1087720006

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17834016 kB
Buffers:        279328 kB
Cached:        4387420 kB
SwapCached:      22084 kB
Active:       12224572 kB
Inactive:      2588268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17834016 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:    10137280 kB
Mapped:          15620 kB
Slab:           148856 kB
PageTables:      90348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89142636 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= 73048 MiB
End job on node118 at 2011-05-15 02:15:47