Trace number 4290289

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-02SAT (TO)4 2400.11 2367.52

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-05_c18.xml
MD5SUM5e5be4f605afa886fe94f4d001b03361
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.159336
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints163
Number of domains2
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":25},{"size":12,"count":2}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":14,"count":16},{"degree":16,"count":8},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":161},{"arity":26,"count":2}]
Number of extensional constraints0
Number of intensional constraints161
Distribution of constraint types[{"type":"intension","count":161},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 150210610
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
1.80/1.16	c Parsing done, starting search...
2.32/1.37	o 2
2.32/1.38	o 3
2.32/1.38	o 4
2400.08/2367.50	s SATISFIABLE
2400.08/2367.50	v <instantiation>
2400.08/2367.50	v 	<list>
2400.08/2367.50	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] nb nw
2400.08/2367.50	v 	</list>
2400.08/2367.50	v 	<values>
2400.08/2367.50	v 		2 0 0 0 2 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 2 0 0 0 2 4 4 
2400.08/2367.50	v 	</values>
2400.08/2367.50	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290289-1532292084/watcher-4290289-1532292084 -o /tmp/evaluation-result-4290289-1532292084/solver-4290289-1532292084 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532270698-13416 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 150210610 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290289-1532292084.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15753, runsolver pid=15750

[startup+0.100145 s]*
/proc/loadavg: 1.14 1.38 1.38 3/219 15768
/proc/meminfo: memFree=19818112/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14082740 memory=30604 CPUtime=0.12 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 6556 0 0 0 10 2 0 0 20 0 15 0 46771665 14420725760 7651 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3520685 7651 3154 1 0 3482761 0
[pid=15753/tid=15755] ppid=15750 vsize=14082740 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 4604 0 0 0 8 1 0 0 20 0 15 0 46771665 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307635556096 140307623578430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14082740 memory=5793855156165413305 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46771667 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46771668 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307104466080 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46771668 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307103412976 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0.01 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) S 15750 15753 2672 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 46771670 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307099204080 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771671 14420725760 7651 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30604 KiB

[startup+0.215217 s]*
/proc/loadavg: 1.14 1.38 1.38 5/219 15768
/proc/meminfo: memFree=19802608/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14082740 memory=47240 CPUtime=0.32 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 10411 0 0 0 29 3 0 0 20 0 15 0 46771665 14420725760 11810 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3520685 11810 3375 1 0 3482761 0
[pid=15753/tid=15755] ppid=15750 vsize=14082740 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 8089 0 0 0 18 2 0 0 20 0 15 0 46771665 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307635569440 140307631353238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14082740 memory=4211973631360310666 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46771667 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46771668 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307104466080 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46771668 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307103412976 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 46771670 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) R 15750 15753 2672 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 46771670 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0.06 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) R 15750 15753 2672 0 -1 4202560 334 0 0 0 6 0 0 0 20 0 15 0 46771670 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307099201872 140307615421790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771671 14420725760 11810 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47240 KiB

[startup+0.310945 s]*
/proc/loadavg: 1.14 1.38 1.38 3/219 15768
/proc/meminfo: memFree=19798576/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14082740 memory=50516 CPUtime=0.44 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 10797 0 0 0 41 3 0 0 20 0 15 0 46771665 14420725760 12629 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3520685 12629 3378 1 0 3482761 0
[pid=15753/tid=15755] ppid=15750 vsize=14082740 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 8442 0 0 0 27 2 0 0 20 0 15 0 46771665 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307635552816 140307615421790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14082740 memory=4211973631360310666 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14082740 memory=279810158528896 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14082740 memory=279810006045184 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14082740 memory=139905003008783 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46771666 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14082740 memory=279810158538112 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46771667 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14082740 memory=139905003013391 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46771668 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307104466080 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14082740 memory=139905003029112 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46771668 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307103412976 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14082740 memory=139905003033112 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 46771670 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) S 15750 15753 2672 0 -1 1077944384 124 0 0 0 2 0 0 0 20 0 15 0 46771670 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14082740 memory=139905155520128 CPUtime=0.08 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) S 15750 15753 2672 0 -1 1077944384 356 0 0 0 8 0 0 0 20 0 15 0 46771670 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307099204080 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14082740 memory=139905155550732 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771671 14420725760 12629 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50516 KiB

[startup+0.700771 s]
/proc/loadavg: 1.14 1.38 1.38 3/219 15768
/proc/meminfo: memFree=19774764/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14084808 memory=88572 CPUtime=0.99 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 17604 0 0 0 93 6 0 0 20 0 15 0 46771665 14422843392 22143 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3521202 22143 3481 1 0 3483273 0
[pid=15753/tid=15755] ppid=15750 vsize=14084808 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 14879 0 0 0 63 4 0 0 20 0 15 0 46771665 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307635547152 140307615421790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46771666 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46771667 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46771668 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307104466080 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14084808 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46771668 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307103412976 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14084808 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14084808 memory=1200 CPUtime=0.06 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 649 0 0 0 6 0 0 0 20 0 15 0 46771670 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14084808 memory=11956 CPUtime=0.08 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) S 15750 15753 2672 0 -1 1077944384 264 0 0 0 8 0 0 0 20 0 15 0 46771670 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14084808 memory=1008 CPUtime=0.15 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) S 15750 15753 2672 0 -1 1077944384 437 0 0 0 15 0 0 0 20 0 15 0 46771670 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307099204080 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14084808 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14084808 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771671 14422843392 22143 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88572 KiB

[startup+1.50164 s]
/proc/loadavg: 1.14 1.38 1.38 3/219 15768
/proc/meminfo: memFree=19742380/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14090952 memory=144120 CPUtime=2.94 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 28372 0 0 0 285 9 0 0 20 0 15 0 46771665 14429134848 36030 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3522738 36030 3536 1 0 3484809 0
[pid=15753/tid=15755] ppid=15750 vsize=14090952 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 20128 0 0 0 141 5 0 0 20 0 15 0 46771665 14429134848 36030 33554432000 4194304 4196468 140726596460512 140307635578096 140307272771975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14429134848 36030 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14429134848 36030 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46771666 14429134848 36030 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46771666 14429134848 36030 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 46771667 14429134848 36030 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0

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

/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 108703 0 0 0 223481 63 0 0 20 0 15 0 46771665 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307635579936 140307274401358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14090952 memory=392504 CPUtime=9.99 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 2440 0 0 0 882 117 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14090952 memory=392504 CPUtime=9.94 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 3955 0 0 0 880 114 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14090952 memory=392504 CPUtime=9.96 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 5167 0 0 0 879 117 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14090952 memory=392504 CPUtime=10.01 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 6570 0 0 0 890 111 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14090952 memory=392504 CPUtime=13.72 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 7045 0 0 0 1277 95 0 0 20 0 15 0 46771667 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307104466144 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307103412992 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14090952 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 5155 0 0 0 131 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14090952 memory=392504 CPUtime=1.25 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) S 15750 15753 2672 0 -1 1077944384 4900 0 0 0 124 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14090952 memory=392504 CPUtime=0.55 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) S 15750 15753 2672 0 -1 1077944384 4480 0 0 0 54 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307099204080 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14090952 memory=1584 CPUtime=1.34 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1391 0 0 0 61 73 0 0 20 0 15 0 46771671 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 2293.62 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 392504 KiB

[startup+2322.3 s]
/proc/loadavg: 1.30 1.36 1.40 3/220 15943
/proc/meminfo: memFree=20246340/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14090952 memory=392504 CPUtime=2354.33 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 152345 0 0 0 234935 498 0 0 20 0 15 0 46771665 14429134848 98126 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3522738 98126 3584 1 0 3484809 0
[pid=15753/tid=15755] ppid=15750 vsize=14090952 memory=392504 CPUtime=2294.75 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 109464 0 0 0 229410 65 0 0 20 0 15 0 46771665 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307635579936 140307273416770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14090952 memory=392504 CPUtime=10.24 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 2443 0 0 0 904 120 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14090952 memory=392504 CPUtime=10.18 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 4077 0 0 0 902 116 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14090952 memory=392504 CPUtime=10.23 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 5170 0 0 0 903 120 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14090952 memory=392504 CPUtime=10.27 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 6606 0 0 0 913 114 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14090952 memory=392504 CPUtime=14.07 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 7222 0 0 0 1311 96 0 0 20 0 15 0 46771667 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307104466144 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307103412992 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14090952 memory=392504 CPUtime=1.31 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 5157 0 0 0 131 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14090952 memory=392504 CPUtime=1.25 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) S 15750 15753 2672 0 -1 1077944384 4902 0 0 0 124 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14090952 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) S 15750 15753 2672 0 -1 1077944384 4482 0 0 0 54 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307099204080 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14090952 memory=840 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14090952 memory=7100839861465685612 CPUtime=1.38 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1405 0 0 0 63 75 0 0 20 0 15 0 46771671 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 2354.33 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 392504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.5 s]
/proc/loadavg: 1.41 1.37 1.41 3/220 15943
/proc/meminfo: memFree=20239276/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14090952 memory=392504 CPUtime=2400.08 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 153093 0 0 0 239501 507 0 0 20 0 15 0 46771665 14429134848 98126 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3522738 98126 3584 1 0 3484809 0
[pid=15753/tid=15755] ppid=15750 vsize=14090952 memory=392504 CPUtime=2339.42 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 110208 0 0 0 233876 66 0 0 20 0 15 0 46771665 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307635580112 140307274400736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14090952 memory=125 CPUtime=10.45 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 2443 0 0 0 923 122 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14090952 memory=56 CPUtime=10.38 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 4077 0 0 0 920 118 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14090952 memory=0 CPUtime=10.41 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 5170 0 0 0 918 123 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14090952 memory=796 CPUtime=10.47 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 6606 0 0 0 931 116 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14090952 memory=392504 CPUtime=14.34 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 7224 0 0 0 1336 98 0 0 20 0 15 0 46771667 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307104466144 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307103412992 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14090952 memory=392504 CPUtime=1.31 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 5157 0 0 0 131 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14090952 memory=392504 CPUtime=1.25 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) S 15750 15753 2672 0 -1 1077944384 4902 0 0 0 124 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14090952 memory=392504 CPUtime=0.55 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) S 15750 15753 2672 0 -1 1077944384 4482 0 0 0 54 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307099204080 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14090952 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1407 0 0 0 64 77 0 0 20 0 15 0 46771671 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 392504 KiB

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

[startup+2367.52 s]
# the end of solver process 15753 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.03 s, system=5.08091 s

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

[startup+2367.5 s]
/proc/loadavg: 1.41 1.37 1.41 3/220 15943
/proc/meminfo: memFree=20239276/32770624 swapFree=67108860/67108860
[pid=15753] ppid=15750 vsize=14090952 memory=392504 CPUtime=2400.08 cores=1,3,5,7
/proc/15753/stat : 15753 (java) S 15750 15753 2672 0 -1 1077944320 153093 0 0 0 239501 507 0 0 20 0 15 0 46771665 14429134848 98126 33554432000 4194304 4196468 140726596460512 140726596443056 140307631341303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
/proc/15753/statm: 3522738 98126 3584 1 0 3484809 0
[pid=15753/tid=15755] ppid=15750 vsize=14090952 memory=392504 CPUtime=2339.42 cores=1,3,5,7
/proc/15753/task/15755/stat : 15755 (java) R 15750 15753 2672 0 -1 4202560 110208 0 0 0 233876 66 0 0 20 0 15 0 46771665 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307635580112 140307274400736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15756] ppid=15750 vsize=14090952 memory=125 CPUtime=10.45 cores=1,3,5,7
/proc/15753/task/15756/stat : 15756 (java) S 15750 15753 2672 0 -1 1077944384 2443 0 0 0 923 122 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307590102032 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15757] ppid=15750 vsize=14090952 memory=56 CPUtime=10.38 cores=1,3,5,7
/proc/15753/task/15757/stat : 15757 (java) S 15750 15753 2672 0 -1 1077944384 4077 0 0 0 920 118 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307226508432 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15758] ppid=15750 vsize=14090952 memory=0 CPUtime=10.41 cores=1,3,5,7
/proc/15753/task/15758/stat : 15758 (java) S 15750 15753 2672 0 -1 1077944384 5170 0 0 0 918 123 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307225455376 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15759] ppid=15750 vsize=14090952 memory=796 CPUtime=10.47 cores=1,3,5,7
/proc/15753/task/15759/stat : 15759 (java) S 15750 15753 2672 0 -1 1077944384 6606 0 0 0 931 116 0 0 20 0 15 0 46771666 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307224402832 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15760] ppid=15750 vsize=14090952 memory=392504 CPUtime=14.34 cores=1,3,5,7
/proc/15753/task/15760/stat : 15760 (java) S 15750 15753 2672 0 -1 1077944384 7224 0 0 0 1336 98 0 0 20 0 15 0 46771667 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307105519856 140307631352450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15761] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15761/stat : 15761 (java) S 15750 15753 2672 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307104466144 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15762] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15762/stat : 15762 (java) S 15750 15753 2672 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 46771668 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307103412992 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15763] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15763/stat : 15763 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307102361552 140307631359899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15764] ppid=15750 vsize=14090952 memory=392504 CPUtime=1.31 cores=1,3,5,7
/proc/15753/task/15764/stat : 15764 (java) S 15750 15753 2672 0 -1 1077944384 5157 0 0 0 131 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307101309680 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15765] ppid=15750 vsize=14090952 memory=392504 CPUtime=1.25 cores=1,3,5,7
/proc/15753/task/15765/stat : 15765 (java) S 15750 15753 2672 0 -1 1077944384 4902 0 0 0 124 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307100257136 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15766] ppid=15750 vsize=14090952 memory=392504 CPUtime=0.55 cores=1,3,5,7
/proc/15753/task/15766/stat : 15766 (java) S 15750 15753 2672 0 -1 1077944384 4482 0 0 0 54 1 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307099204080 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15767] ppid=15750 vsize=14090952 memory=392504 CPUtime=0 cores=1,3,5,7
/proc/15753/task/15767/stat : 15767 (java) S 15750 15753 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46771670 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307098151776 140307631351509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
[pid=15753/tid=15768] ppid=15750 vsize=14090952 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/15753/task/15768/stat : 15768 (java) S 15750 15753 2672 0 -1 1077944384 1407 0 0 0 64 77 0 0 20 0 15 0 46771671 14429134848 98126 33554432000 4194304 4196468 140726596460512 140307097098800 140307631352450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16715776 140726596465737 140726596465929 140726596465929 140726596468687 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 392504 KiB

Child status: 143
Real time (s): 2367.52
CPU time (s): 2400.11
CPU user time (s): 2395.03
CPU system time (s): 5.08091
CPU usage (%): 101.376
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 392504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.03
system time used= 5.08091
maximum resident set size= 393072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 446437
involuntary context switches= 8630


# summary of solver processes directly reported to runsolver:
#   pid: 15753
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2395.03
#   total CPU system time (s): 5.08091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7921 second user time and 23.4172 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 22:41:24
IDJOB=4290289
IDBENCH=141491
IDSOLVER=2743
FILE ID=node132/4290289-1532292084
RUNJOBID= node132-1532270698-13416
PBS_JOBID= 21018965
Free space on /tmp= 55092 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_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-4290289-1532292084/watcher-4290289-1532292084 -o /tmp/evaluation-result-4290289-1532292084/solver-4290289-1532292084 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532270698-13416 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 150210610 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290289-1532292084.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=150210610

node132.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.65
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.65
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.65
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.65
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:        19836916 kB
MemAvailable:   30888368 kB
Buffers:          253072 kB
Cached:         10946888 kB
SwapCached:            0 kB
Active:          3127436 kB
Inactive:        9175608 kB
Active(anon):    1105808 kB
Inactive(anon):    17028 kB
Active(file):    2021628 kB
Inactive(file):  9158580 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35812 kB
Writeback:             0 kB
AnonPages:       1120180 kB
Mapped:            49756 kB
Shmem:             17056 kB
Slab:             327348 kB
SReclaimable:     299704 kB
SUnreclaim:        27644 kB
KernelStack:        3856 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2091648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55060 MiB
End job on node132 at 2018-07-22 23:20:53