Trace number 4392001

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
Concrete 3.10OPT3 14.5496 6.07645

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w1b1r5.xml
MD5SUM15a2bddfb10fd8a6157ce871797528b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.72611
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints43
Number of domains2
Minimum domain size21
Maximum domain size42
Distribution of domain sizes[{"size":21,"count":1},{"size":42,"count":60}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":40},{"degree":5,"count":20}]
Minimum constraint arity3
Maximum constraint arity60
Distribution of constraint arities[{"arity":3,"count":40},{"arity":21,"count":1},{"arity":60,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":20},{"type":"lex","count":1},{"type":"sum","count":20},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
14.16/5.92	o 2
14.41/6.06	o 3
14.41/6.06	v <instantiation
14.41/6.06	v         cost = '3'>
14.41/6.06	v       <list>
14.41/6.06	v         x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2]
14.41/6.06	v       </list>
14.41/6.06	v       <values>
14.41/6.06	v         3 394 326 279 392 317 274 391 302 299 386 333 278 383 338 267 382 326 281 380 304 303 370 339 291 369 318 266 368 321 287 368 312 281 365 348 274 356 342 0 356 335 305 355 324 321 354 337 278 333 332 326 0 0 0 0 0 0 0 0 0
14.41/6.06	v       </values>
14.41/6.06	v     </instantiation>
14.41/6.06	s OPTIMUM FOUND

Verifier Data

OK	3

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 (14590 MiB free)
  memory of node 1: 16384 MiB (15628 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392001-1568324413/watcher-4392001-1568324413 -o /tmp/evaluation-result-4392001-1568324413/solver-4392001-1568324413 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1239597619 HOME/instance-4392001-1568324413.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=12335, runsolver pid=12332
Current StackSize limit: 8192 KiB


[startup+0.100293 s]*
/proc/loadavg: 1.48 1.41 1.39 3/218 12392
/proc/meminfo: memFree=30936340/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=9972712 memory=17084 CPUtime=0.09 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 4519 13316 0 0 1 1 4 3 20 0 6 0 408355335 10212057088 4271 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2493178 4271 1935 1 0 2481616 0
[pid=12335/tid=12388] ppid=12332 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 2347 13316 0 0 1 0 4 3 20 0 6 0 408355344 10212057088 4337 33554432000 4194304 4196468 140733064592448 139744551993936 139744565469177 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 408355345 10212057088 4337 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=9972712 memory=140591763211904 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 408355345 10212057088 4337 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 408355345 10212057088 4337 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 6 0 408355345 10212057088 4337 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17084 KiB

[startup+0.210706 s]*
/proc/loadavg: 1.48 1.41 1.39 3/227 12401
/proc/meminfo: memFree=30916068/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10818940 memory=40688 CPUtime=0.25 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 7055 13316 0 0 16 2 4 3 20 0 15 0 408355335 11078594560 10172 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2704735 10172 2950 1 0 2667149 0
[pid=12335/tid=12388] ppid=12332 vsize=10818940 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 3558 13316 0 0 10 1 4 3 20 0 15 0 408355344 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744551987224 139744564237662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10818940 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10818940 memory=140591763211904 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 408355345 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10818940 memory=140591763211904 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 408355346 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 408355347 11078594560 10172 33554432000 4194304 4196468 140733064592448 139743941617056 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355347 11078594560 10172 33554432000 4194304 4196468 140733064592448 139743337637360 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11078594560 10172 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) S 12332 12335 5578 0 -1 1077944384 582 13316 0 0 1 0 4 3 20 0 15 0 408355350 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744038619120 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) S 12332 12335 5578 0 -1 1077944384 54 13316 0 0 0 0 4 3 20 0 15 0 408355350 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744037566576 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10818940 memory=140591763211904 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) R 12332 12335 5578 0 -1 4202560 630 13316 0 0 3 0 4 3 20 0 15 0 408355350 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744036514032 139744560350129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11078594560 10172 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10818940 memory=140591763211904 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355350 11078594560 10172 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40688 KiB

[startup+0.310428 s]*
/proc/loadavg: 1.48 1.41 1.39 3/227 12401
/proc/meminfo: memFree=30905704/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10820096 memory=52012 CPUtime=0.39 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 10787 13316 0 0 29 3 4 3 20 0 15 0 408355335 11079778304 13003 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2705024 13003 3204 1 0 2667149 0
[pid=12335/tid=12388] ppid=12332 vsize=10820096 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 7273 13316 0 0 19 2 4 3 20 0 15 0 408355344 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744551977392 139744159852281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10820096 memory=6369896806199223909 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10820096 memory=5787213827347079232 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10820096 memory=7649539971614066881 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10820096 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 408355345 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 408355346 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 408355347 11079778304 13003 33554432000 4194304 4196468 140733064592448 139743941617056 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355347 11079778304 13003 33554432000 4194304 4196468 140733064592448 139743337637360 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11079778304 13003 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) S 12332 12335 5578 0 -1 1077944384 583 13316 0 0 2 0 4 3 20 0 15 0 408355350 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744038619120 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) S 12332 12335 5578 0 -1 1077944384 55 13316 0 0 1 0 4 3 20 0 15 0 408355350 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744037566576 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10820096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) R 12332 12335 5578 0 -1 1077944384 643 13316 0 0 5 0 4 3 20 0 15 0 408355350 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744036514032 139744580168322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11079778304 13003 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355350 11079778304 13003 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52012 KiB

[startup+0.700724 s]
/proc/loadavg: 1.48 1.41 1.39 5/227 12401
/proc/meminfo: memFree=30890224/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10824340 memory=82712 CPUtime=1.14 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 14878 13316 0 0 102 5 4 3 20 0 15 0 408355335 11084124160 20678 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2706085 20678 3501 1 0 2668173 0
[pid=12335/tid=12388] ppid=12332 vsize=10825364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 10519 13316 0 0 55 4 4 3 20 0 15 0 408355344 11085172736 20678 33554432000 4194304 4196468 140733064592448 139744551975136 139744572836893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10825364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11085172736 20678 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11085172736 20678 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355345 11085172736 20678 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 408355345 11085172736 20743 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 5 13316 0 0 0 0 4 3 20 0 15 0 408355346 11084124160 20715 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 408355347 11084124160 20715 33554432000 4194304 4196468 140733064592448 139743941617056 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10824340 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355347 11084124160 20715 33554432000 4194304 4196468 140733064592448 139743337637360 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11084124160 20715 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10825364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) R 12332 12335 5578 0 -1 1077944384 844 13316 0 0 14 0 4 3 20 0 15 0 408355350 11085172736 20715 33554432000 4194304 4196468 140733064592448 139744038619120 139744580168322 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10825364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) S 12332 12335 5578 0 -1 1077944384 421 13316 0 0 14 0 4 3 20 0 15 0 408355350 11085172736 20715 33554432000 4194304 4196468 140733064592448 139744037566576 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10825364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) S 12332 12335 5578 0 -1 1077944384 854 13316 0 0 17 0 4 3 20 0 15 0 408355350 11085172736 20715 33554432000 4194304 4196468 140733064592448 139744036514032 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10825364 memory=140591660828656 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11085172736 20739 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355350 11084124160 20715 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82712 KiB

[startup+1.50074 s]
/proc/loadavg: 1.48 1.41 1.39 3/227 12401
/proc/meminfo: memFree=30846860/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10834656 memory=168616 CPUtime=2.47 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 20292 13316 0 0 230 10 4 3 20 0 15 0 408355335 11094687744 42154 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2708664 42154 3568 1 0 2670733 0
[pid=12335/tid=12388] ppid=12332 vsize=10834656 memory=20 CPUtime=1.43 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 15017 13316 0 0 130 6 4 3 20 0 15 0 408355344 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744551964688 139744580169110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10834656 memory=25 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 29 13316 0 0 0 0 4 3 20 0 15 0 408355345 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 18 13316 0 0 1 0 4 3 20 0 15 0 408355345 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 27 13316 0 0 1 0 4 3 20 0 15 0 408355345 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10834656 memory=100048 CPUtime=0.08 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 28 13316 0 0 1 0 4 3 20 0 15 0 408355345 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 43 13316 0 0 1 0 4 3 20 0 15 0 408355346 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10834656 memory=6298398794875491683 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 14 13316 0 0 0 0 4 3 20 0 15 0 408355347 11094687744 42154 33554432000 4194304 4196468 140733064592448 139743941617120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10834656 memory=7956003914600703336 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355347 11094687744 42154 33554432000 4194304 4196468 140733064592448 139743337637360 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10834656 memory=7379246294426676589 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11094687744 42154 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10834656 memory=5787213831476700249 CPUtime=0.32 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) S 12332 12335 5578 0 -1 1077944384 915 13316 0 0 25 0 4 3 20 0 15 0 408355350 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744038619120 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10834656 memory=7018133694660109654 CPUtime=0.33 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) S 12332 12335 5578 0 -1 1077944384 480 13316 0 0 26 0 4 3 20 0 15 0 408355350 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744037566576 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10834656 memory=6298398794875491683 CPUtime=0.49 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) R 12332 12335 5578 0 -1 4202560 1504 13316 0 0 41 1 4 3 20 0 15 0 408355350 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744036514032 139744580178522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10834656 memory=6298398794875491683 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11094687744 42154 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10834656 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355350 11094687744 42154 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

[startup+6.0764 s]
# the end of solver process 12335 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.2723 s, system=0.277306 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.2009 s]
/proc/loadavg: 1.48 1.41 1.39 6/227 12401
/proc/meminfo: memFree=30710260/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10846964 memory=252024 CPUtime=7.23 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 38509 13316 0 0 700 16 4 3 20 0 15 0 408355335 11107291136 63006 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2711741 63006 3597 1 0 2673805 0
[pid=12335/tid=12388] ppid=12332 vsize=10846964 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 19552 13316 0 0 293 8 4 3 20 0 15 0 408355344 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744551985200 139744171223796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10846964 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 52 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10846964 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 59 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10846964 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 306 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10846964 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 56 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10846964 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 307 13316 0 0 3 0 4 3 20 0 15 0 408355346 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 14 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 63006 33554432000 4194304 4196468 140733064592448 139743941617120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 63006 33554432000 4194304 4196468 140733064592448 139743337637376 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10846964 memory=281183321767200 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 63006 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10846964 memory=6943526294502006880 CPUtime=1.5 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) R 12332 12335 5578 0 -1 4202560 6792 13316 0 0 142 1 4 3 20 0 15 0 408355350 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744038598960 139744559850252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10846964 memory=6944656592455360604 CPUtime=1.28 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) R 12332 12335 5578 0 -1 4202560 3676 13316 0 0 121 0 4 3 20 0 15 0 408355350 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744037554128 139744561720727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10846964 memory=8546823402028195750 CPUtime=1.35 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) S 12332 12335 5578 0 -1 1077944384 5478 13316 0 0 126 2 4 3 20 0 15 0 408355350 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744036514032 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10846964 memory=-7606742951091920751 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 63006 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10846964 memory=6944656425123485561 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 63006 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 7.23 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 252024 KiB

[startup+4.80766 s]
/proc/loadavg: 1.60 1.44 1.40 5/227 12401
/proc/meminfo: memFree=30631784/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10846964 memory=343704 CPUtime=12.22 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 54238 13316 0 0 1196 19 4 3 20 0 15 0 408355335 11107291136 85926 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2711741 85926 3617 1 0 2673805 0
[pid=12335/tid=12388] ppid=12332 vsize=10846964 memory=6944656592455097440 CPUtime=4.66 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 1077944384 21775 13316 0 0 450 9 4 3 20 0 15 0 408355344 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744551988096 139744580167381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10846964 memory=-4695052241013923951 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 96 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10846964 memory=-1189914978686163229 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 460 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10846964 memory=-7880843606118635149 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 390 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10846964 memory=-7751062316387021378 CPUtime=0.11 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 235 13316 0 0 4 0 4 3 20 0 15 0 408355345 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10846964 memory=-2023959437020729679 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 540 13316 0 0 3 0 4 3 20 0 15 0 408355346 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10846964 memory=-6800859132029471843 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 19 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 85926 33554432000 4194304 4196468 140733064592448 139743941617120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10846964 memory=-7091624348563251104 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 7 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 85926 33554432000 4194304 4196468 140733064592448 139743337637376 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10846964 memory=-7674914008656224160 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 85926 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10846964 memory=201976 CPUtime=3.06 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) S 12332 12335 5578 0 -1 1077944384 11759 13316 0 0 298 1 4 3 20 0 15 0 408355350 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744038619120 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10846964 memory=-8988794184288540825 CPUtime=2.85 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) S 12332 12335 5578 0 -1 1077944384 8183 13316 0 0 277 1 4 3 20 0 15 0 408355350 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744037566576 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10846964 memory=-6513502911718933147 CPUtime=1.58 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) S 12332 12335 5578 0 -1 1077944384 8550 13316 0 0 149 2 4 3 20 0 15 0 408355350 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744036514032 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10846964 memory=7444557310818739041 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 85926 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 10 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 85926 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 12.22 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 343704 KiB

[startup+5.6007 s]
/proc/loadavg: 1.60 1.44 1.40 3/227 12401
/proc/meminfo: memFree=30613976/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10846964 memory=397068 CPUtime=13.66 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 56281 13316 0 0 1338 21 4 3 20 0 15 0 408355335 11107291136 99267 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2711741 99267 3619 1 0 2673805 0
[pid=12335/tid=12388] ppid=12332 vsize=10846964 memory=0 CPUtime=5.45 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 21835 13316 0 0 528 10 4 3 20 0 15 0 408355344 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744551988576 139744562565279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10846964 memory=8996 CPUtime=0.11 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 98 13316 0 0 4 0 4 3 20 0 15 0 408355345 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10846964 memory=3616 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 461 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10846964 memory=33676 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 399 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10846964 memory=988 CPUtime=0.11 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 237 13316 0 0 4 0 4 3 20 0 15 0 408355345 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10846964 memory=2012 CPUtime=0.11 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 569 13316 0 0 4 0 4 3 20 0 15 0 408355346 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10846964 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 19 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 99267 33554432000 4194304 4196468 140733064592448 139743941617120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10846964 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 7 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 99267 33554432000 4194304 4196468 140733064592448 139743337637376 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10846964 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 99267 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10846964 memory=912 CPUtime=3.27 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) S 12332 12335 5578 0 -1 1077944384 11824 13316 0 0 319 1 4 3 20 0 15 0 408355350 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744038619120 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10846964 memory=1440 CPUtime=3.02 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) S 12332 12335 5578 0 -1 1077944384 8244 13316 0 0 293 2 4 3 20 0 15 0 408355350 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744037566576 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10846964 memory=1768 CPUtime=1.86 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) S 12332 12335 5578 0 -1 1077944384 10255 13316 0 0 176 3 4 3 20 0 15 0 408355350 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744036514032 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10846964 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 99267 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10846964 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 118 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 99267 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 13.66 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 397068 KiB

[startup+6.00073 s]*
/proc/loadavg: 1.60 1.44 1.40 4/227 12401
/proc/meminfo: memFree=30517228/32770624 swapFree=66999812/67108860
[pid=12335] ppid=12332 vsize=10846964 memory=445716 CPUtime=14.41 cores=1,3,5,7
/proc/12335/stat : 12335 (java) S 12332 12335 5578 0 -1 1077944320 57094 13316 0 0 1412 22 4 3 20 0 15 0 408355335 11107291136 111429 33554432000 4194304 4196468 140733064592448 140733064574992 139744580157175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
/proc/12335/statm: 2711741 111429 3622 1 0 2673805 0
[pid=12335/tid=12388] ppid=12332 vsize=10846964 memory=4026532047 CPUtime=5.85 cores=1,3,5,7
/proc/12335/task/12388/stat : 12388 (java) R 12332 12335 5578 0 -1 4202560 22255 13316 0 0 568 10 4 3 20 0 15 0 408355344 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744551994032 139744160846582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12389] ppid=12332 vsize=10846964 memory=13649 CPUtime=0.11 cores=1,3,5,7
/proc/12335/task/12389/stat : 12389 (java) S 12332 12335 5578 0 -1 1077944384 98 13316 0 0 4 0 4 3 20 0 15 0 408355345 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744584399120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12390] ppid=12332 vsize=10846964 memory=304817906456342400 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12390/stat : 12390 (java) S 12332 12335 5578 0 -1 1077944384 461 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744483289488 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12391] ppid=12332 vsize=10846964 memory=-7595761213635136096 CPUtime=0.1 cores=1,3,5,7
/proc/12335/task/12391/stat : 12391 (java) S 12332 12335 5578 0 -1 1077944384 399 13316 0 0 3 0 4 3 20 0 15 0 408355345 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744482236944 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12392] ppid=12332 vsize=10846964 memory=5983648038440153135 CPUtime=0.11 cores=1,3,5,7
/proc/12335/task/12392/stat : 12392 (java) S 12332 12335 5578 0 -1 1077944384 237 13316 0 0 4 0 4 3 20 0 15 0 408355345 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744481184400 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12393] ppid=12332 vsize=10846964 memory=3472464489944381104 CPUtime=0.11 cores=1,3,5,7
/proc/12335/task/12393/stat : 12393 (java) S 12332 12335 5578 0 -1 1077944384 570 13316 0 0 4 0 4 3 20 0 15 0 408355346 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744039672304 139744580168322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12394] ppid=12332 vsize=10846964 memory=3472328296227679279 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12394/stat : 12394 (java) S 12332 12335 5578 0 -1 1077944384 19 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 111429 33554432000 4194304 4196468 140733064592448 139743941617120 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12395] ppid=12332 vsize=10846964 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12395/stat : 12395 (java) S 12332 12335 5578 0 -1 1077944384 7 13316 0 0 0 0 4 3 20 0 15 0 408355347 11107291136 111429 33554432000 4194304 4196468 140733064592448 139743337637376 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12396] ppid=12332 vsize=10846964 memory=9126232286719478932 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12396/stat : 12396 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 111429 33554432000 4194304 4196468 140733064592448 139743097346768 139744580175771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12397] ppid=12332 vsize=10846964 memory=0 CPUtime=3.39 cores=1,3,5,7
/proc/12335/task/12397/stat : 12397 (java) R 12332 12335 5578 0 -1 4202560 11855 13316 0 0 331 1 4 3 20 0 15 0 408355350 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744038619120 139744561686689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12398] ppid=12332 vsize=10846964 memory=2319413410198991411 CPUtime=3.1 cores=1,3,5,7
/proc/12335/task/12398/stat : 12398 (java) R 12332 12335 5578 0 -1 4202560 8250 13316 0 0 301 2 4 3 20 0 15 0 408355350 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744037566576 139744573142217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12399] ppid=12332 vsize=10846964 memory=2320374233323732407 CPUtime=1.98 cores=1,3,5,7
/proc/12335/task/12399/stat : 12399 (java) R 12332 12335 5578 0 -1 1077944384 10610 13316 0 0 188 3 4 3 20 0 15 0 408355350 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744036514032 139744580168322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12400] ppid=12332 vsize=10846964 memory=3539888917856924728 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12400/stat : 12400 (java) S 12332 12335 5578 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 111429 33554432000 4194304 4196468 140733064592448 139743063788128 139744580167381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
[pid=12335/tid=12401] ppid=12332 vsize=10846964 memory=3762673918323850912 CPUtime=0.07 cores=1,3,5,7
/proc/12335/task/12401/stat : 12401 (java) S 12332 12335 5578 0 -1 1077944384 118 13316 0 0 0 0 4 3 20 0 15 0 408355350 11107291136 111429 33554432000 4194304 4196468 140733064592448 139744035461936 139744580168322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140733064600309 140733064602821 140733064602821 140733064605647 0
Current children cumulated CPU time: 14.41 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 445716 KiB

Child status: 0
Real time (s): 6.07645
CPU time (s): 14.5496
CPU user time (s): 14.2723
CPU system time (s): 0.277306
CPU usage (%): 239.443
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 445716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2723
system time used= 0.277306
maximum resident set size= 458268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70620
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= 8288
involuntary context switches= 68


# summary of solver processes directly reported to runsolver:
#   pid: 12335
#   total CPU time (s): 14.5496
#   total CPU user time (s): 14.2723
#   total CPU system time (s): 0.277306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060929 second user time and 0.102744 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 23:39:33
IDJOB=4392001
IDBENCH=137627
IDSOLVER=2837
FILE ID=node146/4392001-1568324413
RUNJOBID= node146-1568301260-5610
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w1b1r5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392001-1568324413/watcher-4392001-1568324413 -o /tmp/evaluation-result-4392001-1568324413/solver-4392001-1568324413 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1239597619 HOME/instance-4392001-1568324413.xml

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

MD5SUM BENCH= 15a2bddfb10fd8a6157ce871797528b8
RANDOM SEED=1239597619

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30944364 kB
MemAvailable:   31228180 kB
Buffers:          129788 kB
Cached:           434556 kB
SwapCached:         5308 kB
Active:           984188 kB
Inactive:         257888 kB
Active(anon):     694500 kB
Inactive(anon):    20896 kB
Active(file):     289688 kB
Inactive(file):   236992 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999812 kB
Dirty:             35044 kB
Writeback:             0 kB
AnonPages:        795100 kB
Mapped:            54040 kB
Shmem:             29172 kB
Slab:             174864 kB
SReclaimable:     145940 kB
SUnreclaim:        28924 kB
KernelStack:        3984 kB
PageTables:         6752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1878600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 23:39:39