Trace number 4311633

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 2520.09 2474.92

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
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 benchmark6.44458
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
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.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 411200928
0.67/0.56	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
1.77/1.13	c Parsing done, starting search...
2.35/1.31	o 61
2.94/1.50	o 49
274.61/267.83	o 47
274.61/267.83	o 43
2520.06/2474.90	s SATISFIABLE
2520.06/2474.90	v <instantiation>
2520.06/2474.90	v 	<list>
2520.06/2474.90	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] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
2520.06/2474.90	v 	</list>
2520.06/2474.90	v 	<values>
2520.06/2474.90	v 		-4 1 10 1 10 4 -4 10 10 -1 -10 -10 1 0 0 2 0 0 0 0 0 2 2 0 0 1 0 0 0 0 0 4 5 0 0 0 0 0 5 0 0 8 12 13 
2520.06/2474.90	v 	</values>
2520.06/2474.90	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 (8503 MiB free)
  memory of node 1: 16384 MiB (10860 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311633-1534553013/watcher-4311633-1534553013 -o /tmp/evaluation-result-4311633-1534553013/solver-4311633-1534553013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10063 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 411200928 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311633-1534553013.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=11652, runsolver pid=11649

[startup+0.100095 s]*
/proc/loadavg: 1.56 1.73 1.63 3/216 11667
/proc/meminfo: memFree=19811120/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14082736 memory=30516 CPUtime=0.12 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 6538 0 0 0 11 1 0 0 20 0 15 0 272864493 14420721664 7629 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3520684 7629 3153 1 0 3482761 0
[pid=11652/tid=11654] ppid=11649 vsize=14082736 memory=-8773748148829983870 CPUtime=0.09 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 4587 0 0 0 8 1 0 0 20 0 15 0 272864494 14420721664 7629 33554432000 4194304 4196468 140727637371664 140034478227520 140034455559552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 7629 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 7629 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 7629 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 7629 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272864496 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272864496 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272864497 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) S 11649 11652 10031 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033944652144 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033943599344 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0.01 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) S 11649 11652 10031 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 272864499 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033942546544 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 7629 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30516 KiB

[startup+0.210906 s]*
/proc/loadavg: 1.56 1.73 1.63 5/216 11667
/proc/meminfo: memFree=19795120/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14082736 memory=47156 CPUtime=0.29 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 10348 0 0 0 27 2 0 0 20 0 15 0 272864493 14420721664 11789 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3520684 11789 3380 1 0 3482761 0
[pid=11652/tid=11654] ppid=11649 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 8059 0 0 0 18 2 0 0 20 0 15 0 272864494 14420721664 11789 33554432000 4194304 4196468 140727637371664 140034478222496 140034458076540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 11789 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14082736 memory=288370538553308800 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 11789 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 11789 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 11789 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272864496 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272864496 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272864497 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) R 11649 11652 10031 0 -1 4202560 386 0 0 0 1 0 0 0 20 0 15 0 272864499 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033944652144 140034453242434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) R 11649 11652 10031 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 15 0 272864499 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033943599440 140034474006229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0.06 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) R 11649 11652 10031 0 -1 4202560 332 0 0 0 6 0 0 0 20 0 15 0 272864499 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033942546672 140034474009872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 11789 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47156 KiB

[startup+0.310549 s]*
/proc/loadavg: 1.56 1.73 1.63 3/216 11667
/proc/meminfo: memFree=19791600/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14082736 memory=50716 CPUtime=0.44 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 10777 0 0 0 42 2 0 0 20 0 15 0 272864493 14420721664 12679 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3520684 12679 3421 1 0 3482761 0
[pid=11652/tid=11654] ppid=11649 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 8420 0 0 0 28 2 0 0 20 0 15 0 272864494 14420721664 12679 33554432000 4194304 4196468 140727637371664 140034478207536 140034454272848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14082736 memory=4294977828 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 12679 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14082736 memory=288370538553308800 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 12679 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 12679 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272864495 14420721664 12679 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272864496 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272864496 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272864497 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) S 11649 11652 10031 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 272864499 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033944652144 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) S 11649 11652 10031 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 15 0 272864499 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033943599344 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0.08 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) S 11649 11652 10031 0 -1 1077944384 355 0 0 0 8 0 0 0 20 0 15 0 272864499 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033942546544 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14082736 memory=140162401597056 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864499 14420721664 12679 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50716 KiB

[startup+0.700724 s]
/proc/loadavg: 1.56 1.73 1.63 3/216 11667
/proc/meminfo: memFree=19767616/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14084804 memory=88776 CPUtime=0.99 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 17597 0 0 0 94 5 0 0 20 0 15 0 272864493 14422839296 22194 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3521201 22194 3495 1 0 3483273 0
[pid=11652/tid=11654] ppid=11649 vsize=14084804 memory=190237322002666 CPUtime=0.66 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 14846 0 0 0 63 3 0 0 20 0 15 0 272864494 14422839296 22194 33554432000 4194304 4196468 140727637371664 140034478222560 140034441597451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14084804 memory=1412920 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14422839296 22194 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14422839296 22194 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14422839296 22194 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272864495 14422839296 22194 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272864496 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14084804 memory=-3535359994705171298 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272864496 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272864497 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14084804 memory=6944656592455359580 CPUtime=0.05 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) S 11649 11652 10031 0 -1 1077944384 537 0 0 0 5 0 0 0 20 0 15 0 272864499 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033944652144 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14084804 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) S 11649 11652 10031 0 -1 1077944384 378 0 0 0 9 0 0 0 20 0 15 0 272864499 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033943599344 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) S 11649 11652 10031 0 -1 1077944384 457 0 0 0 15 0 0 0 20 0 15 0 272864499 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033942546544 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14084804 memory=12552 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14422839296 22194 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88776 KiB

[startup+1.50082 s]
/proc/loadavg: 1.68 1.75 1.64 3/216 11667
/proc/meminfo: memFree=19733468/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14090948 memory=175652 CPUtime=2.94 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 26459 0 0 0 285 9 0 0 20 0 15 0 272864493 14429130752 43913 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3522737 43913 3537 1 0 3484809 0
[pid=11652/tid=11654] ppid=11649 vsize=14090948 memory=10759 CPUtime=1.47 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 19698 0 0 0 141 6 0 0 20 0 15 0 272864494 14429130752 43913 33554432000 4194304 4196468 140727637371664 140034478230848 140034075237556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14429130752 43913 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14429130752 43913 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272864495 14429130752 43913 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272864495 14429130752 43913 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 272864496 14429130752 43913 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0

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

/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 80550 0 0 0 235502 44 0 0 20 0 15 0 272864494 14429130752 157990 33554432000 4194304 4196468 140727637371664 140034478234256 140727637711024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14090948 memory=629912 CPUtime=14.01 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 7878 0 0 0 1339 62 0 0 20 0 15 0 272864495 14429130752 157990 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14090948 memory=627864 CPUtime=14.04 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 9355 0 0 0 1341 63 0 0 20 0 15 0 272864495 14429130752 157990 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14090948 memory=627864 CPUtime=13.98 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 8193 0 0 0 1333 65 0 0 20 0 15 0 272864495 14429130752 157990 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14090948 memory=629912 CPUtime=14.01 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 10806 0 0 0 1337 64 0 0 20 0 15 0 272864495 14429130752 157990 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14090948 memory=629912 CPUtime=9.31 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 8425 0 0 0 860 71 0 0 20 0 15 0 272864496 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14090948 memory=629912 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272864496 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14090948 memory=631960 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 272864497 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14090948 memory=280324597674832 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14090948 memory=629912 CPUtime=1.3 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) S 11649 11652 10031 0 -1 1077944384 7023 0 0 0 128 2 0 0 20 0 15 0 272864499 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033944652144 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14090948 memory=916 CPUtime=1.46 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) S 11649 11652 10031 0 -1 1077944384 8049 0 0 0 144 2 0 0 20 0 15 0 272864499 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033943599344 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14090948 memory=3856 CPUtime=0.53 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) S 11649 11652 10031 0 -1 1077944384 5788 0 0 0 52 1 0 0 20 0 15 0 272864499 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033942546544 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14090948 memory=6800 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14090948 memory=2148 CPUtime=1.43 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 1443 0 0 0 61 82 0 0 20 0 15 0 272864499 14429130752 157990 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 2425.6 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 631960 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.38 1.52 3/216 11881
/proc/meminfo: memFree=20815212/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14090948 memory=638104 CPUtime=2486.81 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 150728 0 0 0 248295 386 0 0 20 0 15 0 272864493 14429130752 159526 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3522737 159526 3569 1 0 3484809 0
[pid=11652/tid=11654] ppid=11649 vsize=14090948 memory=627864 CPUtime=2414.79 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 81251 0 0 0 241435 44 0 0 20 0 15 0 272864494 14429130752 159526 33554432000 4194304 4196468 140727637371664 140034478233872 140034076074897 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14090948 memory=636056 CPUtime=14.42 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 8016 0 0 0 1379 63 0 0 20 0 15 0 272864495 14429130752 159526 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14090948 memory=638104 CPUtime=14.44 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 9630 0 0 0 1380 64 0 0 20 0 15 0 272864495 14429130752 159526 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14090948 memory=638104 CPUtime=14.39 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 8350 0 0 0 1373 66 0 0 20 0 15 0 272864495 14429130752 159526 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14090948 memory=638104 CPUtime=14.42 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 11148 0 0 0 1376 66 0 0 20 0 15 0 272864495 14429130752 159526 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14090948 memory=638104 CPUtime=9.5 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 8593 0 0 0 878 72 0 0 20 0 15 0 272864496 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14090948 memory=638104 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272864496 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14090948 memory=638104 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 272864497 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14090948 memory=638104 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14090948 memory=634008 CPUtime=1.3 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) S 11649 11652 10031 0 -1 1077944384 7025 0 0 0 128 2 0 0 20 0 15 0 272864499 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033944652144 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14090948 memory=4108 CPUtime=1.46 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) S 11649 11652 10031 0 -1 1077944384 8051 0 0 0 144 2 0 0 20 0 15 0 272864499 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033943599344 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14090948 memory=1408 CPUtime=0.53 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) S 11649 11652 10031 0 -1 1077944384 5790 0 0 0 52 1 0 0 20 0 15 0 272864499 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033942546544 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14090948 memory=638104 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14090948 memory=638104 CPUtime=1.47 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 1458 0 0 0 62 85 0 0 20 0 15 0 272864499 14429130752 159526 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 2486.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 638104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.9 s]
/proc/loadavg: 1.26 1.38 1.51 3/216 11882
/proc/meminfo: memFree=20806516/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14090948 memory=642228 CPUtime=2520.06 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 152138 0 0 0 251616 390 0 0 20 0 15 0 272864493 14429130752 160557 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3522737 160557 3569 1 0 3484809 0
[pid=11652/tid=11654] ppid=11649 vsize=14090948 memory=642228 CPUtime=2447.02 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 81610 0 0 0 244658 44 0 0 20 0 15 0 272864494 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034478233984 140034075471224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14090948 memory=642228 CPUtime=14.65 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 8344 0 0 0 1401 64 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14090948 memory=3752 CPUtime=14.67 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 9845 0 0 0 1401 66 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14090948 memory=640180 CPUtime=14.62 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 8597 0 0 0 1395 67 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14090948 memory=642228 CPUtime=14.65 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 11224 0 0 0 1398 67 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14090948 memory=642228 CPUtime=9.6 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 8759 0 0 0 888 72 0 0 20 0 15 0 272864496 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14090948 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272864496 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14090948 memory=642228 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 272864497 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14090948 memory=642228 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14090948 memory=640180 CPUtime=1.3 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) S 11649 11652 10031 0 -1 1077944384 7027 0 0 0 128 2 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033944652144 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14090948 memory=642228 CPUtime=1.46 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) S 11649 11652 10031 0 -1 1077944384 8053 0 0 0 144 2 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033943599344 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14090948 memory=642228 CPUtime=0.53 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) S 11649 11652 10031 0 -1 1077944384 5792 0 0 0 52 1 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033942546544 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14090948 memory=6800 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14090948 memory=2148 CPUtime=1.48 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 1471 0 0 0 63 85 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 642228 KiB

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

[startup+2474.92 s]
# the end of solver process 11652 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.18 s, system=3.91041 s

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

[startup+2474.9 s]
/proc/loadavg: 1.26 1.38 1.51 3/216 11882
/proc/meminfo: memFree=20806516/32770624 swapFree=67107648/67108860
[pid=11652] ppid=11649 vsize=14090948 memory=642228 CPUtime=2520.06 cores=1,3,5,7
/proc/11652/stat : 11652 (java) S 11649 11652 10031 0 -1 1077944320 152138 0 0 0 251616 390 0 0 20 0 15 0 272864493 14429130752 160557 33554432000 4194304 4196468 140727637371664 140727637354208 140034473996023 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
/proc/11652/statm: 3522737 160557 3569 1 0 3484809 0
[pid=11652/tid=11654] ppid=11649 vsize=14090948 memory=642228 CPUtime=2447.02 cores=1,3,5,7
/proc/11652/task/11654/stat : 11654 (java) R 11649 11652 10031 0 -1 4202560 81610 0 0 0 244658 44 0 0 20 0 15 0 272864494 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034478233984 140034075471224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11655] ppid=11649 vsize=14090948 memory=642228 CPUtime=14.65 cores=1,3,5,7
/proc/11652/task/11655/stat : 11655 (java) S 11649 11652 10031 0 -1 1077944384 8344 0 0 0 1401 64 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034070014608 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11656] ppid=11649 vsize=14090948 memory=3752 CPUtime=14.67 cores=1,3,5,7
/proc/11652/task/11656/stat : 11656 (java) S 11649 11652 10031 0 -1 1077944384 9845 0 0 0 1401 66 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034068961808 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11657] ppid=11649 vsize=14090948 memory=640180 CPUtime=14.62 cores=1,3,5,7
/proc/11652/task/11657/stat : 11657 (java) S 11649 11652 10031 0 -1 1077944384 8597 0 0 0 1395 67 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034067909008 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11658] ppid=11649 vsize=14090948 memory=642228 CPUtime=14.65 cores=1,3,5,7
/proc/11652/task/11658/stat : 11658 (java) S 11649 11652 10031 0 -1 1077944384 11224 0 0 0 1398 67 0 0 20 0 15 0 272864495 14429130752 160557 33554432000 4194304 4196468 140727637371664 140034066856208 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11659] ppid=11649 vsize=14090948 memory=642228 CPUtime=9.6 cores=1,3,5,7
/proc/11652/task/11659/stat : 11659 (java) S 11649 11652 10031 0 -1 1077944384 8759 0 0 0 888 72 0 0 20 0 15 0 272864496 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033948863344 140034474007170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11660] ppid=11649 vsize=14090948 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11660/stat : 11660 (java) S 11649 11652 10031 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272864496 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033947809312 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11661] ppid=11649 vsize=14090948 memory=642228 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11661/stat : 11661 (java) S 11649 11652 10031 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 272864497 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033946756464 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11662] ppid=11649 vsize=14090948 memory=642228 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11662/stat : 11662 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033945704784 140034474014619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11663] ppid=11649 vsize=14090948 memory=640180 CPUtime=1.3 cores=1,3,5,7
/proc/11652/task/11663/stat : 11663 (java) S 11649 11652 10031 0 -1 1077944384 7027 0 0 0 128 2 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033944652144 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11664] ppid=11649 vsize=14090948 memory=642228 CPUtime=1.46 cores=1,3,5,7
/proc/11652/task/11664/stat : 11664 (java) S 11649 11652 10031 0 -1 1077944384 8053 0 0 0 144 2 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033943599344 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11665] ppid=11649 vsize=14090948 memory=642228 CPUtime=0.53 cores=1,3,5,7
/proc/11652/task/11665/stat : 11665 (java) S 11649 11652 10031 0 -1 1077944384 5792 0 0 0 52 1 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033942546544 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11666] ppid=11649 vsize=14090948 memory=6800 CPUtime=0 cores=1,3,5,7
/proc/11652/task/11666/stat : 11666 (java) S 11649 11652 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033941493984 140034474006229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
[pid=11652/tid=11667] ppid=11649 vsize=14090948 memory=2148 CPUtime=1.48 cores=1,3,5,7
/proc/11652/task/11667/stat : 11667 (java) S 11649 11652 10031 0 -1 1077944384 1471 0 0 0 63 85 0 0 20 0 15 0 272864499 14429130752 160557 33554432000 4194304 4196468 140727637371664 140033940442288 140034474007170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13467648 140727637378121 140727637378313 140727637378313 140727637381071 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 642228 KiB

Child status: 143
Real time (s): 2474.92
CPU time (s): 2520.09
CPU user time (s): 2516.18
CPU system time (s): 3.91041
CPU usage (%): 101.825
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 642228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.18
system time used= 3.91041
maximum resident set size= 642712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314333
involuntary context switches= 7030


# summary of solver processes directly reported to runsolver:
#   pid: 11652
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.18
#   total CPU system time (s): 3.91041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.594 second user time and 27.7975 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-18 02:43:33
IDJOB=4311633
IDBENCH=141325
IDSOLVER=2799
FILE ID=node136/4311633-1534553013
RUNJOBID= node136-1534541039-10063
PBS_JOBID= 21038635
Free space on /tmp= 53132 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_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-4311633-1534553013/watcher-4311633-1534553013 -o /tmp/evaluation-result-4311633-1534553013/solver-4311633-1534553013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10063 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 411200928 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311633-1534553013.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=411200928

node136.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.50
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.50
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.50
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.50
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:        19829540 kB
MemAvailable:   26902168 kB
Buffers:          170496 kB
Cached:          7181664 kB
SwapCached:           44 kB
Active:          8951620 kB
Inactive:        3440316 kB
Active(anon):    5013200 kB
Inactive(anon):    95276 kB
Active(file):    3938420 kB
Inactive(file):  3345040 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67107648 kB
Dirty:             35744 kB
Writeback:             0 kB
AnonPages:       4983496 kB
Mapped:            32264 kB
Shmem:             65856 kB
Slab:             239048 kB
SReclaimable:     210008 kB
SUnreclaim:        29040 kB
KernelStack:        3824 kB
PageTables:        14948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6832924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4823040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53096 MiB
End job on node136 at 2018-08-18 03:24:48