Trace number 3371267

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.15 1202.86

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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

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

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


[startup+0 s]
/proc/loadavg: 8.16 8.06 6.64 6/288 12293
/proc/meminfo: memFree=21330952/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=11064 CPUtime=0 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) R 12291 12293 4856 0 -1 4202496 845 1253 0 0 0 0 0 0 25 0 1 0 654654280 11329536 775 33554432000 4194304 4417452 140734826200352 18446744073709551615 4264990 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/12293/statm: 2766 775 149 55 0 652 0

[startup+0.019867 s]
/proc/loadavg: 8.16 8.06 6.64 6/288 12293
/proc/meminfo: memFree=21330952/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=15064 CPUtime=0.01 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) R 12291 12293 4856 0 -1 4202496 1861 1253 0 0 1 0 0 0 25 0 1 0 654654280 15425536 1791 33554432000 4194304 4417452 140734826200352 18446744073709551615 4259694 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/12293/statm: 3766 1791 149 55 0 1652 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15064

[startup+0.100866 s]
/proc/loadavg: 8.16 8.06 6.64 6/288 12293
/proc/meminfo: memFree=21330952/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=24296 CPUtime=0.09 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) R 12291 12293 4856 0 -1 4202496 4169 1253 0 0 9 0 0 0 25 0 1 0 654654280 24879104 4099 33554432000 4194304 4417452 140734826200352 18446744073709551615 232335892224 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/12293/statm: 6074 4099 149 55 0 3960 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24296

[startup+0.300786 s]
/proc/loadavg: 8.16 8.06 6.64 6/288 12293
/proc/meminfo: memFree=21330952/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=131192 CPUtime=0.85 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 6958 1253 0 0 85 0 0 0 25 0 5 0 654654280 134340608 4470 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 32798 4470 175 55 0 30684 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 131192

[startup+0.700716 s]
/proc/loadavg: 8.16 8.06 6.64 6/288 12293
/proc/meminfo: memFree=21330952/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=132736 CPUtime=2.46 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 8177 1253 0 0 245 1 0 0 25 0 5 0 654654280 135921664 4618 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 33184 4618 176 55 0 31070 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 132736

[startup+1.50057 s]
/proc/loadavg: 8.16 8.06 6.64 9/293 12303
/proc/meminfo: memFree=21312184/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=133816 CPUtime=5.65 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 9017 1253 0 0 564 1 0 0 25 0 5 0 654654280 137027584 4915 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 33454 4915 180 55 0 31340 0
[pid=12293/tid=12300] ppid=12291 vsize=133816 CPUtime=1.39 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 1132 1253 0 0 139 0 0 0 25 0 5 0 654654291 137027584 4915 33554432000 4194304 4417452 140734826200352 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=133816 CPUtime=1.38 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 1711 1253 0 0 138 0 0 0 25 0 5 0 654654291 137027584 4915 33554432000 4194304 4417452 140734826200352 18446744073709551615 4257172 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=133816 CPUtime=1.37 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 1398 1253 0 0 137 0 0 0 25 0 5 0 654654291 137027584 4915 33554432000 4194304 4417452 140734826200352 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=133816 CPUtime=1.38 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 595 1253 0 0 138 0 0 0 25 0 5 0 654654291 137027584 4915 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 133816

[startup+3.10029 s]
/proc/loadavg: 8.16 8.06 6.64 9/293 12303
/proc/meminfo: memFree=21304372/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=137648 CPUtime=12.04 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 10627 1253 0 0 1203 1 0 0 25 0 5 0 654654280 140951552 5873 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 34412 5873 180 55 0 32298 0
[pid=12293/tid=12300] ppid=12291 vsize=137648 CPUtime=2.98 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 1600 1253 0 0 298 0 0 0 25 0 5 0 654654291 140951552 5873 33554432000 4194304 4417452 140734826200352 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=137648 CPUtime=2.98 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 2124 1253 0 0 298 0 0 0 25 0 5 0 654654291 140951552 5873 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=137648 CPUtime=2.96 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 1719 1253 0 0 296 0 0 0 25 0 5 0 654654291 140951552 5873 33554432000 4194304 4417452 140734826200352 18446744073709551615 4357939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=137648 CPUtime=2.98 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 1003 1253 0 0 298 0 0 0 25 0 5 0 654654291 140951552 5873 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 137648

[startup+6.30072 s]
/proc/loadavg: 8.23 8.08 6.65 9/293 12303
/proc/meminfo: memFree=21282072/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=143100 CPUtime=24.81 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 15288 1253 0 0 2479 2 0 0 25 0 5 0 654654280 146534400 7268 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 35775 7268 180 55 0 33661 0
[pid=12293/tid=12300] ppid=12291 vsize=143100 CPUtime=6.18 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 3060 1253 0 0 618 0 0 0 25 0 5 0 654654291 146534400 7268 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=143100 CPUtime=6.18 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 3757 1253 0 0 618 0 0 0 25 0 5 0 654654291 146534400 7268 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=143100 CPUtime=6.13 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 2829 1253 0 0 613 0 0 0 25 0 5 0 654654291 146534400 7268 33554432000 4194304 4417452 140734826200352 18446744073709551615 4250747 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=143100 CPUtime=6.18 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 1461 1253 0 0 618 0 0 0 25 0 5 0 654654291 146534400 7268 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 143100

[startup+12.7006 s]
/proc/loadavg: 8.21 8.08 6.65 9/293 12303
/proc/meminfo: memFree=21263508/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=154796 CPUtime=50.35 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 29513 1253 0 0 5030 5 0 0 25 0 5 0 654654280 158511104 10160 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 38699 10160 180 55 0 36585 0
[pid=12293/tid=12300] ppid=12291 vsize=154796 CPUtime=12.58 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 7379 1253 0 0 1257 1 0 0 25 0 5 0 654654291 158511104 10160 33554432000 4194304 4417452 140734826200352 18446744073709551615 4353648 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=154796 CPUtime=12.58 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 7886 1253 0 0 1258 0 0 0 25 0 5 0 654654291 158511104 10160 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=154796 CPUtime=12.47 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 5774 1253 0 0 1246 1 0 0 25 0 5 0 654654291 158511104 10160 33554432000 4194304 4417452 140734826200352 18446744073709551615 4320947 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=154796 CPUtime=12.58 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 4293 1253 0 0 1258 0 0 0 25 0 5 0 654654291 158511104 10160 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 154796

[startup+25.5003 s]
/proc/loadavg: 8.16 8.07 6.68 9/293 12303
/proc/meminfo: memFree=21186884/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=169940 CPUtime=101.42 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 58112 1253 0 0 10134 8 0 0 25 0 5 0 654654280 174018560 13971 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 42485 13971 180 55 0 40371 0
[pid=12293/tid=12300] ppid=12291 vsize=169940 CPUtime=25.38 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 13488 1253 0 0 2536 2 0 0 25 0 5 0 654654291 174018560 13971 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=169940 CPUtime=25.38 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 16342 1253 0 0 2536 2 0 0 25 0 5 0 654654291 174018560 13971 33554432000 4194304 4417452 140734826200352 18446744073709551615 18446744073699065904 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=169940 CPUtime=25.15 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 13377 1253 0 0 2513 2 0 0 25 0 5 0 654654291 174018560 13971 33554432000 4194304 4417452 140734826200352 18446744073709551615 18446744073699065932 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=169940 CPUtime=25.38 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 10724 1253 0 0 2537 1 0 0 25 0 5 0 654654291 174018560 13971 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 169940

[startup+51.1007 s]
/proc/loadavg: 8.11 8.07 6.71 10/293 12304
/proc/meminfo: memFree=21192428/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=197396 CPUtime=203.6 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 111606 1253 0 0 20343 17 0 0 25 0 5 0 654654280 202133504 20816 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 49349 20816 180 55 0 47235 0
[pid=12293/tid=12300] ppid=12291 vsize=197396 CPUtime=50.98 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 29081 1253 0 0 5094 4 0 0 25 0 5 0 654654291 202133504 20816 33554432000 4194304 4417452 140734826200352 18446744073709551615 4236569 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=197396 CPUtime=50.98 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 28802 1253 0 0 5094 4 0 0 25 0 5 0 654654291 202133504 20816 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=197396 CPUtime=50.52 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 29551 1253 0 0 5047 5 0 0 25 0 5 0 654654291 202133504 20816 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=197396 CPUtime=50.98 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 19991 1253 0 0 5096 2 0 0 25 0 5 0 654654291 202133504 20816 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 197396

[startup+102.311 s]
/proc/loadavg: 8.04 8.05 6.78 9/293 12305
/proc/meminfo: memFree=20995604/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=248016 CPUtime=407.98 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 230212 1253 0 0 40762 36 0 0 25 0 5 0 654654280 253968384 33471 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 62004 33471 180 55 0 59890 0
[pid=12293/tid=12300] ppid=12291 vsize=248016 CPUtime=102.19 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 64511 1253 0 0 10209 10 0 0 25 0 5 0 654654291 253968384 33471 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=248016 CPUtime=102.19 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 61796 1253 0 0 10211 8 0 0 25 0 5 0 654654291 253968384 33471 33554432000 4194304 4417452 140734826200352 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=248016 CPUtime=101.26 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 58658 1253 0 0 10116 10 0 0 25 0 5 0 654654291 253968384 33471 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=248016 CPUtime=102.19 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 41066 1253 0 0 10214 5 0 0 25 0 5 0 654654291 253968384 33471 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 248016

[startup+162.301 s]
/proc/loadavg: 8.07 8.06 6.85 9/293 12307
/proc/meminfo: memFree=21076180/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=282980 CPUtime=647.4 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 337603 1253 0 0 64688 52 0 0 25 0 5 0 654654280 289771520 42243 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 70745 42243 180 55 0 68631 0
[pid=12293/tid=12300] ppid=12291 vsize=282980 CPUtime=162.19 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 94979 1253 0 0 16204 15 0 0 25 0 5 0 654654291 289771520 42243 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=282980 CPUtime=162.18 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 90700 1253 0 0 16206 12 0 0 25 0 5 0 654654291 289771520 42243 33554432000 4194304 4417452 140734826200352 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=282980 CPUtime=160.71 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 91013 1253 0 0 16056 15 0 0 25 0 5 0 654654291 289771520 42243 33554432000 4194304 4417452 140734826200352 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=282980 CPUtime=162.19 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 56730 1253 0 0 16211 8 0 0 25 0 5 0 654654291 289771520 42243 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.4
Current children cumulated vsize (KiB) 282980


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

[pid=12293/tid=12301] ppid=12291 vsize=748508 CPUtime=702.19 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 248848 1253 0 0 70181 38 0 0 25 0 5 0 654654291 766472192 158625 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=748508 CPUtime=695.82 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 238435 1253 0 0 69541 41 0 0 25 0 5 0 654654291 766472192 158625 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=748508 CPUtime=702.2 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 131173 1253 0 0 70199 21 0 0 25 0 5 0 654654291 766472192 158625 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.55
Current children cumulated vsize (KiB) 748508

[startup+762.311 s]
/proc/loadavg: 8.06 8.10 7.45 9/293 12323
/proc/meminfo: memFree=20027024/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=819952 CPUtime=3042.05 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 926005 1253 0 0 304056 149 0 0 25 0 5 0 654654280 839630848 176486 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 204988 176486 180 55 0 202874 0
[pid=12293/tid=12300] ppid=12291 vsize=819952 CPUtime=762.21 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 285507 1253 0 0 76178 43 0 0 25 0 5 0 654654291 839630848 176486 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=819952 CPUtime=762.21 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 254758 1253 0 0 76182 39 0 0 25 0 5 0 654654291 839630848 176486 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=819952 CPUtime=755.28 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 244294 1253 0 0 75486 42 0 0 25 0 5 0 654654291 839630848 176486 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=819952 CPUtime=762.21 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 137265 1253 0 0 76199 22 0 0 25 0 5 0 654654291 839630848 176486 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.05
Current children cumulated vsize (KiB) 819952

[startup+822.301 s]
/proc/loadavg: 8.07 8.09 7.48 9/293 12325
/proc/meminfo: memFree=19708184/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=1073168 CPUtime=3281.47 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 995840 1253 0 0 327985 162 0 0 25 0 5 0 654654280 1098924032 239790 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 268292 239790 180 55 0 266178 0
[pid=12293/tid=12300] ppid=12291 vsize=1073168 CPUtime=822.2 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 302624 1253 0 0 82173 47 0 0 25 0 5 0 654654291 1098924032 239790 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=1073168 CPUtime=822.19 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 288195 1253 0 0 82174 45 0 0 25 0 5 0 654654291 1098924032 239790 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=1073168 CPUtime=814.73 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 263575 1253 0 0 81428 45 0 0 25 0 5 0 654654291 1098924032 239790 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=1073168 CPUtime=822.2 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 137265 1253 0 0 82198 22 0 0 25 0 5 0 654654291 1098924032 239790 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.47
Current children cumulated vsize (KiB) 1073168

[startup+882.301 s]
/proc/loadavg: 8.06 8.08 7.52 9/293 12326
/proc/meminfo: memFree=19768296/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=979812 CPUtime=3520.93 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 1015757 1253 0 0 351927 166 0 0 25 0 5 0 654654280 1003327488 216451 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 244953 216451 180 55 0 242839 0
[pid=12293/tid=12300] ppid=12291 vsize=979812 CPUtime=882.21 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 318942 1253 0 0 88171 50 0 0 25 0 5 0 654654291 1003327488 216451 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=979812 CPUtime=882.2 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 288195 1253 0 0 88175 45 0 0 25 0 5 0 654654291 1003327488 216451 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=979812 CPUtime=874.18 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 267174 1253 0 0 87372 46 0 0 25 0 5 0 654654291 1003327488 216451 33554432000 4194304 4417452 140734826200352 18446744073709551615 4357159 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=979812 CPUtime=882.2 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 137265 1253 0 0 88198 22 0 0 25 0 5 0 654654291 1003327488 216451 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.93
Current children cumulated vsize (KiB) 979812

[startup+942.3 s]
/proc/loadavg: 8.06 8.08 7.55 9/293 12328
/proc/meminfo: memFree=19842548/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=1081332 CPUtime=3760.39 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 1041137 1253 0 0 375869 170 0 0 25 0 5 0 654654280 1107283968 241831 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 270333 241831 180 55 0 268219 0
[pid=12293/tid=12300] ppid=12291 vsize=1081332 CPUtime=942.2 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 328698 1253 0 0 94170 50 0 0 25 0 5 0 654654291 1107283968 241831 33554432000 4194304 4417452 140734826200352 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=1081332 CPUtime=942.2 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 288195 1253 0 0 94175 45 0 0 25 0 5 0 654654291 1107283968 241831 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=1081332 CPUtime=933.64 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 282798 1253 0 0 93315 49 0 0 25 0 5 0 654654291 1107283968 241831 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=1081332 CPUtime=942.2 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 137265 1253 0 0 94198 22 0 0 25 0 5 0 654654291 1107283968 241831 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.39
Current children cumulated vsize (KiB) 1081332

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 7.58 9/293 12329
/proc/meminfo: memFree=19858032/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=932872 CPUtime=3999.85 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 1057274 1253 0 0 399813 172 0 0 25 0 5 0 654654280 955260928 204716 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 233218 204716 180 55 0 231104 0
[pid=12293/tid=12300] ppid=12291 vsize=932872 CPUtime=1002.2 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 328698 1253 0 0 100170 50 0 0 25 0 5 0 654654291 955260928 204716 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=932872 CPUtime=1002.2 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 304332 1253 0 0 100172 48 0 0 25 0 5 0 654654291 955260928 204716 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=932872 CPUtime=993.09 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 282798 1253 0 0 99260 49 0 0 25 0 5 0 654654291 955260928 204716 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=932872 CPUtime=1002.2 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 137265 1253 0 0 100198 22 0 0 25 0 5 0 654654291 955260928 204716 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.85
Current children cumulated vsize (KiB) 932872

[startup+1062.3 s]
/proc/loadavg: 8.25 8.15 7.63 9/293 12331
/proc/meminfo: memFree=19613232/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=1137060 CPUtime=4239.32 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 1108321 1253 0 0 423754 178 0 0 25 0 5 0 654654280 1164349440 255763 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 284265 255763 180 55 0 282151 0
[pid=12293/tid=12300] ppid=12291 vsize=1137060 CPUtime=1062.21 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 338777 1253 0 0 106170 51 0 0 25 0 5 0 654654291 1164349440 255763 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=1137060 CPUtime=1062.2 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 313466 1253 0 0 106171 49 0 0 25 0 5 0 654654291 1164349440 255763 33554432000 4194304 4417452 140734826200352 18446744073709551615 4356802 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=1137060 CPUtime=1052.56 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 302460 1253 0 0 105204 52 0 0 25 0 5 0 654654291 1164349440 255763 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=1137060 CPUtime=1062.2 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 149437 1253 0 0 106197 23 0 0 25 0 5 0 654654291 1164349440 255763 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.32
Current children cumulated vsize (KiB) 1137060

[startup+1122.3 s]
/proc/loadavg: 7.24 7.94 7.59 5/283 12351
/proc/meminfo: memFree=20352852/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=1275428 CPUtime=4478.77 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 1142913 1253 0 0 447693 184 0 0 25 0 5 0 654654280 1306038272 290355 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 318857 290355 180 55 0 316743 0
[pid=12293/tid=12300] ppid=12291 vsize=1275428 CPUtime=1122.21 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 349184 1253 0 0 112168 53 0 0 25 0 5 0 654654291 1306038272 290355 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=1275428 CPUtime=1122.2 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 313466 1253 0 0 112171 49 0 0 25 0 5 0 654654291 1306038272 290355 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=1275428 CPUtime=1112.01 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 313929 1253 0 0 111147 54 0 0 25 0 5 0 654654291 1306038272 290355 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=1275428 CPUtime=1122.21 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 162153 1253 0 0 112196 25 0 0 25 0 5 0 654654291 1306038272 290355 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.77
Current children cumulated vsize (KiB) 1275428

[startup+1182.3 s]
/proc/loadavg: 5.19 7.22 7.37 5/283 12352
/proc/meminfo: memFree=20487500/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=1140844 CPUtime=4718.24 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 1182582 1253 0 0 471634 190 0 0 25 0 5 0 654654280 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 285211 256709 180 55 0 283097 0
[pid=12293/tid=12300] ppid=12291 vsize=1140844 CPUtime=1182.21 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 349184 1253 0 0 118168 53 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=1140844 CPUtime=1182.21 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 332890 1253 0 0 118169 52 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=1140844 CPUtime=1171.47 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 331694 1253 0 0 117089 58 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=1140844 CPUtime=1182.21 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 164633 1253 0 0 118195 26 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.24
Current children cumulated vsize (KiB) 1140844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 4.78 6.96 7.28 5/283 12353
/proc/meminfo: memFree=20487496/32951124 swapFree=66457188/67111528
[pid=12293] ppid=12291 vsize=1140844 CPUtime=4800.07 cores=1,3,5,7
/proc/12293/stat : 12293 (plingeling) S 12291 12293 4856 0 -1 4202496 1182582 1253 0 0 479817 190 0 0 25 0 5 0 654654280 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12293/statm: 285211 256709 180 55 0 283097 0
[pid=12293/tid=12300] ppid=12291 vsize=1140844 CPUtime=1202.72 cores=1,3,5,7
/proc/12293/task/12300/stat : 12300 (plingeling) R 12291 12293 4856 0 -1 4202560 349184 1253 0 0 120219 53 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12293/tid=12301] ppid=12291 vsize=1140844 CPUtime=1202.72 cores=1,3,5,7
/proc/12293/task/12301/stat : 12301 (plingeling) R 12291 12293 4856 0 -1 4202560 332890 1253 0 0 120220 52 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12293/tid=12302] ppid=12291 vsize=1140844 CPUtime=1191.78 cores=1,3,5,7
/proc/12293/task/12302/stat : 12302 (plingeling) R 12291 12293 4856 0 -1 4202560 331694 1253 0 0 119120 58 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12293/tid=12303] ppid=12291 vsize=1140844 CPUtime=1202.73 cores=1,3,5,7
/proc/12293/task/12303/stat : 12303 (plingeling) R 12291 12293 4856 0 -1 4202560 164633 1253 0 0 120247 26 0 0 25 0 5 0 654654291 1168224256 256709 33554432000 4194304 4417452 140734826200352 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1140844

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.86
CPU time (s): 4800.15
CPU user time (s): 4798.2
CPU system time (s): 1.9467
CPU usage (%): 399.063
Max. virtual memory (cumulated for all children) (KiB): 1363044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.2
system time used= 1.9467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1183835
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= 94
involuntary context switches= 23564

runsolver used 2.96855 second user time and 7.97979 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 05:36:01
IDJOB=3371267
IDBENCH=84205
IDSOLVER=1848
FILE ID=node132/3371267-1305430561
RUNJOBID= node132-1305429206-11795
PBS_JOBID= 13324569
Free space on /tmp= 73368 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371267-1305430561/watcher-3371267-1305430561 -o /tmp/evaluation-result-3371267-1305430561/solver-3371267-1305430561 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371267-1305430561.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1876733582

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21331232 kB
Buffers:        287660 kB
Cached:        5598956 kB
SwapCached:       6904 kB
Active:        4993432 kB
Inactive:      6323216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21331232 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:     5427964 kB
Mapped:          19288 kB
Slab:           217448 kB
PageTables:      24380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34984332 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= 73368 MiB
End job on node132 at 2011-05-15 05:56:06