Trace number 4312216

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-08-17SAT (TO)43 252.124 245.716

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12b_c18.xml
MD5SUM8890b3c4968b86b21e69352acb96ed82
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark9.81484
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints111
Number of domains18
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":26},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":25,"count":12}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":35,"count":6},{"degree":36,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":87},{"arity":13,"count":24}]
Number of extensional constraints0
Number of intensional constraints87
Distribution of constraint types[{"type":"intension","count":87},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin 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.66/0.57	c version: 2018-08-17
0.66/0.57	c seed: 603000468
0.66/0.57	c timeout: 252
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 1
0.66/0.59	c Parsing instance...
1.76/1.14	c Parsing done, starting search...
3.85/1.82	o 61
8.11/5.20	o 49
146.17/141.22	o 48
146.17/141.22	o 46
146.48/141.52	o 43
252.10/245.70	s SATISFIABLE
252.10/245.70	v <instantiation>
252.10/245.70	v 	<list>
252.10/245.70	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
252.10/245.70	v 	</list>
252.10/245.70	v 	<values>
252.10/245.70	v 		11 11 1 -11 1 11 11 11 -11 11 -1 -11 1 0 0 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 0 0 6 0 0 0 0 8 0 0 0 0 10 0 12 13 
252.10/245.70	v 	</values>
252.10/245.70	v </instantiation>

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312216-1534569720/watcher-4312216-1534569720 -o /tmp/evaluation-result-4312216-1534569720/solver-4312216-1534569720 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534568572-15330 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 603000468 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312216-1534569720.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=16333, runsolver pid=16330

[startup+0.10742 s]*
/proc/loadavg: 2.13 1.83 1.73 4/215 16348
/proc/meminfo: memFree=21386776/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14082736 memory=32004 CPUtime=0.13 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 6480 0 0 0 11 2 0 0 20 0 15 0 274535254 14420721664 8001 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3520684 8001 3138 1 0 3482761 0
[pid=16333/tid=16335] ppid=16330 vsize=14082736 memory=-8629632960754259331 CPUtime=0.09 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 4613 0 0 0 8 1 0 0 20 0 15 0 274535255 14420721664 8133 33554432000 4194304 4196468 140723676883232 140416507485584 140416483546880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 8133 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 8133 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 8133 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 8133 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 8133 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 8133 33554432000 4194304 4196468 140723676883232 140415482291872 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 8133 33554432000 4194304 4196468 140723676883232 140415481238768 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 8133 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) S 16330 16333 12267 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 8133 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 8199 33554432000 4194304 4196468 140723676883232 140415478081904 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0.01 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 12267 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 15 0 274535260 14420721664 8199 33554432000 4194304 4196468 140723676883232 140415477028848 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 8199 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 8199 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32004 KiB

[startup+0.210208 s]*
/proc/loadavg: 2.13 1.83 1.73 6/215 16348
/proc/meminfo: memFree=21365924/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14082736 memory=47288 CPUtime=0.28 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 9901 0 0 0 26 2 0 0 20 0 15 0 274535254 14420721664 11822 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3520684 11822 3324 1 0 3482761 0
[pid=16333/tid=16335] ppid=16330 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) S 16330 16333 12267 0 -1 1077944384 7693 0 0 0 17 2 0 0 20 0 15 0 274535255 14420721664 11822 33554432000 4194304 4196468 140723676883232 140416507497440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 11822 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14082736 memory=140015369550290 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 11822 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 11822 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 11822 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415482291872 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415481238768 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 12267 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) R 16330 16333 12267 0 -1 4202560 120 0 0 0 1 0 0 0 20 0 15 0 274535260 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415478081904 140416483971456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0.05 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 12267 0 -1 1077944384 282 0 0 0 5 0 0 0 20 0 15 0 274535260 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415477028848 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 11822 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47288 KiB

[startup+0.310452 s]*
/proc/loadavg: 2.13 1.83 1.73 4/215 16348
/proc/meminfo: memFree=21359036/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14082736 memory=50940 CPUtime=0.43 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 10329 0 0 0 41 2 0 0 20 0 15 0 274535254 14420721664 12735 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3520684 12735 3408 1 0 3482761 0
[pid=16333/tid=16335] ppid=16330 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 8016 0 0 0 27 2 0 0 20 0 15 0 274535255 14420721664 12735 33554432000 4194304 4196468 140723676883232 140416507437968 140416503293085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 12735 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14082736 memory=140015369543963 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 12735 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 12735 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14420721664 12735 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415482291872 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274535257 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415481238768 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) S 16330 16333 12267 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 274535260 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14082736 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 12267 0 -1 1077944384 164 0 0 0 3 0 0 0 20 0 15 0 274535260 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415478081904 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0.08 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) R 16330 16333 12267 0 -1 4202560 295 0 0 0 8 0 0 0 20 0 15 0 274535260 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415477028848 140416495508286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14082736 memory=140015368058496 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535260 14420721664 12735 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50940 KiB

[startup+0.700681 s]
/proc/loadavg: 2.13 1.83 1.73 3/215 16348
/proc/meminfo: memFree=21327648/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14084804 memory=90580 CPUtime=0.97 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 17005 0 0 0 92 5 0 0 20 0 15 0 274535254 14422839296 22645 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3521201 22645 3499 1 0 3483273 0
[pid=16333/tid=16335] ppid=16330 vsize=14084804 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 14327 0 0 0 63 4 0 0 20 0 15 0 274535255 14422839296 22645 33554432000 4194304 4196468 140723676883232 140416507487464 140416503293085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14084804 memory=856 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535255 14422839296 22645 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14084804 memory=12468 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14422839296 22645 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14422839296 22645 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14084804 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14422839296 22645 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14084804 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274535257 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14084804 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274535257 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415482291872 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14084804 memory=6420 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274535257 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415481238768 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14084804 memory=7525326301224851042 CPUtime=0.06 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) S 16330 16333 12267 0 -1 1077944384 633 0 0 0 6 0 0 0 20 0 15 0 274535260 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14084804 memory=5787213831426565969 CPUtime=0.08 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) R 16330 16333 12267 0 -1 1077944384 314 0 0 0 8 0 0 0 20 0 15 0 274535260 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415478081904 140416503282306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) R 16330 16333 12267 0 -1 4202560 348 0 0 0 14 0 0 0 20 0 15 0 274535260 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415477028848 140416503283094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535260 14422839296 22645 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90580 KiB

[startup+1.50074 s]
/proc/loadavg: 2.13 1.83 1.73 3/215 16348
/proc/meminfo: memFree=21259024/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14090948 memory=177012 CPUtime=2.93 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 23759 0 0 0 286 7 0 0 20 0 15 0 274535254 14429130752 44253 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3522737 44253 3536 1 0 3484809 0
[pid=16333/tid=16335] ppid=16330 vsize=14090948 memory=6791534058613427641 CPUtime=1.46 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 18067 0 0 0 141 5 0 0 20 0 15 0 274535255 14429130752 44253 33554432000 4194304 4196468 140723676883232 140416507505504 140416125637558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274535255 14429130752 44253 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14090948 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14429130752 44253 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14429130752 44253 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274535255 14429130752 44253 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 44253 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0

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

/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 25750 0 0 0 15995 12 0 0 20 0 15 0 274535255 14429130752 63040 33554432000 4194304 4196468 140723676883232 140416507509200 140416126201908 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14090948 memory=252160 CPUtime=0.75 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1437 0 0 0 68 7 0 0 20 0 15 0 274535255 14429130752 63040 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14090948 memory=252160 CPUtime=0.75 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2538 0 0 0 68 7 0 0 20 0 15 0 274535255 14429130752 63040 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14090948 memory=1752 CPUtime=0.76 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 1476 0 0 0 68 8 0 0 20 0 15 0 274535255 14429130752 63040 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14090948 memory=1100 CPUtime=0.73 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 1462 0 0 0 66 7 0 0 20 0 15 0 274535255 14429130752 63040 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14090948 memory=2064 CPUtime=0.83 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 1731 0 0 0 79 4 0 0 20 0 15 0 274535257 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14090948 memory=250064 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415482291936 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14090948 memory=280030526732576 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415481238784 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14090948 memory=210148454858658 CPUtime=1.47 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) S 16330 16333 12267 0 -1 1077944384 8169 0 0 0 147 0 0 0 20 0 15 0 274535260 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14090948 memory=252160 CPUtime=1.51 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 12267 0 -1 1077944384 6968 0 0 0 150 1 0 0 20 0 15 0 274535260 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415478081904 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14090948 memory=1564 CPUtime=0.52 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 12267 0 -1 1077944384 3931 0 0 0 52 0 0 0 20 0 15 0 274535260 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415477028848 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14090948 memory=252160 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14090948 memory=252160 CPUtime=0.09 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 639 0 0 0 4 5 0 0 20 0 15 0 274535260 14429130752 63040 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 167.59 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 252160 KiB

[startup+222.301 s]
/proc/loadavg: 1.36 1.70 1.71 3/215 16663
/proc/meminfo: memFree=23422704/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14090948 memory=262488 CPUtime=228.42 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 59127 0 0 0 22788 54 0 0 20 0 15 0 274535254 14429130752 65622 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3522737 65622 3569 1 0 3484809 0
[pid=16333/tid=16335] ppid=16330 vsize=14090948 memory=262488 CPUtime=219.35 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 26692 0 0 0 21922 13 0 0 20 0 15 0 274535255 14429130752 65622 33554432000 4194304 4196468 140723676883232 140416507509200 140416126093283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14090948 memory=260440 CPUtime=1.03 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1585 0 0 0 93 10 0 0 20 0 15 0 274535255 14429130752 65622 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14090948 memory=260440 CPUtime=1.04 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2672 0 0 0 95 9 0 0 20 0 15 0 274535255 14429130752 65622 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14090948 memory=280030526231904 CPUtime=1.04 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 1636 0 0 0 94 10 0 0 20 0 15 0 274535255 14429130752 65622 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14090948 memory=262488 CPUtime=1.03 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 1795 0 0 0 92 11 0 0 20 0 15 0 274535255 14429130752 65622 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14090948 memory=262488 CPUtime=1.16 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 1845 0 0 0 110 6 0 0 20 0 15 0 274535257 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14090948 memory=262488 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415482291936 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14090948 memory=262488 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415481238784 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14090948 memory=260440 CPUtime=1.51 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) S 16330 16333 12267 0 -1 1077944384 9616 0 0 0 151 0 0 0 20 0 15 0 274535260 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14090948 memory=262488 CPUtime=1.52 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 12267 0 -1 1077944384 7150 0 0 0 151 1 0 0 20 0 15 0 274535260 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415478081904 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14090948 memory=262488 CPUtime=0.52 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 12267 0 -1 1077944384 4063 0 0 0 52 0 0 0 20 0 15 0 274535260 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415477028848 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14090948 memory=262488 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14090948 memory=3812 CPUtime=0.13 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 659 0 0 0 6 7 0 0 20 0 15 0 274535260 14429130752 65622 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 228.42 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 262488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.701 s]
/proc/loadavg: 1.47 1.71 1.71 3/215 16663
/proc/meminfo: memFree=23418732/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14090948 memory=266584 CPUtime=252.1 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 60033 0 0 0 25150 60 0 0 20 0 15 0 274535254 14429130752 66646 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3522737 66646 3569 1 0 3484809 0
[pid=16333/tid=16335] ppid=16330 vsize=14090948 memory=264536 CPUtime=242.48 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 27405 0 0 0 24235 13 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416507509200 140416125636975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14090948 memory=264536 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1634 0 0 0 103 11 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14090948 memory=264536 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2717 0 0 0 103 11 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14090948 memory=266584 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 1681 0 0 0 103 11 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14090948 memory=2680 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 1842 0 0 0 102 12 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14090948 memory=266584 CPUtime=1.26 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 1850 0 0 0 120 6 0 0 20 0 15 0 274535257 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14090948 memory=164 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415482291936 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14090948 memory=65 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415481238784 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14090948 memory=276 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14090948 memory=266584 CPUtime=1.51 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) S 16330 16333 12267 0 -1 1077944384 9616 0 0 0 151 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14090948 memory=264536 CPUtime=1.52 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 12267 0 -1 1077944384 7150 0 0 0 151 1 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415478081904 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14090948 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 12267 0 -1 1077944384 4063 0 0 0 52 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415477028848 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14090948 memory=6820 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14090948 memory=262488 CPUtime=0.14 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 661 0 0 0 6 8 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 266584 KiB

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

[startup+245.716 s]
# the end of solver process 16333 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.51 s, system=0.613998 s

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

[startup+245.701 s]
/proc/loadavg: 1.47 1.71 1.71 3/215 16663
/proc/meminfo: memFree=23418732/32770624 swapFree=67105356/67108860
[pid=16333] ppid=16330 vsize=14090948 memory=266584 CPUtime=252.1 cores=0,2,4,6
/proc/16333/stat : 16333 (java) S 16330 16333 12267 0 -1 1077944320 60033 0 0 0 25150 60 0 0 20 0 15 0 274535254 14429130752 66646 33554432000 4194304 4196468 140723676883232 140723676865776 140416503271159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
/proc/16333/statm: 3522737 66646 3569 1 0 3484809 0
[pid=16333/tid=16335] ppid=16330 vsize=14090948 memory=264536 CPUtime=242.48 cores=0,2,4,6
/proc/16333/task/16335/stat : 16335 (java) R 16330 16333 12267 0 -1 4202560 27405 0 0 0 24235 13 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416507509200 140416125636975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16336] ppid=16330 vsize=14090948 memory=264536 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16336/stat : 16336 (java) S 16330 16333 12267 0 -1 1077944384 1634 0 0 0 103 11 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416440871440 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16337] ppid=16330 vsize=14090948 memory=264536 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16337/stat : 16337 (java) S 16330 16333 12267 0 -1 1077944384 2717 0 0 0 103 11 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416098245264 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16338] ppid=16330 vsize=14090948 memory=266584 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16338/stat : 16338 (java) S 16330 16333 12267 0 -1 1077944384 1681 0 0 0 103 11 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416097192208 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16339] ppid=16330 vsize=14090948 memory=2680 CPUtime=1.14 cores=0,2,4,6
/proc/16333/task/16339/stat : 16339 (java) S 16330 16333 12267 0 -1 1077944384 1842 0 0 0 102 12 0 0 20 0 15 0 274535255 14429130752 66646 33554432000 4194304 4196468 140723676883232 140416096139664 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16340] ppid=16330 vsize=14090948 memory=266584 CPUtime=1.26 cores=0,2,4,6
/proc/16333/task/16340/stat : 16340 (java) S 16330 16333 12267 0 -1 1077944384 1850 0 0 0 120 6 0 0 20 0 15 0 274535257 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415483345648 140416503282306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16341] ppid=16330 vsize=14090948 memory=164 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16341/stat : 16341 (java) S 16330 16333 12267 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415482291936 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16342] ppid=16330 vsize=14090948 memory=65 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16342/stat : 16342 (java) S 16330 16333 12267 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274535257 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415481238784 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16343] ppid=16330 vsize=14090948 memory=276 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16343/stat : 16343 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415480187344 140416503289755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16344] ppid=16330 vsize=14090948 memory=266584 CPUtime=1.51 cores=0,2,4,6
/proc/16333/task/16344/stat : 16344 (java) S 16330 16333 12267 0 -1 1077944384 9616 0 0 0 151 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415479134448 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16345] ppid=16330 vsize=14090948 memory=264536 CPUtime=1.52 cores=0,2,4,6
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 12267 0 -1 1077944384 7150 0 0 0 151 1 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415478081904 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16346] ppid=16330 vsize=14090948 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 12267 0 -1 1077944384 4063 0 0 0 52 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415477028848 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16347] ppid=16330 vsize=14090948 memory=6820 CPUtime=0 cores=0,2,4,6
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415475976544 140416503281365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
[pid=16333/tid=16348] ppid=16330 vsize=14090948 memory=262488 CPUtime=0.14 cores=0,2,4,6
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 12267 0 -1 1077944384 661 0 0 0 6 8 0 0 20 0 15 0 274535260 14429130752 66646 33554432000 4194304 4196468 140723676883232 140415474924592 140416503282306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 10608640 140723676890191 140723676890382 140723676890382 140723676893135 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 266584 KiB

Child status: 143
Real time (s): 245.716
CPU time (s): 252.124
CPU user time (s): 251.51
CPU system time (s): 0.613998
CPU usage (%): 102.608
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 266584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.51
system time used= 0.613998
maximum resident set size= 267136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42229
involuntary context switches= 949


# summary of solver processes directly reported to runsolver:
#   pid: 16333
#   total CPU time (s): 252.124
#   total CPU user time (s): 251.51
#   total CPU system time (s): 0.613998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37925 second user time and 2.34815 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-18 07:22:00
IDJOB=4312216
IDBENCH=141322
IDSOLVER=2800
FILE ID=node149/4312216-1534569720
RUNJOBID= node149-1534568572-15330
PBS_JOBID= 21038630
Free space on /tmp= 51888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12b_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312216-1534569720/watcher-4312216-1534569720 -o /tmp/evaluation-result-4312216-1534569720/solver-4312216-1534569720 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534568572-15330 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 603000468 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312216-1534569720.xml

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

MD5SUM BENCH= 8890b3c4968b86b21e69352acb96ed82
RANDOM SEED=603000468

node149.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.60
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.60
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.60
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.60
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:        21415164 kB
MemAvailable:   29475352 kB
Buffers:          214928 kB
Cached:          8097224 kB
SwapCached:         1704 kB
Active:          6407756 kB
Inactive:        4368276 kB
Active(anon):    2433500 kB
Inactive(anon):    98872 kB
Active(file):    3974256 kB
Inactive(file):  4269404 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             35912 kB
Writeback:             0 kB
AnonPages:       2623108 kB
Mapped:            32628 kB
Shmem:             65952 kB
Slab:             274068 kB
SReclaimable:     244988 kB
SUnreclaim:        29080 kB
KernelStack:        3824 kB
PageTables:        10136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4610104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2486272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51856 MiB
End job on node149 at 2018-08-18 07:26:06