Trace number 4257904

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 260.27802 89.026398

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w2b3r4.xml
MD5SUM1f09663ffd56a311acfaad7e4cbda3a4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3829
Number of constraints235
Number of domains2
Minimum domain size117
Maximum domain size266
Distribution of domain sizes[{"size":117,"count":1},{"size":266,"count":3828}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":3712},{"degree":5,"count":116}]
Minimum constraint arity33
Maximum constraint arity3828
Distribution of constraint arities[{"arity":33,"count":232},{"arity":117,"count":1},{"arity":3828,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":116},{"type":"lex","count":1},{"type":"sum","count":116},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15202 MiB free)
  memory of node 1: 16384 MiB (7589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257904-1502650835/watcher-4257904-1502650835 -o /tmp/evaluation-result-4257904-1502650835/solver-4257904-1502650835 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257904-1502650835.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16478, runsolver pid=16475

[startup+0.100151 s]*
/proc/loadavg: 3.48 3.87 3.71 5/195 16479
/proc/meminfo: memFree=23338820/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/16478/stat : 16478 (runsolver) D 16475 16478 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 67276786 34791424 114 18446744073709551615 4194304 4346622 140728903433552 140728903430184 140712240632535 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 24023040 140728903438443 140728903438889 140728903438889 140728903442378 0
/proc/16478/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209069 s]*
/proc/loadavg: 3.48 3.87 3.71 5/208 16492
/proc/meminfo: memFree=23325420/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10484492 memory=24044 CPUtime=0.06 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 4983 0 0 0 5 1 0 0 20 0 14 0 67276786 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2621123 6011 2574 1 0 2610620 0
[pid=16478/tid=16480] ppid=16475 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) D 16475 16478 17093 0 -1 4202560 3098 0 0 0 4 0 0 0 20 0 14 0 67276798 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140281182762912 140281178547453 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10484492 memory=330 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67276799 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280790014352 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10484492 memory=140712243599323 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) S 16475 16478 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67276799 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280788961552 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67276799 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280787909264 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67276799 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280786856464 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10484492 memory=140712243582592 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67276800 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280758508144 140281178536578 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 67276801 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280757454112 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 67276801 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280756401776 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67276804 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280755350096 140281178544027 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) S 16475 16478 17093 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 14 0 67276804 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280754296944 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) S 16475 16478 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67276804 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280753244144 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10484492 memory=140712243582592 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 14 0 67276804 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280752191856 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67276804 10736119808 6011 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 24044 KiB

[startup+0.310301 s]*
/proc/loadavg: 3.48 3.87 3.71 7/209 16493
/proc/meminfo: memFree=23315540/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551156 memory=33908 CPUtime=0.21 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 8285 0 0 0 18 3 0 0 20 0 15 0 67276786 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637789 8477 2857 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551156 memory=-7677926825137650786 CPUtime=0.14 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) R 16475 16478 17093 0 -1 4202560 5961 0 0 0 12 2 0 0 20 0 15 0 67276798 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140281182737200 140281178537366 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67276799 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280790014352 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) S 16475 16478 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67276799 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280788961552 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67276799 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280787909264 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67276799 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280786856464 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67276800 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280758508144 140281178536578 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67276801 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280757454112 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67276801 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280756401776 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280755350096 140281178544027 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) R 16475 16478 17093 0 -1 4202560 517 0 0 0 1 0 0 0 20 0 15 0 67276804 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280754296944 140281156180896 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) S 16475 16478 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 67276804 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280753244144 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10551156 memory=140712243582592 CPUtime=0.03 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 403 0 0 0 3 0 0 0 20 0 15 0 67276804 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280752191856 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16493] ppid=16475 vsize=10551156 memory=140712243582592 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16493/stat : 16493 (java) S 16475 16478 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67276808 10804383744 8477 18446744073709551615 4194304 4196468 140729892751856 140280750087088 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33908 KiB

[startup+0.703753 s]
/proc/loadavg: 3.48 3.87 3.71 8/209 16493
/proc/meminfo: memFree=23303572/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551232 memory=209216 CPUtime=1.22 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 11367 0 0 0 113 9 0 0 20 0 15 0 67276786 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637808 52304 3080 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551232 memory=2160 CPUtime=0.48 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) R 16475 16478 17093 0 -1 4202560 6894 0 0 0 44 4 0 0 20 0 15 0 67276798 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140281182760760 140280823167292 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551232 memory=844 CPUtime=0.01 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) S 16475 16478 17093 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 67276799 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280790014352 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10551232 memory=16448 CPUtime=0.01 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) S 16475 16478 17093 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 67276799 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280788961552 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10551232 memory=2752 CPUtime=0.03 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) S 16475 16478 17093 0 -1 1077944384 94 0 0 0 2 1 0 0 20 0 15 0 67276799 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280787909264 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10551232 memory=2868 CPUtime=0.03 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) R 16475 16478 17093 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 15 0 67276799 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280786856464 140281178535637 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10551232 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 67276800 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280758508144 140281178536578 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280757454112 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10551232 memory=6988 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280756401776 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10551232 memory=8206260 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280755350096 140281178544027 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10551232 memory=6080510843459496030 CPUtime=0.19 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) R 16475 16478 17093 0 -1 4202560 911 0 0 0 19 0 0 0 20 0 15 0 67276804 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280754295344 140281156376880 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10551232 memory=8097849732453716329 CPUtime=0.21 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) R 16475 16478 17093 0 -1 4202560 595 0 0 0 21 0 0 0 20 0 15 0 67276804 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280753244144 140281158028636 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10551232 memory=6444209520110824291 CPUtime=0.2 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 1177 0 0 0 20 0 0 0 20 0 15 0 67276804 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280752191856 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10551232 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16493] ppid=16475 vsize=10551232 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16493/stat : 16493 (java) S 16475 16478 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67276808 10804461568 52304 18446744073709551615 4194304 4196468 140729892751856 140280750087088 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 209216 KiB

[startup+1.50091 s]
/proc/loadavg: 3.48 3.87 3.71 6/209 16493
/proc/meminfo: memFree=22724184/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551232 memory=1181972 CPUtime=2.56 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 13973 0 0 0 214 42 0 0 20 0 15 0 67276786 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637808 295493 3084 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551232 memory=-1189914978686163229 CPUtime=1.13 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) R 16475 16478 17093 0 -1 4202560 7815 0 0 0 97 16 0 0 20 0 15 0 67276798 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140281182762672 140281164593536 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551232 memory=-7880843606118635149 CPUtime=0.16 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) S 16475 16478 17093 0 -1 1077944384 237 0 0 0 11 5 0 0 20 0 15 0 67276799 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280790014352 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10551232 memory=-7751062316387021378 CPUtime=0.15 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) S 16475 16478 17093 0 -1 1077944384 237 0 0 0 10 5 0 0 20 0 15 0 67276799 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280788961552 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10551232 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) S 16475 16478 17093 0 -1 1077944384 248 0 0 0 11 6 0 0 20 0 15 0 67276799 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280787909264 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10551232 memory=6988 CPUtime=0.17 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) S 16475 16478 17093 0 -1 1077944384 243 0 0 0 11 6 0 0 20 0 15 0 67276799 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280786856464 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10551232 memory=8206260 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 989 0 0 0 0 0 0 0 20 0 15 0 67276800 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280758508144 140281178536578 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10551232 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280757454112 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10551232 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280756401776 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10551232 memory=33908 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280755350096 140281178544027 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10551232 memory=3904 CPUtime=0.23 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) S 16475 16478 17093 0 -1 1077944384 918 0 0 0 23 0 0 0 20 0 15 0 67276804 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280754296944 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) S 16475 16478 17093 0 -1 1077944384 746 0 0 0 27 0 0 0 20 0 15 0 67276804 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280753244144 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10551232 memory=211514657162276 CPUtime=0.21 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 1180 0 0 0 21 0 0 0 20 0 15 0 67276804 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280752191856 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10551232 memory=640727 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16493] ppid=16475 vsize=10551232 memory=7516877558933114965 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16493/stat : 16493 (java) S 16475 16478 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67276808 10804461568 295493 18446744073709551615 4194304 4196468 140729892751856 140280750087088 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 1181972 KiB

[startup+3.11071 s]
/proc/loadavg: 3.36 3.83 3.70 6/209 16493
/proc/meminfo: memFree=20575352/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551232 memory=2772364 CPUtime=4.77 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 17969 0 0 0 392 85 0 0 20 0 15 0 67276786 10804461568 693091 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637808 693091 3084 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551232 memory=37864 CPUtime=2.53 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) R 16475 16478 17093 0 -1 4202560 10073 0 0 0 218 35 0 0 20 0 15 0 67276798 10804461568 693091 18446744073709551615 4194304 4196468 140729892751856 140281182762672 140281164593556 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551232 memory=56 CPUtime=0.35 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) S 16475 16478 17093 0 -1 1077944384 986 0 0 0 24 11 0 0 20 0 15 0 67276799 10804461568 693091 18446744073709551615 4194304 4196468 140729892751856 140280790014352 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0

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


[startup+89.0263 s]
# the end of solver process 16478 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=255.88 s, system=4.39823 s

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

[startup+88.0008 s]*
/proc/loadavg: 5.13 4.23 3.84 6/209 16570
/proc/meminfo: memFree=14902044/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551232 memory=8357184 CPUtime=256.65 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 1839035 0 0 0 25239 426 0 0 20 0 15 0 67276786 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637808 2089296 3122 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551232 memory=-7677926825137650786 CPUtime=21.1 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) S 16475 16478 17093 0 -1 1077944384 26191 0 0 0 2073 37 0 0 20 0 15 0 67276798 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140281182754576 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551232 memory=4872558044660077418 CPUtime=56.24 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) R 16475 16478 17093 0 -1 4202560 295356 0 0 0 5543 81 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280790014472 140281163226093 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10551232 memory=1204 CPUtime=55.96 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) R 16475 16478 17093 0 -1 4202560 304789 0 0 0 5514 82 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280788961752 140281171628450 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10551232 memory=1000 CPUtime=55.86 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) R 16475 16478 17093 0 -1 4202560 381242 0 0 0 5489 97 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280787909384 140281163523376 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10551232 memory=796 CPUtime=56.37 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) R 16475 16478 17093 0 -1 4202560 770975 0 0 0 5517 120 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280786856584 140281163226064 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10551232 memory=2752 CPUtime=9.64 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 47692 0 0 0 960 4 0 0 20 0 15 0 67276800 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280758506688 140281178535637 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10551232 memory=2868 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280757454176 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10551232 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280756401792 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10551232 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280755349744 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10551232 memory=2904 CPUtime=0.54 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 53 1 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280754296944 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10551232 memory=8357180 CPUtime=0.57 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) S 16475 16478 17093 0 -1 1077944384 3368 0 0 0 57 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280753244144 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10551232 memory=1160 CPUtime=0.24 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 24 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280752191856 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10551232 memory=2896 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16493] ppid=16475 vsize=10551232 memory=8286760 CPUtime=0.03 cores=0,2,4,6
/proc/16478/task/16493/stat : 16493 (java) S 16475 16478 17093 0 -1 1077944384 364 0 0 0 2 1 0 0 20 0 15 0 67276808 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280750087088 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 256.65 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8357184 KiB

[startup+88.4007 s]
/proc/loadavg: 5.13 4.23 3.84 6/209 16570
/proc/meminfo: memFree=14902044/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551232 memory=8357184 CPUtime=258.19 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 1859733 0 0 0 25392 427 0 0 20 0 15 0 67276786 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637808 2089296 3122 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551232 memory=288230621803970871 CPUtime=21.1 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) S 16475 16478 17093 0 -1 1077944384 26191 0 0 0 2073 37 0 0 20 0 15 0 67276798 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140281182754576 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551232 memory=13563795322702378 CPUtime=56.62 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) R 16475 16478 17093 0 -1 4202560 295356 0 0 0 5581 81 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280790014472 140281171153639 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10551232 memory=2804 CPUtime=56.36 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) R 16475 16478 17093 0 -1 4202560 325234 0 0 0 5553 83 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280788961752 140281163521835 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10551232 memory=8357176 CPUtime=56.24 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) R 16475 16478 17093 0 -1 4202560 381242 0 0 0 5527 97 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280787909384 140281171153639 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10551232 memory=1160 CPUtime=56.75 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) R 16475 16478 17093 0 -1 4202560 770975 0 0 0 5555 120 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280786856272 140281171153639 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10551232 memory=2896 CPUtime=9.64 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 47692 0 0 0 960 4 0 0 20 0 15 0 67276800 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280758506688 140281178535637 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10551232 memory=8286760 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280757454176 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10551232 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280756401792 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10551232 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280755349744 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10551232 memory=4872558044660077418 CPUtime=0.54 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 53 1 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280754296944 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10551232 memory=7100839878645619564 CPUtime=0.57 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) S 16475 16478 17093 0 -1 1077944384 3368 0 0 0 57 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280753244144 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10551232 memory=3047711553320166262 CPUtime=0.24 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 24 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280752191856 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10551232 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16493] ppid=16475 vsize=10551232 memory=4638798211352975206 CPUtime=0.03 cores=0,2,4,6
/proc/16478/task/16493/stat : 16493 (java) S 16475 16478 17093 0 -1 1077944384 364 0 0 0 2 1 0 0 20 0 15 0 67276808 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280750087088 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 258.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8357184 KiB

[startup+88.8007 s]
/proc/loadavg: 5.13 4.23 3.84 6/209 16570
/proc/meminfo: memFree=14902044/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551232 memory=8357184 CPUtime=259.74 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 1859733 0 0 0 25547 427 0 0 20 0 15 0 67276786 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637808 2089296 3122 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551232 memory=-8774313645642428999 CPUtime=21.1 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) S 16475 16478 17093 0 -1 1077944384 26191 0 0 0 2073 37 0 0 20 0 15 0 67276798 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140281182754576 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551232 memory=37864 CPUtime=57.01 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) R 16475 16478 17093 0 -1 4202560 295356 0 0 0 5620 81 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280790014472 140281171153639 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10551232 memory=1296 CPUtime=56.76 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) R 16475 16478 17093 0 -1 4202560 325234 0 0 0 5593 83 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280788961752 140281163514954 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10551232 memory=2420 CPUtime=56.62 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) R 16475 16478 17093 0 -1 4202560 381242 0 0 0 5565 97 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280787909384 140281171153639 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10551232 memory=1732 CPUtime=57.14 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) R 16475 16478 17093 0 -1 4202560 770975 0 0 0 5594 120 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280786856272 140281171153639 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10551232 memory=5788 CPUtime=9.64 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 47692 0 0 0 960 4 0 0 20 0 15 0 67276800 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280758506688 140281178535637 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280757454176 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10551232 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280756401792 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10551232 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280755349744 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10551232 memory=1228 CPUtime=0.54 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 53 1 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280754296992 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10551232 memory=12200 CPUtime=0.57 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) S 16475 16478 17093 0 -1 1077944384 3368 0 0 0 57 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280753244192 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10551232 memory=1992 CPUtime=0.24 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 24 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280752191616 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10551232 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16493] ppid=16475 vsize=10551232 memory=1000 CPUtime=0.03 cores=0,2,4,6
/proc/16478/task/16493/stat : 16493 (java) S 16475 16478 17093 0 -1 1077944384 364 0 0 0 2 1 0 0 20 0 15 0 67276808 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280750087088 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 259.74 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8357184 KiB

[startup+88.9007 s]
/proc/loadavg: 5.13 4.23 3.84 6/209 16570
/proc/meminfo: memFree=14902044/32770624 swapFree=67108860/67108860
[pid=16478] ppid=16475 vsize=10551232 memory=8357184 CPUtime=260.13 cores=0,2,4,6
/proc/16478/stat : 16478 (java) S 16475 16478 17093 0 -1 1077944320 1859733 0 0 0 25586 427 0 0 20 0 15 0 67276786 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140729892734400 140281178525431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
/proc/16478/statm: 2637808 2089296 3122 1 0 2627261 0
[pid=16478/tid=16480] ppid=16475 vsize=10551232 memory=8357184 CPUtime=21.1 cores=0,2,4,6
/proc/16478/task/16480/stat : 16480 (java) S 16475 16478 17093 0 -1 1077944384 26191 0 0 0 2073 37 0 0 20 0 15 0 67276798 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140281182754576 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16481] ppid=16475 vsize=10551232 memory=8357180 CPUtime=57.11 cores=0,2,4,6
/proc/16478/task/16481/stat : 16481 (java) R 16475 16478 17093 0 -1 4202560 295356 0 0 0 5630 81 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280790014160 140281171153639 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16482] ppid=16475 vsize=10551232 memory=8357176 CPUtime=56.86 cores=0,2,4,6
/proc/16478/task/16482/stat : 16482 (java) R 16475 16478 17093 0 -1 4202560 325234 0 0 0 5603 83 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280788961752 140281163521984 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16483] ppid=16475 vsize=10551232 memory=8353072 CPUtime=56.72 cores=0,2,4,6
/proc/16478/task/16483/stat : 16483 (java) R 16475 16478 17093 0 -1 4202560 381242 0 0 0 5575 97 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280787909384 140281171153639 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16484] ppid=16475 vsize=10551232 memory=8357176 CPUtime=57.23 cores=0,2,4,6
/proc/16478/task/16484/stat : 16484 (java) R 16475 16478 17093 0 -1 4202560 770975 0 0 0 5603 120 0 0 20 0 15 0 67276799 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280786856272 140281171153639 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16485] ppid=16475 vsize=10551232 memory=8357176 CPUtime=9.64 cores=0,2,4,6
/proc/16478/task/16485/stat : 16485 (java) S 16475 16478 17093 0 -1 1077944384 47692 0 0 0 960 4 0 0 20 0 15 0 67276800 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280758506688 140281178535637 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16486] ppid=16475 vsize=10551232 memory=8357180 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16486/stat : 16486 (java) S 16475 16478 17093 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280757454176 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16487] ppid=16475 vsize=10551232 memory=8357184 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16487/stat : 16487 (java) S 16475 16478 17093 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 67276801 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280756401792 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16488] ppid=16475 vsize=10551232 memory=8357184 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16488/stat : 16488 (java) S 16475 16478 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280755349744 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16489] ppid=16475 vsize=10551232 memory=796 CPUtime=0.54 cores=0,2,4,6
/proc/16478/task/16489/stat : 16489 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 53 1 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280754296992 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16490] ppid=16475 vsize=10551232 memory=1992 CPUtime=0.57 cores=0,2,4,6
/proc/16478/task/16490/stat : 16490 (java) S 16475 16478 17093 0 -1 1077944384 3368 0 0 0 57 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280753244192 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16491] ppid=16475 vsize=10551232 memory=4028 CPUtime=0.24 cores=0,2,4,6
/proc/16478/task/16491/stat : 16491 (java) S 16475 16478 17093 0 -1 1077944384 3903 0 0 0 24 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280752191616 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16492] ppid=16475 vsize=10551232 memory=37864 CPUtime=0 cores=0,2,4,6
/proc/16478/task/16492/stat : 16492 (java) S 16475 16478 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67276804 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280751139296 140281178535637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
[pid=16478/tid=16493] ppid=16475 vsize=10551232 memory=8357184 CPUtime=0.03 cores=0,2,4,6
/proc/16478/task/16493/stat : 16493 (java) S 16475 16478 17093 0 -1 1077944384 364 0 0 0 2 1 0 0 20 0 15 0 67276808 10804461568 2089296 18446744073709551615 4194304 4196468 140729892751856 140280750087088 140281178536578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140729892757909 140729892758062 140729892758062 140729892761551 0
Current children cumulated CPU time: 260.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8357184 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 89.0264
CPU time (s): 260.278
CPU user time (s): 255.88
CPU system time (s): 4.39823
CPU usage (%): 292.361
Max. virtual memory (cumulated for all children) (KiB): 10552256
Max. memory (cumulated for all children) (KiB): 8357184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.88
system time used= 4.39823
maximum resident set size= 8357328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1859737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10296
involuntary context switches= 4205


# summary of solver processes directly reported to runsolver:
#   pid: 16478
#   total CPU time (s): 260.278
#   total CPU user time (s): 255.88
#   total CPU system time (s): 4.39823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.502067 second user time and 0.90417 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:46:26
IDJOB=4257904
IDBENCH=137526
IDSOLVER=2643
FILE ID=node127/4257904-1502650835
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w2b3r4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257904-1502650835/watcher-4257904-1502650835 -o /tmp/evaluation-result-4257904-1502650835/solver-4257904-1502650835 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257904-1502650835.xml

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

MD5SUM BENCH= 1f09663ffd56a311acfaad7e4cbda3a4
RANDOM SEED=744275404

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23339104 kB
MemAvailable:   23780988 kB
Buffers:          202548 kB
Cached:           535152 kB
SwapCached:            0 kB
Active:          8772368 kB
Inactive:         217984 kB
Active(anon):    8202212 kB
Inactive(anon):    83872 kB
Active(file):     570156 kB
Inactive(file):   134112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       8252700 kB
Mapped:            58996 kB
Shmem:             33444 kB
Slab:             132400 kB
SReclaimable:     106904 kB
SUnreclaim:        25496 kB
KernelStack:        3456 kB
PageTables:        21008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8630688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7903232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 20:47:55