Trace number 3372944

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) 40000.8 5005.41

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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-3372944-1305444836/watcher-3372944-1305444836 -o /tmp/evaluation-result-3372944-1305444836/solver-3372944-1305444836 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372944-1305444836.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.82 7.85 7.23 1/255 27460
/proc/meminfo: memFree=23009292/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=11080 CPUtime=0 cores=0-7
/proc/27460/stat : 27460 (plingeling) R 27458 27460 26699 0 -1 4202496 831 1251 0 0 0 0 0 0 21 0 1 0 656081787 11345920 761 33554432000 4194304 4417452 140736261162944 18446744073709551615 246516528099 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/27460/statm: 2770 761 148 55 0 656 0

[startup+0.083175 s]
/proc/loadavg: 7.82 7.85 7.23 1/255 27460
/proc/meminfo: memFree=23009292/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=165232 CPUtime=0.26 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 4036 1251 0 0 26 0 0 0 22 0 9 0 656081787 169197568 2616 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 41308 2616 175 55 0 39194 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 165232

[startup+0.100136 s]
/proc/loadavg: 7.82 7.85 7.23 1/255 27460
/proc/meminfo: memFree=23009292/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=165368 CPUtime=0.39 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 4344 1251 0 0 39 0 0 0 22 0 9 0 656081787 169336832 2699 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 41342 2699 175 55 0 39228 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 165368

[startup+0.3001 s]
/proc/loadavg: 7.82 7.85 7.23 1/255 27460
/proc/meminfo: memFree=23009292/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=166592 CPUtime=1.99 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 5610 1251 0 0 199 0 0 0 22 0 9 0 656081787 170590208 2910 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 41648 2910 178 55 0 39534 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 166592

[startup+0.701026 s]
/proc/loadavg: 7.82 7.85 7.23 1/255 27460
/proc/meminfo: memFree=23009292/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=170664 CPUtime=5.19 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 6855 1251 0 0 519 0 0 0 22 0 9 0 656081787 174759936 3896 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 42666 3915 180 55 0 40552 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 170664

[startup+1.50088 s]
/proc/loadavg: 7.82 7.85 7.23 9/264 27474
/proc/meminfo: memFree=22991372/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=178828 CPUtime=11.59 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 11124 1251 0 0 1158 1 0 0 22 0 9 0 656081787 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 44707 5969 180 55 0 42593 0
[pid=27460/tid=27467] ppid=27458 vsize=178828 CPUtime=1.44 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 1664 1251 0 0 144 0 0 0 20 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=178828 CPUtime=1.45 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 1035 1251 0 0 145 0 0 0 20 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4278342 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=178828 CPUtime=1.44 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 1277 1251 0 0 144 0 0 0 19 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=178828 CPUtime=1.44 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 827 1251 0 0 144 0 0 0 20 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=178828 CPUtime=1.44 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 1262 1251 0 0 144 0 0 0 25 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=178828 CPUtime=1.44 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 1243 1251 0 0 144 0 0 0 19 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=178828 CPUtime=1.45 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 874 1251 0 0 145 0 0 0 20 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=178828 CPUtime=1.39 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 827 1251 0 0 139 0 0 0 25 0 9 0 656081792 183119872 5969 33554432000 4194304 4417452 140736261162944 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 178828

[startup+3.10059 s]
/proc/loadavg: 7.82 7.85 7.23 9/264 27474
/proc/meminfo: memFree=22980708/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=184072 CPUtime=24.37 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 21616 1251 0 0 2434 3 0 0 22 0 9 0 656081787 188489728 7312 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 46018 7312 180 55 0 43904 0
[pid=27460/tid=27467] ppid=27458 vsize=184072 CPUtime=3.04 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 2768 1251 0 0 304 0 0 0 25 0 9 0 656081792 188489728 7312 33554432000 4194304 4417452 140736261162944 18446744073709551615 4357159 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=184072 CPUtime=3.04 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 2924 1251 0 0 304 0 0 0 25 0 9 0 656081792 188489728 7312 33554432000 4194304 4417452 140736261162944 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=184072 CPUtime=3.04 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 2445 1251 0 0 304 0 0 0 25 0 9 0 656081792 188489728 7312 33554432000 4194304 4417452 140736261162944 18446744073709551615 246516892074 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=184072 CPUtime=3.04 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 2428 1251 0 0 304 0 0 0 25 0 9 0 656081792 188489728 7312 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=184180 CPUtime=3.04 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 2774 1251 0 0 304 0 0 0 25 0 9 0 656081792 188600320 7320 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=184180 CPUtime=3.04 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 2329 1251 0 0 304 0 0 0 25 0 9 0 656081792 188600320 7339 33554432000 4194304 4417452 140736261162944 18446744073709551615 4355830 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=184180 CPUtime=3.04 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 1763 1251 0 0 304 0 0 0 25 0 9 0 656081792 188600320 7339 33554432000 4194304 4417452 140736261162944 18446744073709551615 4251238 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=184180 CPUtime=2.98 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 2070 1251 0 0 298 0 0 0 25 0 9 0 656081792 188600320 7339 33554432000 4194304 4417452 140736261162944 18446744073709551615 4357118 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 184072

[startup+6.301 s]
/proc/loadavg: 7.83 7.86 7.24 9/264 27474
/proc/meminfo: memFree=22973284/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=190716 CPUtime=49.96 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 38514 1251 0 0 4989 7 0 0 22 0 9 0 656081787 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 47679 8973 180 55 0 45565 0
[pid=27460/tid=27467] ppid=27458 vsize=190716 CPUtime=6.24 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 4325 1251 0 0 624 0 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=190716 CPUtime=6.25 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 6017 1251 0 0 624 1 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=190716 CPUtime=6.24 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 4372 1251 0 0 623 1 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4250786 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=190716 CPUtime=6.24 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 4784 1251 0 0 623 1 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=190716 CPUtime=6.24 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 4629 1251 0 0 624 0 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=190716 CPUtime=6.24 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 4415 1251 0 0 624 0 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4257383 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=190716 CPUtime=6.24 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 3623 1251 0 0 624 0 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=190716 CPUtime=6.15 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 4234 1251 0 0 615 0 0 0 25 0 9 0 656081792 195293184 8973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4353653 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 190716

[startup+12.7008 s]
/proc/loadavg: 7.84 7.86 7.24 9/264 27474
/proc/meminfo: memFree=22958584/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=207688 CPUtime=101.1 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 70401 1251 0 0 10096 14 0 0 22 0 9 0 656081787 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 51922 13216 180 55 0 49808 0
[pid=27460/tid=27467] ppid=27458 vsize=207688 CPUtime=12.64 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 7927 1251 0 0 1263 1 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=207688 CPUtime=12.64 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 11250 1251 0 0 1263 1 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4309588 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=207688 CPUtime=12.64 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 6880 1251 0 0 1263 1 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=207688 CPUtime=12.64 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 9489 1251 0 0 1262 2 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=207688 CPUtime=12.64 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 7950 1251 0 0 1263 1 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=207688 CPUtime=12.65 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 9164 1251 0 0 1263 2 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4356834 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=207688 CPUtime=12.64 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 7542 1251 0 0 1263 1 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=207688 CPUtime=12.5 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 8084 1251 0 0 1249 1 0 0 25 0 9 0 656081792 212672512 13216 33554432000 4194304 4417452 140736261162944 18446744073709551615 4278111 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 207688

[startup+25.5005 s]
/proc/loadavg: 7.88 7.86 7.25 9/264 27474
/proc/meminfo: memFree=22948704/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=220912 CPUtime=203.38 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 120869 1251 0 0 20315 23 0 0 22 0 9 0 656081787 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 55228 16528 180 55 0 53114 0
[pid=27460/tid=27467] ppid=27458 vsize=220912 CPUtime=25.44 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 13817 1251 0 0 2542 2 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366117 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=220912 CPUtime=25.44 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 17377 1251 0 0 2542 2 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=220912 CPUtime=25.44 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 11612 1251 0 0 2542 2 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4354244 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=220912 CPUtime=25.43 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 16945 1251 0 0 2540 3 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=220912 CPUtime=25.44 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 15627 1251 0 0 2542 2 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=220912 CPUtime=25.44 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 15429 1251 0 0 2541 3 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=220912 CPUtime=25.44 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 13989 1251 0 0 2542 2 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=220912 CPUtime=25.19 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 13958 1251 0 0 2517 2 0 0 25 0 9 0 656081792 226213888 16528 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.38
Current children cumulated vsize (KiB) 220912

[startup+51.1008 s]
/proc/loadavg: 7.92 7.87 7.27 9/264 27475
/proc/meminfo: memFree=22927668/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=232960 CPUtime=407.98 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 221981 1251 0 0 40755 43 0 0 22 0 9 0 656081787 238551040 19534 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 58240 19534 180 55 0 56126 0
[pid=27460/tid=27467] ppid=27458 vsize=232960 CPUtime=51.04 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 26452 1251 0 0 5100 4 0 0 25 0 9 0 656081792 238551040 19534 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=232960 CPUtime=51.05 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 29055 1251 0 0 5100 5 0 0 25 0 9 0 656081792 238551040 19534 33554432000 4194304 4417452 140736261162944 18446744073709551615 4251028 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=232960 CPUtime=51.04 cores=0-7

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

/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 874144 1251 0 0 472040 133 0 0 25 0 9 0 656081792 2918637568 673832 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=2850232 CPUtime=4722.38 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 403125 1251 0 0 472160 78 0 0 25 0 9 0 656081792 2918637568 673832 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=2850232 CPUtime=4722.39 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 480362 1251 0 0 472136 103 0 0 25 0 9 0 656081792 2918637568 673832 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=2850232 CPUtime=4722.27 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 395660 1251 0 0 472155 72 0 0 25 0 9 0 656081792 2918637568 673832 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=2850232 CPUtime=4683.72 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 366152 1251 0 0 468288 84 0 0 25 0 9 0 656081792 2918637568 673832 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37738.9
Current children cumulated vsize (KiB) 2850232

[startup+4782.3 s]
/proc/loadavg: 8.13 8.15 8.11 9/264 27613
/proc/meminfo: memFree=20586704/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=2574560 CPUtime=38218.4 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 3820379 1251 0 0 3821110 727 0 0 22 0 9 0 656081787 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 643640 604946 180 55 0 641526 0
[pid=27460/tid=27467] ppid=27458 vsize=2574560 CPUtime=4782.39 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 370298 1251 0 0 478166 73 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366094 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=2574560 CPUtime=4781.55 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 401955 1251 0 0 478076 79 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=2574560 CPUtime=4782.37 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 517486 1251 0 0 478137 100 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=2574560 CPUtime=4781.72 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 883226 1251 0 0 478037 135 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=2574560 CPUtime=4782.37 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 403125 1251 0 0 478159 78 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=2574560 CPUtime=4782.39 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 480362 1251 0 0 478136 103 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366094 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=2574560 CPUtime=4782.26 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 395660 1251 0 0 478154 72 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=2574560 CPUtime=4743.23 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 366152 1251 0 0 474239 84 0 0 25 0 9 0 656081792 2636349440 604946 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38218.4
Current children cumulated vsize (KiB) 2574560

[startup+4842.3 s]
/proc/loadavg: 8.27 8.18 8.12 9/264 27615
/proc/meminfo: memFree=20589116/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=2574796 CPUtime=38697.9 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 3854682 1251 0 0 3869057 731 0 0 22 0 9 0 656081787 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 643699 604973 180 55 0 641585 0
[pid=27460/tid=27467] ppid=27458 vsize=2574796 CPUtime=4842.39 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 370298 1251 0 0 484166 73 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=2574796 CPUtime=4841.55 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 430987 1251 0 0 484073 82 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=2574796 CPUtime=4842.37 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 517499 1251 0 0 484137 100 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=2574796 CPUtime=4841.71 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 885366 1251 0 0 484036 135 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=2574796 CPUtime=4842.37 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 404622 1251 0 0 484159 78 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=2574796 CPUtime=4842.39 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 480362 1251 0 0 484136 103 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=2574796 CPUtime=4842.26 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 396235 1251 0 0 484154 72 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=2574796 CPUtime=4802.73 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 367198 1251 0 0 480189 84 0 0 25 0 9 0 656081792 2636591104 604973 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38697.9
Current children cumulated vsize (KiB) 2574796

[startup+4902.3 s]
/proc/loadavg: 8.20 8.18 8.12 9/264 27616
/proc/meminfo: memFree=20434344/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=2727920 CPUtime=39177.4 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 3897059 1251 0 0 3917004 735 0 0 22 0 9 0 656081787 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 681980 643254 180 55 0 679866 0
[pid=27460/tid=27467] ppid=27458 vsize=2727920 CPUtime=4902.39 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 386042 1251 0 0 490165 74 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=2727920 CPUtime=4901.55 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 430987 1251 0 0 490073 82 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4365943 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=2727920 CPUtime=4902.37 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 517499 1251 0 0 490137 100 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=2727920 CPUtime=4901.7 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 893016 1251 0 0 490034 136 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=2727920 CPUtime=4902.37 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 404622 1251 0 0 490159 78 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4366063 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=2727920 CPUtime=4902.39 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 480362 1251 0 0 490136 103 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=2727920 CPUtime=4902.25 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 396235 1251 0 0 490153 72 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=2727920 CPUtime=4862.24 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 386181 1251 0 0 486138 86 0 0 25 0 9 0 656081792 2793390080 643254 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39177.4
Current children cumulated vsize (KiB) 2727920

[startup+4962.3 s]
/proc/loadavg: 8.19 8.17 8.12 9/264 27618
/proc/meminfo: memFree=20473508/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=2689244 CPUtime=39656.9 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 3902447 1251 0 0 3964954 736 0 0 22 0 9 0 656081787 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 672311 633585 180 55 0 670197 0
[pid=27460/tid=27467] ppid=27458 vsize=2689244 CPUtime=4962.39 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 386042 1251 0 0 496165 74 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=2689244 CPUtime=4961.55 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 430987 1251 0 0 496073 82 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=2689244 CPUtime=4962.38 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 517499 1251 0 0 496138 100 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=2689244 CPUtime=4961.7 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 898404 1251 0 0 496033 137 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=2689244 CPUtime=4962.37 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 404622 1251 0 0 496159 78 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=2689244 CPUtime=4962.39 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 480362 1251 0 0 496136 103 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=2689244 CPUtime=4962.25 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 396235 1251 0 0 496153 72 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=2689244 CPUtime=4921.75 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 386181 1251 0 0 492089 86 0 0 25 0 9 0 656081792 2753785856 633585 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39656.9
Current children cumulated vsize (KiB) 2689244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5005.3 s]
/proc/loadavg: 8.25 8.19 8.13 9/264 27619
/proc/meminfo: memFree=20448940/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=2713616 CPUtime=40000.6 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 3908540 1251 0 0 3999323 737 0 0 22 0 9 0 656081787 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 678404 639678 180 55 0 676290 0
[pid=27460/tid=27467] ppid=27458 vsize=2713616 CPUtime=5005.4 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 386042 1251 0 0 500466 74 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=2713616 CPUtime=5004.56 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 430987 1251 0 0 500374 82 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=2713616 CPUtime=5005.39 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 517499 1251 0 0 500439 100 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=2713616 CPUtime=5004.7 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 904497 1251 0 0 500333 137 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=2713616 CPUtime=5005.38 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 404622 1251 0 0 500460 78 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=2713616 CPUtime=5005.4 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 480362 1251 0 0 500437 103 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=2713616 CPUtime=5005.26 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 396235 1251 0 0 500454 72 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=2713616 CPUtime=4964.4 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 386181 1251 0 0 496354 86 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 2713616

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

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

[startup+5005.3 s]
/proc/loadavg: 8.25 8.19 8.13 9/264 27619
/proc/meminfo: memFree=20448940/32951124 swapFree=61565116/67111528
[pid=27460] ppid=27458 vsize=2713616 CPUtime=40000.6 cores=0-7
/proc/27460/stat : 27460 (plingeling) S 27458 27460 26699 0 -1 4202496 3908540 1251 0 0 3999323 737 0 0 22 0 9 0 656081787 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27460/statm: 678404 639678 180 55 0 676290 0
[pid=27460/tid=27467] ppid=27458 vsize=2713616 CPUtime=5005.4 cores=0-7
/proc/27460/task/27467/stat : 27467 (plingeling) R 27458 27460 26699 0 -1 4202560 386042 1251 0 0 500466 74 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27460/tid=27468] ppid=27458 vsize=2713616 CPUtime=5004.56 cores=0-7
/proc/27460/task/27468/stat : 27468 (plingeling) R 27458 27460 26699 0 -1 4202560 430987 1251 0 0 500374 82 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27460/tid=27469] ppid=27458 vsize=2713616 CPUtime=5005.39 cores=0-7
/proc/27460/task/27469/stat : 27469 (plingeling) R 27458 27460 26699 0 -1 4202560 517499 1251 0 0 500439 100 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27460/tid=27470] ppid=27458 vsize=2713616 CPUtime=5004.7 cores=0-7
/proc/27460/task/27470/stat : 27470 (plingeling) R 27458 27460 26699 0 -1 4202560 904497 1251 0 0 500333 137 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27460/tid=27471] ppid=27458 vsize=2713616 CPUtime=5005.38 cores=0-7
/proc/27460/task/27471/stat : 27471 (plingeling) R 27458 27460 26699 0 -1 4202560 404622 1251 0 0 500460 78 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27460/tid=27472] ppid=27458 vsize=2713616 CPUtime=5005.4 cores=0-7
/proc/27460/task/27472/stat : 27472 (plingeling) R 27458 27460 26699 0 -1 4202560 480362 1251 0 0 500437 103 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27460/tid=27473] ppid=27458 vsize=2713616 CPUtime=5005.26 cores=0-7
/proc/27460/task/27473/stat : 27473 (plingeling) R 27458 27460 26699 0 -1 4202560 396235 1251 0 0 500454 72 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27460/tid=27474] ppid=27458 vsize=2713616 CPUtime=4964.4 cores=0-7
/proc/27460/task/27474/stat : 27474 (plingeling) R 27458 27460 26699 0 -1 4202560 386181 1251 0 0 496354 86 0 0 25 0 9 0 656081792 2778742784 639678 33554432000 4194304 4417452 140736261162944 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 2713616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5005.41
CPU time (s): 40000.8
CPU user time (s): 39993.3
CPU system time (s): 7.47286
CPU usage (%): 799.15
Max. virtual memory (cumulated for all children) (KiB): 2865344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39993.3
system time used= 7.47286
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3909792
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= 502
involuntary context switches= 348797

runsolver used 11.3283 second user time and 29.6405 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 09:33:56
IDJOB=3372944
IDBENCH=88045
IDSOLVER=1851
FILE ID=node134/3372944-1305444836
RUNJOBID= node134-1305442901-26713
PBS_JOBID= 13324831
Free space on /tmp= 73508 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372944-1305444836/watcher-3372944-1305444836 -o /tmp/evaluation-result-3372944-1305444836/solver-3372944-1305444836 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372944-1305444836.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1832071514

node134.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.67
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.83
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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23009448 kB
Buffers:        270440 kB
Cached:        6117356 kB
SwapCached:      13768 kB
Active:         962520 kB
Inactive:      8760276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23009448 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:             584 kB
Writeback:           0 kB
AnonPages:     3329524 kB
Mapped:          11832 kB
Slab:           123584 kB
PageTables:      30656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38870712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73508 MiB
End job on node134 at 2011-05-15 10:57:23