Trace number 4290405

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 - Conflict Ordering with restarts 2018-07-02? (TO) 2400.04 2381.91

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.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1462330234
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
12.06/4.82	c Parsing done, starting search...
2400.02/2381.90	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 (10343 MiB free)
  memory of node 1: 16384 MiB (10684 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290405-1532229926/watcher-4290405-1532229926 -o /tmp/evaluation-result-4290405-1532229926/solver-4290405-1532229926 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31761 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1462330234 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290405-1532229926.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
Current StackSize limit: 8192 KiB

solver pid=32291, runsolver pid=32288

[startup+0.100059 s]*
/proc/loadavg: 1.81 1.66 1.66 3/215 32306
/proc/meminfo: memFree=21515400/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14082740 memory=31288 CPUtime=0.12 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 6725 0 0 0 11 1 0 0 20 0 15 0 40555804 14420725760 7822 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3520685 7822 3158 1 0 3482761 0
[pid=32291/tid=32293] ppid=32288 vsize=14082740 memory=-8701690554791923073 CPUtime=0.09 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 4768 0 0 0 9 0 0 0 20 0 15 0 40555805 14420725760 7822 33554432000 4194304 4196468 140722906965152 140415219164856 140415214986397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 7822 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 7822 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40555807 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40555807 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414193730464 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40555808 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414192677872 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0.01 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) R 32288 32291 31730 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 15 0 40555810 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414188468976 140415194884849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 7822 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31288 KiB

[startup+0.213971 s]*
/proc/loadavg: 1.81 1.66 1.66 6/215 32306
/proc/meminfo: memFree=21499648/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14082740 memory=47088 CPUtime=0.32 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 10406 0 0 0 30 2 0 0 20 0 15 0 40555804 14420725760 11772 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3520685 11772 3369 1 0 3482761 0
[pid=32291/tid=32293] ppid=32288 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 8111 0 0 0 19 1 0 0 20 0 15 0 40555805 14420725760 11772 33554432000 4194304 4196468 140722906965152 140415219192736 140415199008101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14082740 memory=331 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 11772 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14082740 memory=139741122327411 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 11772 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40555807 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40555807 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414193730464 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40555808 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414192677872 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 15 0 40555810 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) R 32288 32291 31730 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 15 0 40555810 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0.06 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) R 32288 32291 31730 0 -1 4202560 301 0 0 0 6 0 0 0 20 0 15 0 40555810 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414188467376 140415194366224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) R 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 11772 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47088 KiB

[startup+0.310455 s]*
/proc/loadavg: 1.81 1.66 1.66 3/215 32306
/proc/meminfo: memFree=21496608/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14082740 memory=50512 CPUtime=0.45 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 10781 0 0 0 43 2 0 0 20 0 15 0 40555804 14420725760 12628 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3520685 12628 3372 1 0 3482761 0
[pid=32291/tid=32293] ppid=32288 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 8460 0 0 0 29 1 0 0 20 0 15 0 40555805 14420725760 12628 33554432000 4194304 4196468 140722906965152 140415219175984 140415196528004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14082740 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 12628 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14082740 memory=139741122327110 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 12628 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40555806 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40555807 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40555807 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414193730464 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40555808 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414192677872 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 561 0 0 0 3 0 0 0 20 0 15 0 40555810 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 31730 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 15 0 40555810 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0.08 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 31730 0 -1 1077944384 316 0 0 0 8 0 0 0 20 0 15 0 40555810 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414188468976 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14082740 memory=139741122295424 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555810 14420725760 12628 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50512 KiB

[startup+0.700697 s]
/proc/loadavg: 1.81 1.66 1.66 3/215 32306
/proc/meminfo: memFree=21474980/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14084808 memory=88904 CPUtime=0.99 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 17627 0 0 0 95 4 0 0 20 0 15 0 40555804 14422843392 22226 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3521202 22226 3494 1 0 3483273 0
[pid=32291/tid=32293] ppid=32288 vsize=14084808 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 14900 0 0 0 64 3 0 0 20 0 15 0 40555805 14422843392 22226 33554432000 4194304 4196468 140722906965152 140415219188576 140415214986397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14084808 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14422843392 22226 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14084808 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14422843392 22226 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14084808 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40555806 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14084808 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40555807 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14084808 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40555807 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414193730464 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14084808 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40555808 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414192677872 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14084808 memory=12972 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14084808 memory=7662705889289527641 CPUtime=0.09 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 712 0 0 0 9 0 0 0 20 0 15 0 40555810 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14084808 memory=7597685182856913236 CPUtime=0.05 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 31730 0 -1 1077944384 216 0 0 0 5 0 0 0 20 0 15 0 40555810 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14084808 memory=6935658124599644240 CPUtime=0.15 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 31730 0 -1 1077944384 416 0 0 0 15 0 0 0 20 0 15 0 40555810 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414188468976 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555810 14422843392 22226 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88904 KiB

[startup+1.50073 s]
/proc/loadavg: 1.81 1.66 1.66 5/215 32306
/proc/meminfo: memFree=21432612/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14086856 memory=191672 CPUtime=3.56 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 22936 0 0 0 349 7 0 0 20 0 15 0 40555804 14424940544 47918 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3521714 47918 3551 1 0 3483785 0
[pid=32291/tid=32293] ppid=32288 vsize=14086856 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 16394 0 0 0 142 5 0 0 20 0 15 0 40555805 14424940544 47918 33554432000 4194304 4196468 140722906965152 140415219197920 140414851678976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14086856 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14424940544 47918 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14086856 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14424940544 47918 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14086856 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40555806 14424940544 47918 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14086856 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40555806 14424940544 47918 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40555807 14424940544 47918 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0

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

/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 72969 0 0 0 225837 26 0 0 20 0 15 0 40555805 14431232000 319327 33554432000 4194304 4196468 140722906965152 140415219202560 140414861939259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14093000 memory=4612 CPUtime=2.46 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 13420 0 0 0 231 15 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.44 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 15902 0 0 0 229 15 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14093000 memory=56 CPUtime=2.44 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 11617 0 0 0 230 14 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.43 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 13710 0 0 0 228 15 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0.65 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 14195 0 0 0 59 6 0 0 20 0 15 0 40555807 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40555807 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414193730528 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40555808 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414192677888 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14093000 memory=1277308 CPUtime=4.26 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 14905 0 0 0 423 3 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14093000 memory=1277308 CPUtime=4.23 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 31730 0 -1 1077944384 8999 0 0 0 419 4 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14093000 memory=1277308 CPUtime=1.56 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 31730 0 -1 1077944384 14614 0 0 0 153 3 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414188468976 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14093000 memory=4140 CPUtime=0.63 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 31730 0 -1 1077944384 1177 0 0 0 31 32 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 2279.85 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1277308 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.34 1.45 3/216 32401
/proc/meminfo: memFree=20290528/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2340.07 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 184306 0 0 0 233883 124 0 0 20 0 15 0 40555804 14431232000 319327 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3523250 319327 3619 1 0 3485321 0
[pid=32291/tid=32293] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2318.48 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 73496 0 0 0 231822 26 0 0 20 0 15 0 40555805 14431232000 319327 33554432000 4194304 4196468 140722906965152 140415219202560 140414861679618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.55 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 13595 0 0 0 240 15 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.52 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 15948 0 0 0 237 15 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.52 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 11815 0 0 0 238 14 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.51 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 13940 0 0 0 236 15 0 0 20 0 15 0 40555806 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0.69 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 14370 0 0 0 62 7 0 0 20 0 15 0 40555807 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40555807 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414193730528 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40555808 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414192677888 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14093000 memory=1277308 CPUtime=4.26 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 14908 0 0 0 423 3 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14093000 memory=1277308 CPUtime=4.23 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 31730 0 -1 1077944384 9001 0 0 0 419 4 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14093000 memory=15872 CPUtime=1.56 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 31730 0 -1 1077944384 14616 0 0 0 153 3 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414188468976 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14093000 memory=1277308 CPUtime=0.65 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 31730 0 -1 1077944384 1194 0 0 0 32 33 0 0 20 0 15 0 40555810 14431232000 319327 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 2340.07 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1277308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.9 s]
/proc/loadavg: 1.39 1.36 1.45 3/215 32482
/proc/meminfo: memFree=20282620/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14093000 memory=1272176 CPUtime=2400.02 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 185786 0 0 0 239875 127 0 0 20 0 15 0 40555804 14431232000 318044 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3523250 318044 3619 1 0 3485321 0
[pid=32291/tid=32293] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2377.91 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 74126 0 0 0 237765 26 0 0 20 0 15 0 40555805 14431232000 318044 33554432000 4194304 4196468 140722906965152 140415219202672 140414861939585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14093000 memory=1273716 CPUtime=2.66 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 13755 0 0 0 251 15 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14093000 memory=1274740 CPUtime=2.64 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 16049 0 0 0 248 16 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.64 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 12015 0 0 0 249 15 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14093000 memory=1277820 CPUtime=2.64 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 14130 0 0 0 248 16 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14093000 memory=1278332 CPUtime=0.72 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 14549 0 0 0 65 7 0 0 20 0 15 0 40555807 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14093000 memory=1275768 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40555807 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414193730528 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14093000 memory=1273200 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40555808 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414192677888 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14093000 memory=1273200 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14093000 memory=1275768 CPUtime=4.26 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 14910 0 0 0 423 3 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14093000 memory=1228 CPUtime=4.23 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 31730 0 -1 1077944384 9003 0 0 0 419 4 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14093000 memory=1273200 CPUtime=1.56 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 31730 0 -1 1077944384 14618 0 0 0 153 3 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414188468976 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14093000 memory=1273200 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14093000 memory=1944 CPUtime=0.66 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 31730 0 -1 1077944384 1208 0 0 0 32 34 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1272176 KiB

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

[startup+2381.91 s]
# the end of solver process 32291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.76 s, system=1.27741 s

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

[startup+2381.9 s]
/proc/loadavg: 1.39 1.36 1.45 3/215 32482
/proc/meminfo: memFree=20282620/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14093000 memory=1272176 CPUtime=2400.02 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 31730 0 -1 1077944320 185786 0 0 0 239875 127 0 0 20 0 15 0 40555804 14431232000 318044 33554432000 4194304 4196468 140722906965152 140722906947696 140415214964471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
/proc/32291/statm: 3523250 318044 3619 1 0 3485321 0
[pid=32291/tid=32293] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2377.91 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 31730 0 -1 4202560 74126 0 0 0 237765 26 0 0 20 0 15 0 40555805 14431232000 318044 33554432000 4194304 4196468 140722906965152 140415219202672 140414861939585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32294] ppid=32288 vsize=14093000 memory=1273716 CPUtime=2.66 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 31730 0 -1 1077944384 13755 0 0 0 251 15 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140415167585040 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32295] ppid=32288 vsize=14093000 memory=1274740 CPUtime=2.64 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 31730 0 -1 1077944384 16049 0 0 0 248 16 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140415166532496 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32296] ppid=32288 vsize=14093000 memory=1277308 CPUtime=2.64 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 31730 0 -1 1077944384 12015 0 0 0 249 15 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414808157200 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32297] ppid=32288 vsize=14093000 memory=1277820 CPUtime=2.64 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 31730 0 -1 1077944384 14130 0 0 0 248 16 0 0 20 0 15 0 40555806 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414807104656 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32298] ppid=32288 vsize=14093000 memory=1278332 CPUtime=0.72 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 31730 0 -1 1077944384 14549 0 0 0 65 7 0 0 20 0 15 0 40555807 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414194784240 140415214975618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32299] ppid=32288 vsize=14093000 memory=1275768 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 31730 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40555807 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414193730528 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32300] ppid=32288 vsize=14093000 memory=1273200 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 31730 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 40555808 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414192677888 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32301] ppid=32288 vsize=14093000 memory=1273200 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414191626448 140415214983067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32302] ppid=32288 vsize=14093000 memory=1275768 CPUtime=4.26 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 31730 0 -1 1077944384 14910 0 0 0 423 3 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414190574064 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32303] ppid=32288 vsize=14093000 memory=1228 CPUtime=4.23 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 31730 0 -1 1077944384 9003 0 0 0 419 4 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414189521520 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32304] ppid=32288 vsize=14093000 memory=1273200 CPUtime=1.56 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 31730 0 -1 1077944384 14618 0 0 0 153 3 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414188468976 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32305] ppid=32288 vsize=14093000 memory=1273200 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414187416672 140415214974677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
[pid=32291/tid=32306] ppid=32288 vsize=14093000 memory=1944 CPUtime=0.66 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 31730 0 -1 1077944384 1208 0 0 0 32 34 0 0 20 0 15 0 40555810 14431232000 318044 33554432000 4194304 4196468 140722906965152 140414186363184 140415214975618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25059328 140722906969160 140722906969353 140722906969353 140722906972111 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1272176 KiB

Child status: 143
Real time (s): 2381.91
CPU time (s): 2400.04
CPU user time (s): 2398.76
CPU system time (s): 1.27741
CPU usage (%): 100.761
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1786564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.76
system time used= 1.27741
maximum resident set size= 1792708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70939
involuntary context switches= 3403


# summary of solver processes directly reported to runsolver:
#   pid: 32291
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2398.76
#   total CPU system time (s): 1.27741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7183 second user time and 19.6588 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 05:25:26
IDJOB=4290405
IDBENCH=141061
IDSOLVER=2743
FILE ID=node137/4290405-1532229926
RUNJOBID= node137-1532225156-31761
PBS_JOBID= 21018945
Free space on /tmp= 56856 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290405-1532229926/watcher-4290405-1532229926 -o /tmp/evaluation-result-4290405-1532229926/solver-4290405-1532229926 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31761 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1462330234 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290405-1532229926.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1462330234

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21532304 kB
MemAvailable:   31689752 kB
Buffers:          224680 kB
Cached:         10132304 kB
SwapCached:            0 kB
Active:          1979836 kB
Inactive:        8680148 kB
Active(anon):     305912 kB
Inactive(anon):    16944 kB
Active(file):    1673924 kB
Inactive(file):  8663204 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36176 kB
Writeback:             4 kB
AnonPages:        311748 kB
Mapped:            48632 kB
Shmem:             17036 kB
Slab:             275916 kB
SReclaimable:     248780 kB
SUnreclaim:        27136 kB
KernelStack:        3520 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1279544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56824 MiB
End job on node137 at 2018-07-22 06:05:08