Trace number 4290282

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.1 2369.92

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-05_c18.xml
MD5SUM4b3a1ce7a352f102282a9a722b8ddb17
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.192942
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints346
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree14
Maximum variable degree19
Distribution of variable degrees[{"degree":14,"count":16},{"degree":15,"count":16},{"degree":16,"count":8},{"degree":17,"count":8},{"degree":18,"count":1},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":345},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints345
Distribution of constraint types[{"type":"intension","count":345},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

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.57	c seed: 326261329
0.67/0.57	c timeout: 2400
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
1.99/1.24	c Parsing done, starting search...
1.99/1.26	o 2
1.99/1.28	o 3
1.99/1.28	o 4
2400.08/2369.90	s SATISFIABLE
2400.08/2369.90	v <instantiation>
2400.08/2369.90	v 	<list>
2400.08/2369.90	v 		b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4]
2400.08/2369.90	v 	</list>
2400.08/2369.90	v 	<values>
2400.08/2369.90	v 		1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 
2400.08/2369.90	v 	</values>
2400.08/2369.90	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 (7147 MiB free)
  memory of node 1: 16384 MiB (12977 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.109331 s]*
/proc/loadavg: 1.48 1.47 1.41 3/219 15691
/proc/meminfo: memFree=20589796/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14082740 memory=33892 CPUtime=0.13 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 7367 0 0 0 12 1 0 0 20 0 15 0 46766007 14420725760 8473 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3520685 8473 3159 1 0 3482761 0
[pid=15676/tid=15678] ppid=15673 vsize=14082740 memory=-6966717417093883519 CPUtime=0.1 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 5416 0 0 0 10 0 0 0 20 0 15 0 46766008 14420725760 8473 33554432000 4194304 4196468 140731285037376 140285320633024 140285309097412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14082772 memory=5793855516669704633 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420758528 8473 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14082772 memory=140265659811456 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420758528 8473 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14083732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14421741568 8473 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14083732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46766009 14421741568 8473 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14083732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46766010 14421741568 8473 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14083732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46766010 14421741568 8539 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14083732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46766011 14421741568 8539 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14083732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14421741568 8539 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14083732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 46766013 14421741568 8539 33554432000 4194304 4196468 140731285037376 140284223502704 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14083732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14421741568 8605 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14083732 memory=140265659811456 CPUtime=0.01 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) R 15673 15676 2672 0 -1 4202560 281 0 0 0 1 0 0 0 20 0 15 0 46766013 14421741568 8605 33554432000 4194304 4196468 140731285037376 140284221397104 140285295385376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14083732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14421741568 8605 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14083732 memory=140265659811456 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766013 14421741568 8605 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33892 KiB

[startup+0.210601 s]*
/proc/loadavg: 1.48 1.47 1.41 6/219 15691
/proc/meminfo: memFree=20575532/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14082740 memory=46792 CPUtime=0.29 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 10271 0 0 0 27 2 0 0 20 0 15 0 46766007 14420725760 11698 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3520685 11698 3341 1 0 3482761 0
[pid=15676/tid=15678] ppid=15673 vsize=14082740 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) S 15673 15676 2672 0 -1 1077944384 8083 0 0 0 18 1 0 0 20 0 15 0 46766008 14420725760 11698 33554432000 4194304 4196468 140731285037376 140285320647840 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14082740 memory=4211973991864601994 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 11698 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14082740 memory=140265659811456 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 11698 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 11698 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 11698 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14082740 memory=140265659811456 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46766010 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46766010 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46766011 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 46766013 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284223495728 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) R 15673 15676 2672 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 46766013 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14082740 memory=140265659811456 CPUtime=0.05 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) S 15673 15676 2672 0 -1 1077944384 301 0 0 0 5 0 0 0 20 0 15 0 46766013 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284221397104 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14082740 memory=140265659811456 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766013 14420725760 11698 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46792 KiB

[startup+0.310485 s]*
/proc/loadavg: 1.48 1.47 1.41 3/219 15691
/proc/meminfo: memFree=20572120/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14082740 memory=50320 CPUtime=0.44 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 10765 0 0 0 42 2 0 0 20 0 15 0 46766007 14420725760 12580 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3520685 12580 3369 1 0 3482761 0
[pid=15676/tid=15678] ppid=15673 vsize=14082740 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 8453 0 0 0 28 1 0 0 20 0 15 0 46766008 14420725760 12580 33554432000 4194304 4196468 140731285037376 140285320627152 140285300499806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14082740 memory=4211973991864601994 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 12580 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14082740 memory=280531171637632 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 12580 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14082740 memory=280531023680000 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 12580 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14082740 memory=140265511826191 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46766009 14420725760 12580 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14082740 memory=280531171646848 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46766010 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14082740 memory=140265511830799 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46766010 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14082740 memory=140265511846520 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46766011 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14082740 memory=140265511850520 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 46766013 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284223502704 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) S 15673 15676 2672 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 46766013 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14082740 memory=140265659811456 CPUtime=0.08 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) S 15673 15676 2672 0 -1 1077944384 328 0 0 0 8 0 0 0 20 0 15 0 46766013 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284221397104 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14082740 memory=140265659845348 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766013 14420725760 12580 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50320 KiB

[startup+0.70066 s]
/proc/loadavg: 1.48 1.47 1.41 3/219 15691
/proc/meminfo: memFree=20551284/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14084808 memory=88652 CPUtime=0.98 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 17590 0 0 0 94 4 0 0 20 0 15 0 46766007 14422843392 22163 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3521202 22163 3484 1 0 3483273 0
[pid=15676/tid=15678] ppid=15673 vsize=14084808 memory=56 CPUtime=0.66 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 14869 0 0 0 63 3 0 0 20 0 15 0 46766008 14422843392 22163 33554432000 4194304 4196468 140731285037376 140285320641920 140285300499806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14422843392 22163 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14422843392 22163 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14422843392 22163 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46766009 14422843392 22163 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14084808 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46766010 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46766010 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14084808 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46766011 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14084808 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14084808 memory=1200 CPUtime=0.06 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 648 0 0 0 6 0 0 0 20 0 15 0 46766013 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284223502704 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14084808 memory=11956 CPUtime=0.08 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) S 15673 15676 2672 0 -1 1077944384 262 0 0 0 8 0 0 0 20 0 15 0 46766013 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14084808 memory=1008 CPUtime=0.15 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) S 15673 15676 2672 0 -1 1077944384 430 0 0 0 15 0 0 0 20 0 15 0 46766013 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284221397104 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14084808 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14084808 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766013 14422843392 22163 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88652 KiB

[startup+1.50134 s]
/proc/loadavg: 1.48 1.47 1.41 5/219 15691
/proc/meminfo: memFree=20514532/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14090952 memory=156352 CPUtime=2.87 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 24987 0 0 0 281 6 0 0 20 0 15 0 46766007 14429134848 39088 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3522738 39088 3542 1 0 3484809 0
[pid=15676/tid=15678] ppid=15673 vsize=14090952 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 18987 0 0 0 142 5 0 0 20 0 15 0 46766008 14429134848 39088 33554432000 4194304 4196468 140731285037376 140285320656496 140284928724354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14429134848 39088 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14429134848 39088 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46766009 14429134848 39088 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46766009 14429134848 39147 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 46766010 14429134848 39147 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0

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

/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 61299 0 0 0 223507 66 0 0 20 0 15 0 46766008 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285320658128 140284929023415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14090952 memory=63 CPUtime=9.74 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 5923 0 0 0 864 110 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14090952 memory=1079136 CPUtime=9.71 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 6911 0 0 0 857 114 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14090952 memory=1079136 CPUtime=9.71 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 4709 0 0 0 863 108 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14090952 memory=1079136 CPUtime=9.68 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 5392 0 0 0 858 110 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14090952 memory=1079136 CPUtime=13.29 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 10803 0 0 0 1241 88 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14090952 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14090952 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 46766011 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14090952 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14090952 memory=15808 CPUtime=0.57 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 1717 0 0 0 57 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284223502704 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.63 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) S 15673 15676 2672 0 -1 1077944384 1391 0 0 0 63 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14090952 memory=1240 CPUtime=0.59 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) S 15673 15676 2672 0 -1 1077944384 2614 0 0 0 58 1 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284221397104 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14090952 memory=1079136 CPUtime=1.36 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1633 0 0 0 65 71 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 2291.11 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079136 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.36 1.40 3/219 15857
/proc/meminfo: memFree=19437724/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14090952 memory=1079136 CPUtime=2351.88 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 105273 0 0 0 234697 491 0 0 20 0 15 0 46766007 14429134848 269784 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3522738 269784 3590 1 0 3484809 0
[pid=15676/tid=15678] ppid=15673 vsize=14090952 memory=1079136 CPUtime=2295 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 62273 0 0 0 229433 67 0 0 20 0 15 0 46766008 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285320658032 140284929293369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14090952 memory=1079136 CPUtime=10.01 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 5947 0 0 0 889 112 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14090952 memory=1079136 CPUtime=9.98 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 6924 0 0 0 880 118 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14090952 memory=1079136 CPUtime=9.97 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 4902 0 0 0 887 110 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14090952 memory=1079136 CPUtime=9.95 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 5443 0 0 0 883 112 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14090952 memory=1079136 CPUtime=13.67 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 10979 0 0 0 1276 91 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 46766011 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.57 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 1721 0 0 0 57 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284223502704 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.63 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) S 15673 15676 2672 0 -1 1077944384 1395 0 0 0 63 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.59 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) S 15673 15676 2672 0 -1 1077944384 2618 0 0 0 58 1 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284221397104 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14090952 memory=1079136 CPUtime=1.39 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1650 0 0 0 67 72 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 2351.88 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.9 s]
/proc/loadavg: 1.33 1.37 1.40 4/219 15858
/proc/meminfo: memFree=19437576/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14090952 memory=1079136 CPUtime=2400.08 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 106446 0 0 0 239507 501 0 0 20 0 15 0 46766007 14429134848 269784 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3522738 269784 3590 1 0 3484809 0
[pid=15676/tid=15678] ppid=15673 vsize=14090952 memory=8380 CPUtime=2342.01 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 63105 0 0 0 234134 67 0 0 20 0 15 0 46766008 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285320658032 140284929020480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14090952 memory=1079136 CPUtime=10.23 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 5961 0 0 0 907 116 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14090952 memory=1079136 CPUtime=10.19 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 6930 0 0 0 899 120 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14090952 memory=1079136 CPUtime=10.19 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 4921 0 0 0 906 113 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14090952 memory=1009 CPUtime=10.16 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 5563 0 0 0 901 115 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14090952 memory=1079136 CPUtime=13.96 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 11148 0 0 0 1304 92 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14090952 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 46766011 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14090952 memory=280530554681231 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.57 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 1723 0 0 0 57 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284223502704 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.63 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) S 15673 15676 2672 0 -1 1077944384 1397 0 0 0 63 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14090952 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) S 15673 15676 2672 0 -1 1077944384 2620 0 0 0 58 1 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284221397104 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14090952 memory=1079136 CPUtime=1.43 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1657 0 0 0 69 74 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079136 KiB

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

[startup+2369.92 s]
# the end of solver process 15676 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.08 s, system=5.01658 s

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

[startup+2369.9 s]
/proc/loadavg: 1.33 1.37 1.40 4/219 15858
/proc/meminfo: memFree=19437576/32770624 swapFree=67108860/67108860
[pid=15676] ppid=15673 vsize=14090952 memory=1079136 CPUtime=2400.08 cores=0,2,4,6
/proc/15676/stat : 15676 (java) S 15673 15676 2672 0 -1 1077944320 106446 0 0 0 239507 501 0 0 20 0 15 0 46766007 14429134848 269784 33554432000 4194304 4196468 140731285037376 140731285019920 140285316419319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
/proc/15676/statm: 3522738 269784 3590 1 0 3484809 0
[pid=15676/tid=15678] ppid=15673 vsize=14090952 memory=8380 CPUtime=2342.01 cores=0,2,4,6
/proc/15676/task/15678/stat : 15678 (java) R 15673 15676 2672 0 -1 4202560 63105 0 0 0 234134 67 0 0 20 0 15 0 46766008 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285320658032 140284929020480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15679] ppid=15673 vsize=14090952 memory=1079136 CPUtime=10.23 cores=0,2,4,6
/proc/15676/task/15679/stat : 15679 (java) S 15673 15676 2672 0 -1 1077944384 5961 0 0 0 907 116 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285246507664 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15680] ppid=15673 vsize=14090952 memory=1079136 CPUtime=10.19 cores=0,2,4,6
/proc/15676/task/15680/stat : 15680 (java) S 15673 15676 2672 0 -1 1077944384 6930 0 0 0 899 120 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285245454864 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15681] ppid=15673 vsize=14090952 memory=1079136 CPUtime=10.19 cores=0,2,4,6
/proc/15676/task/15681/stat : 15681 (java) S 15673 15676 2672 0 -1 1077944384 4921 0 0 0 906 113 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285244402064 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15682] ppid=15673 vsize=14090952 memory=1009 CPUtime=10.16 cores=0,2,4,6
/proc/15676/task/15682/stat : 15682 (java) S 15673 15676 2672 0 -1 1077944384 5563 0 0 0 901 115 0 0 20 0 15 0 46766009 14429134848 269784 33554432000 4194304 4196468 140731285037376 140285243349264 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15683] ppid=15673 vsize=14090952 memory=1079136 CPUtime=13.96 cores=0,2,4,6
/proc/15676/task/15683/stat : 15683 (java) S 15673 15676 2672 0 -1 1077944384 11148 0 0 0 1304 92 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284227713904 140285316430466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15684] ppid=15673 vsize=14090952 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15684/stat : 15684 (java) S 15673 15676 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 46766010 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284226659872 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15685] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15685/stat : 15685 (java) S 15673 15676 2672 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 46766011 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284225607024 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15686] ppid=15673 vsize=14090952 memory=280530554681231 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15686/stat : 15686 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284224555344 140285316437915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15687] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.57 cores=0,2,4,6
/proc/15676/task/15687/stat : 15687 (java) S 15673 15676 2672 0 -1 1077944384 1723 0 0 0 57 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284223502704 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15688] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0.63 cores=0,2,4,6
/proc/15676/task/15688/stat : 15688 (java) S 15673 15676 2672 0 -1 1077944384 1397 0 0 0 63 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284222449904 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15689] ppid=15673 vsize=14090952 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/15676/task/15689/stat : 15689 (java) S 15673 15676 2672 0 -1 1077944384 2620 0 0 0 58 1 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284221397104 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15690] ppid=15673 vsize=14090952 memory=1079136 CPUtime=0 cores=0,2,4,6
/proc/15676/task/15690/stat : 15690 (java) S 15673 15676 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284220344544 140285316429525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
[pid=15676/tid=15691] ppid=15673 vsize=14090952 memory=1079136 CPUtime=1.43 cores=0,2,4,6
/proc/15676/task/15691/stat : 15691 (java) S 15673 15676 2672 0 -1 1077944384 1657 0 0 0 69 74 0 0 20 0 15 0 46766013 14429134848 269784 33554432000 4194304 4196468 140731285037376 140284219292848 140285316430466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 38010880 140731285046345 140731285046537 140731285046537 140731285049295 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1079136 KiB

Child status: 143
Real time (s): 2369.92
CPU time (s): 2400.1
CPU user time (s): 2395.08
CPU system time (s): 5.01658
CPU usage (%): 101.274
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 1126760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.08
system time used= 5.01658
maximum resident set size= 1128808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106785
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 445087
involuntary context switches= 7292


# summary of solver processes directly reported to runsolver:
#   pid: 15676
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2395.08
#   total CPU system time (s): 5.01658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5524 second user time and 22.4722 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 22:40:28
IDJOB=4290282
IDBENCH=141489
IDSOLVER=2743
FILE ID=node132/4290282-1532292028
RUNJOBID= node132-1532270698-13415
PBS_JOBID= 21018965
Free space on /tmp= 55092 MiB

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

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

MD5SUM BENCH= 4b3a1ce7a352f102282a9a722b8ddb17
RANDOM SEED=326261329

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:        20609260 kB
MemAvailable:   31661148 kB
Buffers:          253064 kB
Cached:         10947556 kB
SwapCached:            0 kB
Active:          2356916 kB
Inactive:        9175584 kB
Active(anon):     334892 kB
Inactive(anon):    17028 kB
Active(file):    2022024 kB
Inactive(file):  9158556 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35868 kB
Writeback:             0 kB
AnonPages:        338796 kB
Mapped:            49660 kB
Shmem:             17056 kB
Slab:             327180 kB
SReclaimable:     299768 kB
SUnreclaim:        27412 kB
KernelStack:        3600 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1193868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:19:58