Trace number 4291603

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
OscaR - Hybrid 2018-07-02? (TO) 2400.11 2384.12

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark2519.9
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.56	c seed: 1673526808
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
12.42/6.00	c Parsing done, starting first complete search...
2400.08/2384.11	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291603-1532233169/watcher-4291603-1532233169 -o /tmp/evaluation-result-4291603-1532233169/solver-4291603-1532233169 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29479 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1673526808 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291603-1532233169.xml 

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

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=30416, runsolver pid=30413
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.01 1.72 1.59 4/215 30431
/proc/meminfo: memFree=16382888/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14082740 memory=32968 CPUtime=0.11 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 7205 0 0 0 10 1 0 0 20 0 15 0 40880072 14420725760 8242 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3520685 8242 3131 1 0 3482761 0
[pid=30416/tid=30418] ppid=30413 vsize=14082740 memory=-8629632960753995642 CPUtime=0.09 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 5284 0 0 0 8 1 0 0 20 0 15 0 40880072 14420725760 8242 33554432000 4194304 4196468 140726762256080 140422648506768 140422624556907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 8308 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 8308 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 8308 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 8308 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880074 14420725760 8308 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40880075 14420725760 8308 33554432000 4194304 4196468 140726762256080 140421623575584 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40880075 14420725760 8308 33554432000 4194304 4196468 140726762256080 140421622522736 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14420725760 8308 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 29448 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 40880077 14420725760 8308 33554432000 4194304 4196468 140726762256080 140421620419440 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14420725760 8308 33554432000 4194304 4196468 140726762256080 140421619366640 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0.01 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 29448 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 15 0 40880077 14420725760 8374 33554432000 4194304 4196468 140726762256080 140421618313840 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14420725760 8374 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880078 14420725760 8374 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32968 KiB

[startup+0.210403 s]*
/proc/loadavg: 2.01 1.72 1.59 5/215 30431
/proc/meminfo: memFree=16366572/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14082740 memory=47408 CPUtime=0.3 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 10478 0 0 0 28 2 0 0 20 0 15 0 40880072 14420725760 11852 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3520685 11852 3371 1 0 3482761 0
[pid=30416/tid=30418] ppid=30413 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 8142 0 0 0 19 1 0 0 20 0 15 0 40880072 14420725760 11852 33554432000 4194304 4196468 140726762256080 140422648509440 140422644303005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 11852 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14082740 memory=288370052834784896 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 11852 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 11852 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 11918 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40880074 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40880075 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421623575584 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40880075 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421622522736 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) R 30413 30416 29448 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 15 0 40880077 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421620419440 140422627665894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) R 30413 30416 29448 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 40880077 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421619366736 140422644291285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0.06 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) R 30413 30416 29448 0 -1 4202560 397 0 0 0 6 0 0 0 20 0 15 0 40880077 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421618310776 140422644302426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880078 14420725760 11918 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47408 KiB

[startup+0.310571 s]*
/proc/loadavg: 2.01 1.72 1.59 4/215 30431
/proc/meminfo: memFree=16363532/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14082740 memory=51432 CPUtime=0.44 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 10951 0 0 0 42 2 0 0 20 0 15 0 40880072 14420725760 12858 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3520685 12858 3415 1 0 3482761 0
[pid=30416/tid=30418] ppid=30413 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 8498 0 0 0 28 1 0 0 20 0 15 0 40880072 14420725760 12858 33554432000 4194304 4196468 140726762256080 140422648472640 140422628361566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14082740 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 12858 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14082740 memory=288370052834784896 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 12858 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 12858 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14420725760 12858 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40880074 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40880075 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421623575584 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40880075 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421622522736 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 29448 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 40880077 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421620419440 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 29448 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 15 0 40880077 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421619366640 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0.08 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 29448 0 -1 1077944384 434 0 0 0 8 0 0 0 20 0 15 0 40880077 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421618313840 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14082740 memory=139676683073152 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880078 14420725760 12858 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51432 KiB

[startup+0.700811 s]
/proc/loadavg: 2.01 1.72 1.59 3/215 30431
/proc/meminfo: memFree=16341308/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14084808 memory=91380 CPUtime=1 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 17736 0 0 0 96 4 0 0 20 0 15 0 40880072 14422843392 22845 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3521202 22845 3500 1 0 3483273 0
[pid=30416/tid=30418] ppid=30413 vsize=14084808 memory=9372 CPUtime=0.68 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 14794 0 0 0 65 3 0 0 20 0 15 0 40880072 14422843392 22845 33554432000 4194304 4196468 140726762256080 140422648505104 140422644303005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14084808 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14422843392 22845 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14084808 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14422843392 22845 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14084808 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14422843392 22845 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14084808 memory=960 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14422843392 22845 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14084808 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40880074 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14084808 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40880075 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421623575584 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14084808 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40880075 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421622522736 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14084808 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14084808 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 29448 0 -1 1077944384 552 0 0 0 7 0 0 0 20 0 15 0 40880077 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421620419440 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14084808 memory=7236547281622689387 CPUtime=0.07 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 29448 0 -1 1077944384 422 0 0 0 7 0 0 0 20 0 15 0 40880077 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421619366640 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 29448 0 -1 1077944384 585 0 0 0 15 0 0 0 20 0 15 0 40880077 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421618313840 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14084808 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880078 14422843392 22845 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 91380 KiB

[startup+1.50578 s]
/proc/loadavg: 2.01 1.72 1.59 6/215 30431
/proc/meminfo: memFree=16296996/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14086856 memory=190864 CPUtime=3.52 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 23421 0 0 0 345 7 0 0 20 0 15 0 40880072 14424940544 47716 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3521714 47716 3545 1 0 3483785 0
[pid=30416/tid=30418] ppid=30413 vsize=14086856 memory=168424 CPUtime=1.47 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 16893 0 0 0 142 5 0 0 20 0 15 0 40880072 14424940544 47716 33554432000 4194304 4196468 140726762256080 140422648517872 140422624303644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14086856 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14424940544 47716 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14424940544 47716 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40880073 14424940544 47716 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40880073 14424940544 47716 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 40880074 14424940544 47716 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0

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

/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 69837 0 0 0 231839 26 0 0 20 0 15 0 40880072 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422648519312 140422298166892 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.11 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 11876 0 0 0 197 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.08 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 13113 0 0 0 194 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.07 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 16210 0 0 0 193 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14093000 memory=0 CPUtime=2.09 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 13957 0 0 0 195 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14093000 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 10958 0 0 0 66 7 0 0 20 0 15 0 40880074 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421623575648 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421622522752 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 29448 0 -1 1077944384 10977 0 0 0 399 1 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421620419440 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4.01 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 29448 0 -1 1077944384 11443 0 0 0 399 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421619366640 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14093000 memory=1294200 CPUtime=1.58 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 29448 0 -1 1077944384 9656 0 0 0 156 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421618313840 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0.63 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1634 0 0 0 26 37 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 2338.06 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1294200 KiB

[startup+2382.3 s]
/proc/loadavg: 1.89 1.67 1.58 3/215 30584
/proc/meminfo: memFree=14273664/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2398.27 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 172621 0 0 0 239706 121 0 0 20 0 15 0 40880072 14431232000 323550 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3523250 323550 3615 1 0 3485321 0
[pid=30416/tid=30418] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2378.53 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 70407 0 0 0 237826 27 0 0 20 0 15 0 40880072 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422648519184 140422284324413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14093000 memory=0 CPUtime=2.18 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 11990 0 0 0 204 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14093000 memory=6791534058613427641 CPUtime=2.16 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 13161 0 0 0 201 15 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.14 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 16421 0 0 0 200 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.17 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 14420 0 0 0 202 15 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0.77 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 11054 0 0 0 69 8 0 0 20 0 15 0 40880074 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421623575648 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421622522752 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 29448 0 -1 1077944384 10979 0 0 0 399 1 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421620419440 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4.01 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 29448 0 -1 1077944384 11445 0 0 0 399 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421619366640 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14093000 memory=1294200 CPUtime=1.58 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 29448 0 -1 1077944384 9658 0 0 0 156 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421618313840 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14093000 memory=960 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14093000 memory=1240 CPUtime=0.65 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1651 0 0 0 27 38 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 2398.27 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1294200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384.11 s]
/proc/loadavg: 1.89 1.67 1.58 3/215 30584
/proc/meminfo: memFree=14273664/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2400.08 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 172637 0 0 0 239887 121 0 0 20 0 15 0 40880072 14431232000 323550 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3523250 323550 3615 1 0 3485321 0
[pid=30416/tid=30418] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2380.33 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 70409 0 0 0 238006 27 0 0 20 0 15 0 40880072 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422648518800 140422285084403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.18 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 11990 0 0 0 204 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.16 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 13161 0 0 0 201 15 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.14 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 16422 0 0 0 200 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.17 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 14422 0 0 0 202 15 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0.77 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 11059 0 0 0 69 8 0 0 20 0 15 0 40880074 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421623575648 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421622522752 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 29448 0 -1 1077944384 10981 0 0 0 399 1 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421620419440 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4.01 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 29448 0 -1 1077944384 11447 0 0 0 399 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421619366640 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14093000 memory=640 CPUtime=1.58 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 29448 0 -1 1077944384 9660 0 0 0 156 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421618313840 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14093000 memory=4620 CPUtime=0.65 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1651 0 0 0 27 38 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1294200 KiB

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

[startup+2384.12 s]
# the end of solver process 30416 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.89 s, system=1.22049 s

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

[startup+2384.11 s]
/proc/loadavg: 1.89 1.67 1.58 3/215 30584
/proc/meminfo: memFree=14273664/32770624 swapFree=67108860/67108860
[pid=30416] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2400.08 cores=0,2,4,6
/proc/30416/stat : 30416 (java) S 30413 30416 29448 0 -1 1077944320 172637 0 0 0 239887 121 0 0 20 0 15 0 40880072 14431232000 323550 33554432000 4194304 4196468 140726762256080 140726762238624 140422644281079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
/proc/30416/statm: 3523250 323550 3615 1 0 3485321 0
[pid=30416/tid=30418] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2380.33 cores=0,2,4,6
/proc/30416/task/30418/stat : 30418 (java) R 30413 30416 29448 0 -1 4202560 70409 0 0 0 238006 27 0 0 20 0 15 0 40880072 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422648518800 140422285084403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30419] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.18 cores=0,2,4,6
/proc/30416/task/30419/stat : 30419 (java) S 30413 30416 29448 0 -1 1077944384 11990 0 0 0 204 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422240148624 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30420] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.16 cores=0,2,4,6
/proc/30416/task/30420/stat : 30420 (java) S 30413 30416 29448 0 -1 1077944384 13161 0 0 0 201 15 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422239095824 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30421] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.14 cores=0,2,4,6
/proc/30416/task/30421/stat : 30421 (java) S 30413 30416 29448 0 -1 1077944384 16422 0 0 0 200 14 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422238043024 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30422] ppid=30413 vsize=14093000 memory=1294200 CPUtime=2.17 cores=0,2,4,6
/proc/30416/task/30422/stat : 30422 (java) S 30413 30416 29448 0 -1 1077944384 14422 0 0 0 202 15 0 0 20 0 15 0 40880073 14431232000 323550 33554432000 4194304 4196468 140726762256080 140422236990224 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30423] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0.77 cores=0,2,4,6
/proc/30416/task/30423/stat : 30423 (java) S 30413 30416 29448 0 -1 1077944384 11059 0 0 0 69 8 0 0 20 0 15 0 40880074 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421624629616 140422644292226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30424] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30424/stat : 30424 (java) S 30413 30416 29448 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421623575648 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30425] ppid=30413 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30425/stat : 30425 (java) S 30413 30416 29448 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40880075 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421622522752 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30426] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30426/stat : 30426 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421621471056 140422644299675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30427] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4 cores=0,2,4,6
/proc/30416/task/30427/stat : 30427 (java) S 30413 30416 29448 0 -1 1077944384 10981 0 0 0 399 1 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421620419440 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30428] ppid=30413 vsize=14093000 memory=1294200 CPUtime=4.01 cores=0,2,4,6
/proc/30416/task/30428/stat : 30428 (java) S 30413 30416 29448 0 -1 1077944384 11447 0 0 0 399 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421619366640 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30429] ppid=30413 vsize=14093000 memory=640 CPUtime=1.58 cores=0,2,4,6
/proc/30416/task/30429/stat : 30429 (java) S 30413 30416 29448 0 -1 1077944384 9660 0 0 0 156 2 0 0 20 0 15 0 40880077 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421618313840 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30430] ppid=30413 vsize=14093000 memory=1294200 CPUtime=0 cores=0,2,4,6
/proc/30416/task/30430/stat : 30430 (java) S 30413 30416 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421617261280 140422644291285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
[pid=30416/tid=30431] ppid=30413 vsize=14093000 memory=4620 CPUtime=0.65 cores=0,2,4,6
/proc/30416/task/30431/stat : 30431 (java) S 30413 30416 29448 0 -1 1077944384 1651 0 0 0 27 38 0 0 20 0 15 0 40880078 14431232000 323550 33554432000 4194304 4196468 140726762256080 140421616208560 140422644292226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27389952 140726762263636 140726762263817 140726762263817 140726762266575 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1294200 KiB

Child status: 143
Real time (s): 2384.12
CPU time (s): 2400.11
CPU user time (s): 2398.89
CPU system time (s): 1.22049
CPU usage (%): 100.67
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1639280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.89
system time used= 1.22049
maximum resident set size= 1641404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172858
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72332
involuntary context switches= 2540


# summary of solver processes directly reported to runsolver:
#   pid: 30416
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2398.89
#   total CPU system time (s): 1.22049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8948 second user time and 21.9458 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 06:19:29
IDJOB=4291603
IDBENCH=141061
IDSOLVER=2746
FILE ID=node102/4291603-1532233169
RUNJOBID= node102-1532226016-29479
PBS_JOBID= 21018947
Free space on /tmp= 53212 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291603-1532233169/watcher-4291603-1532233169 -o /tmp/evaluation-result-4291603-1532233169/solver-4291603-1532233169 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29479 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1673526808 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291603-1532233169.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1673526808

node102.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.51
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.51
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.51
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.51
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:        16400832 kB
MemAvailable:   31542580 kB
Buffers:          223200 kB
Cached:         15009352 kB
SwapCached:            0 kB
Active:          1899504 kB
Inactive:       13784056 kB
Active(anon):     454236 kB
Inactive(anon):    16892 kB
Active(file):    1445268 kB
Inactive(file): 13767164 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36316 kB
Writeback:             0 kB
AnonPages:        429312 kB
Mapped:            48636 kB
Shmem:             17036 kB
Slab:             384896 kB
SReclaimable:     357776 kB
SUnreclaim:        27120 kB
KernelStack:        3312 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1200096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53176 MiB
End job on node102 at 2018-07-22 06:59:13