Trace number 3394852

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 5010.39

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.0914
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3394852-1306108213/watcher-3394852-1306108213 -o /tmp/evaluation-result-3394852-1306108213/solver-3394852-1306108213 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394852-1306108213.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: 8.13 8.02 7.98 1/457 30122
/proc/meminfo: memFree=10103980/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=11456 CPUtime=0 cores=0-7
/proc/30122/stat : 30122 (plingeling) R 30120 30122 29799 0 -1 4202496 1033 1252 0 0 0 0 0 0 25 0 1 0 722421131 11730944 887 33554432000 4194304 4417452 140736226789792 18446744073709551615 248089698048 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/30122/statm: 2864 887 148 55 0 750 0

[startup+0.0915771 s]
/proc/loadavg: 8.13 8.02 7.98 1/457 30122
/proc/meminfo: memFree=10103980/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=163260 CPUtime=0.43 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 3305 1252 0 0 43 0 0 0 19 0 9 0 722421131 167178240 1999 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 40815 1999 177 55 0 38701 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 163260

[startup+0.191559 s]
/proc/loadavg: 8.13 8.02 7.98 1/457 30122
/proc/meminfo: memFree=10103980/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=167124 CPUtime=1.23 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 4637 1252 0 0 123 0 0 0 19 0 9 0 722421131 171134976 3033 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 41781 3033 180 55 0 39667 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 167124

[startup+0.391526 s]
/proc/loadavg: 8.13 8.02 7.98 1/457 30122
/proc/meminfo: memFree=10103980/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=184036 CPUtime=2.83 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 10385 1252 0 0 282 1 0 0 19 0 9 0 722421131 188452864 7260 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 46009 7260 180 55 0 43895 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 184036

[startup+0.700473 s]
/proc/loadavg: 8.13 8.02 7.98 1/457 30122
/proc/meminfo: memFree=10103980/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=191992 CPUtime=5.3 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 21913 1252 0 0 527 3 0 0 19 0 9 0 722421131 196599808 9282 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 47998 9282 180 55 0 45884 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 191992

[startup+1.50033 s]
/proc/loadavg: 8.13 8.02 7.98 9/466 30136
/proc/meminfo: memFree=10060256/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=198312 CPUtime=11.68 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 45497 1252 0 0 1160 8 0 0 19 0 9 0 722421131 203071488 10892 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 49578 10892 180 55 0 47464 0
[pid=30122/tid=30129] ppid=30120 vsize=198312 CPUtime=1.45 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 3870 1252 0 0 145 0 0 0 25 0 9 0 722421134 203071488 10892 33554432000 4194304 4417452 140736226789792 18446744073709551615 248089756074 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=198312 CPUtime=1.44 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 5106 1252 0 0 144 0 0 0 25 0 9 0 722421134 203071488 10892 33554432000 4194304 4417452 140736226789792 18446744073709551615 4336675 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=198312 CPUtime=1.45 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 5587 1252 0 0 145 0 0 0 23 0 9 0 722421134 203071488 10892 33554432000 4194304 4417452 140736226789792 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=198312 CPUtime=1.45 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 8652 1252 0 0 143 2 0 0 23 0 9 0 722421134 203071488 10892 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=198312 CPUtime=1.45 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 5534 1252 0 0 144 1 0 0 23 0 9 0 722421134 203071488 10892 33554432000 4194304 4417452 140736226789792 18446744073709551615 4337136 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=198728 CPUtime=1.45 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 4989 1252 0 0 145 0 0 0 23 0 9 0 722421135 203497472 10899 33554432000 4194304 4417452 140736226789792 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=198728 CPUtime=1.44 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 4557 1252 0 0 144 0 0 0 25 0 9 0 722421135 203497472 10918 33554432000 4194304 4417452 140736226789792 18446744073709551615 4250623 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=198728 CPUtime=1.43 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 5575 1252 0 0 143 0 0 0 25 0 9 0 722421135 203497472 10938 33554432000 4194304 4417452 140736226789792 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 198312

[startup+3.10105 s]
/proc/loadavg: 8.12 8.02 7.98 9/466 30136
/proc/meminfo: memFree=10045996/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=232568 CPUtime=24.46 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 110065 1252 0 0 2425 21 0 0 19 0 9 0 722421131 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 58142 19425 180 55 0 56028 0
[pid=30122/tid=30129] ppid=30120 vsize=232568 CPUtime=3.05 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 11967 1252 0 0 303 2 0 0 25 0 9 0 722421134 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=232568 CPUtime=3.04 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 13144 1252 0 0 302 2 0 0 18 0 9 0 722421134 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=232568 CPUtime=3.05 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 14569 1252 0 0 303 2 0 0 25 0 9 0 722421134 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=232568 CPUtime=3.05 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 15177 1252 0 0 302 3 0 0 25 0 9 0 722421134 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=232568 CPUtime=3.05 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 13533 1252 0 0 303 2 0 0 18 0 9 0 722421134 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366659 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=232568 CPUtime=3.05 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 13071 1252 0 0 303 2 0 0 25 0 9 0 722421135 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 4236861 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=232568 CPUtime=3.04 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 13328 1252 0 0 302 2 0 0 25 0 9 0 722421135 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=232568 CPUtime=3.01 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 13649 1252 0 0 300 1 0 0 25 0 9 0 722421135 238149632 19425 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 232568

[startup+6.30049 s]
/proc/loadavg: 8.12 8.02 7.98 9/466 30136
/proc/meminfo: memFree=10015784/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=286364 CPUtime=50 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 217684 1252 0 0 4956 44 0 0 19 0 9 0 722421131 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 71591 32898 180 55 0 69477 0
[pid=30122/tid=30129] ppid=30120 vsize=286364 CPUtime=6.25 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 23075 1252 0 0 620 5 0 0 25 0 9 0 722421134 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4353874 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=286364 CPUtime=6.24 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 27039 1252 0 0 619 5 0 0 25 0 9 0 722421134 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4354461 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=286364 CPUtime=6.25 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 30227 1252 0 0 620 5 0 0 25 0 9 0 722421134 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4365572 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=286364 CPUtime=6.25 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 25189 1252 0 0 619 6 0 0 25 0 9 0 722421134 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=286364 CPUtime=6.25 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 27870 1252 0 0 619 6 0 0 25 0 9 0 722421134 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=286364 CPUtime=6.24 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 26982 1252 0 0 620 4 0 0 25 0 9 0 722421135 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=286364 CPUtime=6.24 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 26188 1252 0 0 620 4 0 0 25 0 9 0 722421135 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=286364 CPUtime=6.17 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 29487 1252 0 0 612 5 0 0 25 0 9 0 722421135 293236736 32898 33554432000 4194304 4417452 140736226789792 18446744073709551615 4250599 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 286364

[startup+12.7004 s]
/proc/loadavg: 8.10 8.02 7.98 9/466 30137
/proc/meminfo: memFree=9959428/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=323864 CPUtime=101.09 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 432296 1252 0 0 10025 84 0 0 19 0 9 0 722421131 331636736 42212 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 80966 42244 180 55 0 78852 0
[pid=30122/tid=30129] ppid=30120 vsize=323864 CPUtime=12.65 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 48816 1252 0 0 1256 9 0 0 25 0 9 0 722421134 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 248089392099 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=323864 CPUtime=12.65 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 55990 1252 0 0 1254 11 0 0 25 0 9 0 722421134 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 4357256 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=323864 CPUtime=12.65 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 57643 1252 0 0 1256 9 0 0 25 0 9 0 722421134 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=323864 CPUtime=12.64 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 46339 1252 0 0 1254 10 0 0 25 0 9 0 722421134 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=323864 CPUtime=12.65 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 57095 1252 0 0 1254 11 0 0 25 0 9 0 722421134 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 4358093 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=323864 CPUtime=12.64 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 55808 1252 0 0 1253 11 0 0 25 0 9 0 722421135 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=323864 CPUtime=12.64 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 52218 1252 0 0 1254 10 0 0 25 0 9 0 722421135 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=323864 CPUtime=12.47 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 56799 1252 0 0 1238 9 0 0 25 0 9 0 722421135 331636736 42249 33554432000 4194304 4417452 140736226789792 18446744073709551615 4356802 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 323864

[startup+25.5011 s]
/proc/loadavg: 8.09 8.02 7.98 9/466 30137
/proc/meminfo: memFree=9900176/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=379704 CPUtime=203.28 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 783367 1252 0 0 20181 147 0 0 19 0 9 0 722421131 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 94926 56209 180 55 0 92812 0
[pid=30122/tid=30129] ppid=30120 vsize=379704 CPUtime=25.45 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 97961 1252 0 0 2528 17 0 0 25 0 9 0 722421134 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=379704 CPUtime=25.44 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 105003 1252 0 0 2524 20 0 0 25 0 9 0 722421134 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=379704 CPUtime=25.44 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 104480 1252 0 0 2528 16 0 0 25 0 9 0 722421134 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=379704 CPUtime=25.44 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 83579 1252 0 0 2525 19 0 0 25 0 9 0 722421134 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=379704 CPUtime=25.44 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 101386 1252 0 0 2525 19 0 0 25 0 9 0 722421134 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=379704 CPUtime=25.44 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 97484 1252 0 0 2527 17 0 0 25 0 9 0 722421135 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=379704 CPUtime=25.44 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 98014 1252 0 0 2525 19 0 0 25 0 9 0 722421135 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366188 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=379704 CPUtime=25.07 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 93833 1252 0 0 2492 15 0 0 25 0 9 0 722421135 388816896 56209 33554432000 4194304 4417452 140736226789792 18446744073709551615 4251258 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.28
Current children cumulated vsize (KiB) 379704

[startup+51.1006 s]
/proc/loadavg: 8.13 8.03 7.99 9/466 30138
/proc/meminfo: memFree=9773620/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=523032 CPUtime=407.66 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 1384677 1252 0 0 40510 256 0 0 19 0 9 0 722421131 535584768 92041 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 130758 92041 180 55 0 128644 0
[pid=30122/tid=30129] ppid=30120 vsize=523032 CPUtime=51.04 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 168031 1252 0 0 5075 29 0 0 25 0 9 0 722421134 535584768 92041 33554432000 4194304 4417452 140736226789792 18446744073709551615 4313001 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=523032 CPUtime=51.03 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 187662 1252 0 0 5069 34 0 0 25 0 9 0 722421134 535584768 92041 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=523032 CPUtime=51.04 cores=0-7

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

[pid=30122/tid=30131] ppid=30120 vsize=8327436 CPUtime=4677.94 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 3901636 1252 0 0 467110 684 0 0 25 0 9 0 722421134 8527294464 2043131 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=8327436 CPUtime=4721.13 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 2253356 1252 0 0 471647 466 0 0 25 0 9 0 722421134 8527294464 2043131 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=8327436 CPUtime=4722.28 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 4212923 1252 0 0 471418 810 0 0 25 0 9 0 722421134 8527294464 2043131 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=8327436 CPUtime=4700.02 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 4252165 1252 0 0 469249 753 0 0 25 0 9 0 722421135 8527294464 2043131 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=8327436 CPUtime=4722.26 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 4703582 1252 0 0 471481 745 0 0 25 0 9 0 722421135 8527294464 2043131 33554432000 4194304 4417452 140736226789792 18446744073709551615 4263067 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=8327436 CPUtime=4719.56 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 4035039 1252 0 0 471195 761 0 0 25 0 9 0 722421135 8527294464 2043131 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37702.5
Current children cumulated vsize (KiB) 8327436

[startup+4782.3 s]
/proc/loadavg: 8.05 8.07 8.02 9/466 30288
/proc/meminfo: memFree=2240576/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=7651360 CPUtime=38181.5 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 31613253 1252 0 0 3812338 5809 0 0 19 0 9 0 722421131 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 1912840 1874112 180 55 0 1910726 0
[pid=30122/tid=30129] ppid=30120 vsize=7651360 CPUtime=4782.13 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 3834198 1252 0 0 477456 757 0 0 25 0 9 0 722421134 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=7651360 CPUtime=4777.08 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 4225315 1252 0 0 476925 783 0 0 25 0 9 0 722421134 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=7651360 CPUtime=4737 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 3912752 1252 0 0 473015 685 0 0 25 0 9 0 722421134 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=7651360 CPUtime=4781.11 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 2253356 1252 0 0 477645 466 0 0 25 0 9 0 722421134 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=7651360 CPUtime=4782.26 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 4241817 1252 0 0 477408 818 0 0 25 0 9 0 722421134 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4251133 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=7651360 CPUtime=4760.01 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 4252165 1252 0 0 475248 753 0 0 25 0 9 0 722421135 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=7651360 CPUtime=4782.25 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 4807447 1252 0 0 477456 769 0 0 25 0 9 0 722421135 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4263118 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=7651360 CPUtime=4779.54 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 4084576 1252 0 0 477179 775 0 0 25 0 9 0 722421135 7834992640 1874112 33554432000 4194304 4417452 140736226789792 18446744073709551615 4244315 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38181.5
Current children cumulated vsize (KiB) 7651360

[startup+4842.3 s]
/proc/loadavg: 8.07 8.07 8.02 9/466 30289
/proc/meminfo: memFree=2552200/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=7692420 CPUtime=38660.5 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 31759573 1252 0 0 3860214 5840 0 0 19 0 9 0 722421131 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 1923105 1884377 180 55 0 1920991 0
[pid=30122/tid=30129] ppid=30120 vsize=7692420 CPUtime=4842.13 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 3843787 1252 0 0 483453 760 0 0 25 0 9 0 722421134 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=7692420 CPUtime=4837.08 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 4301660 1252 0 0 482906 802 0 0 25 0 9 0 722421134 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=7692420 CPUtime=4796.07 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 3937457 1252 0 0 478919 688 0 0 25 0 9 0 722421134 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=7692420 CPUtime=4841.1 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 2253356 1252 0 0 483644 466 0 0 25 0 9 0 722421134 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=7692420 CPUtime=4842.26 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 4249865 1252 0 0 483407 819 0 0 25 0 9 0 722421134 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=7692420 CPUtime=4820.01 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 4252165 1252 0 0 481248 753 0 0 25 0 9 0 722421135 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4343771 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=7692420 CPUtime=4842.25 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 4807447 1252 0 0 483456 769 0 0 25 0 9 0 722421135 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=7692420 CPUtime=4839.54 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 4112209 1252 0 0 483174 780 0 0 25 0 9 0 722421135 7877038080 1884377 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38660.5
Current children cumulated vsize (KiB) 7692420

[startup+4902.3 s]
/proc/loadavg: 8.14 8.08 8.02 9/466 30291
/proc/meminfo: memFree=3152700/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=7093300 CPUtime=39139.6 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 32182632 1252 0 0 3908022 5938 0 0 19 0 9 0 722421131 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 1773325 1734608 180 55 0 1771211 0
[pid=30122/tid=30129] ppid=30120 vsize=7093300 CPUtime=4902.12 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 3983567 1252 0 0 489412 800 0 0 25 0 9 0 722421134 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=7093300 CPUtime=4897.08 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 4301660 1252 0 0 488906 802 0 0 25 0 9 0 722421134 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=7093300 CPUtime=4855.16 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 4067737 1252 0 0 484804 712 0 0 25 0 9 0 722421134 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=7093300 CPUtime=4901.07 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 2253356 1252 0 0 489641 466 0 0 25 0 9 0 722421134 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=7093300 CPUtime=4902.26 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 4262985 1252 0 0 489404 822 0 0 25 0 9 0 722421134 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=7093300 CPUtime=4880.01 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 4280221 1252 0 0 487242 759 0 0 25 0 9 0 722421135 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=7093300 CPUtime=4902.25 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 4807447 1252 0 0 489456 769 0 0 25 0 9 0 722421135 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=7093300 CPUtime=4899.53 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 4224032 1252 0 0 489149 804 0 0 25 0 9 0 722421135 7263539200 1734608 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39139.6
Current children cumulated vsize (KiB) 7093300

[startup+4962.3 s]
/proc/loadavg: 8.05 8.06 8.02 9/466 30293
/proc/meminfo: memFree=2670916/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=7573480 CPUtime=39618.7 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 32372396 1252 0 0 3955895 5971 0 0 19 0 9 0 722421131 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 1893370 1854653 180 55 0 1891256 0
[pid=30122/tid=30129] ppid=30120 vsize=7573480 CPUtime=4962.12 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 4000944 1252 0 0 495409 803 0 0 25 0 9 0 722421134 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=7573480 CPUtime=4957.08 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 4329101 1252 0 0 494903 805 0 0 25 0 9 0 722421134 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=7573480 CPUtime=4914.22 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 4067737 1252 0 0 490710 712 0 0 25 0 9 0 722421134 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4322039 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=7573480 CPUtime=4961.06 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 2253356 1252 0 0 495640 466 0 0 25 0 9 0 722421134 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=7573480 CPUtime=4962.26 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 4295754 1252 0 0 495399 827 0 0 25 0 9 0 722421134 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=7573480 CPUtime=4940.01 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 4290862 1252 0 0 493241 760 0 0 25 0 9 0 722421135 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=7573480 CPUtime=4962.26 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 4807447 1252 0 0 495457 769 0 0 25 0 9 0 722421135 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=7573480 CPUtime=4959.53 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 4325568 1252 0 0 495128 825 0 0 25 0 9 0 722421135 7755243520 1854653 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39618.7
Current children cumulated vsize (KiB) 7573480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.1 s]
/proc/loadavg: 8.13 8.08 8.02 9/466 30294
/proc/meminfo: memFree=2709500/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=7534668 CPUtime=40000.5 cores=0-7
/proc/30122/stat : 30122 (plingeling) S 30120 30122 29799 0 -1 4202496 32529934 1252 0 0 3994045 6001 0 0 19 0 9 0 722421131 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 1883667 1844950 180 55 0 1881553 0
[pid=30122/tid=30129] ppid=30120 vsize=7534668 CPUtime=5009.95 cores=0-7
/proc/30122/task/30129/stat : 30129 (plingeling) R 30120 30122 29799 0 -1 4202560 4017330 1252 0 0 500189 806 0 0 25 0 9 0 722421134 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4263043 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30122/tid=30130] ppid=30120 vsize=7534668 CPUtime=5004.9 cores=0-7
/proc/30122/task/30130/stat : 30130 (plingeling) R 30120 30122 29799 0 -1 4202560 4341158 1252 0 0 499684 806 0 0 25 0 9 0 722421134 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=7534668 CPUtime=4961.29 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4202560 4067737 1252 0 0 495417 712 0 0 25 0 9 0 722421134 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30122/tid=30132] ppid=30120 vsize=7534668 CPUtime=5008.87 cores=0-7
/proc/30122/task/30132/stat : 30132 (plingeling) R 30120 30122 29799 0 -1 4202560 2341426 1252 0 0 500401 486 0 0 25 0 9 0 722421134 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30122/tid=30133] ppid=30120 vsize=7534668 CPUtime=5010.08 cores=0-7
/proc/30122/task/30133/stat : 30133 (plingeling) R 30120 30122 29799 0 -1 4202560 4312139 1252 0 0 500178 830 0 0 25 0 9 0 722421134 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30122/tid=30134] ppid=30120 vsize=7534668 CPUtime=4987.82 cores=0-7
/proc/30122/task/30134/stat : 30134 (plingeling) R 30120 30122 29799 0 -1 4202560 4312143 1252 0 0 498020 762 0 0 25 0 9 0 722421135 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30122/tid=30135] ppid=30120 vsize=7534668 CPUtime=5010.07 cores=0-7
/proc/30122/task/30135/stat : 30135 (plingeling) R 30120 30122 29799 0 -1 4202560 4810806 1252 0 0 500238 769 0 0 25 0 9 0 722421135 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30122/tid=30136] ppid=30120 vsize=7534668 CPUtime=5007.35 cores=0-7
/proc/30122/task/30136/stat : 30136 (plingeling) R 30120 30122 29799 0 -1 4202560 4325568 1252 0 0 499910 825 0 0 25 0 9 0 722421135 7715500032 1844950 33554432000 4194304 4417452 140736226789792 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 7534668

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

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

[startup+5010.22 s]
/proc/loadavg: 8.13 8.08 8.02 9/466 30294
/proc/meminfo: memFree=2709500/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=0 CPUtime=40000.6 cores=0-7
/proc/30122/stat : 30122 (plingeling) Z 30120 30122 29799 0 -1 4203548 32529934 1252 0 0 3994050 6010 0 0 18 0 2 0 722421131 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 0 0 0 0 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=0 CPUtime=4961.4 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4203588 4067737 1252 0 0 495418 722 0 0 25 0 2 0 722421134 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

[startup+5010.3 s]
/proc/loadavg: 8.13 8.08 8.02 9/466 30294
/proc/meminfo: memFree=2709500/32950928 swapFree=62427732/67111528
[pid=30122] ppid=30120 vsize=0 CPUtime=40000.7 cores=0-7
/proc/30122/stat : 30122 (plingeling) Z 30120 30122 29799 0 -1 4203548 32529934 1252 0 0 3994050 6018 0 0 18 0 2 0 722421131 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30122/statm: 0 0 0 0 0 0 0
[pid=30122/tid=30131] ppid=30120 vsize=0 CPUtime=4961.48 cores=0-7
/proc/30122/task/30131/stat : 30131 (plingeling) R 30120 30122 29799 0 -1 4203588 4067737 1252 0 0 495418 730 0 0 25 0 2 0 722421134 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.39
CPU time (s): 40000.8
CPU user time (s): 39940.5
CPU system time (s): 60.2778
CPU usage (%): 798.357
Max. virtual memory (cumulated for all children) (KiB): 9134272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39940.5
system time used= 60.2778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32531186
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= 1258
involuntary context switches= 192195

runsolver used 22.3486 second user time and 54.8467 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-23 01:50:13
IDJOB=3394852
IDBENCH=85538
IDSOLVER=1851
FILE ID=node123/3394852-1306108213
RUNJOBID= node123-1306102930-29814
PBS_JOBID= 13388002
Free space on /tmp= 73124 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394852-1306108213/watcher-3394852-1306108213 -o /tmp/evaluation-result-3394852-1306108213/solver-3394852-1306108213 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394852-1306108213.cnf

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=225360072

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      10104384 kB
Buffers:        187040 kB
Cached:        3571300 kB
SwapCached:      76116 kB
Active:        8182900 kB
Inactive:     14396956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10104384 kB
SwapTotal:    67111528 kB
SwapFree:     62427732 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:    18754516 kB
Mapped:          31376 kB
Slab:           118552 kB
PageTables:      78596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133348612 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= 73124 MiB
End job on node123 at 2011-05-23 03:13:45