Trace number 4307898

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-14SAT (TO)42 2520.11 2476.71

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 benchmark8.12699
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.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 747891239
0.67/0.55	c timeout: 2520
0.67/0.55	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.83/1.12	c Parsing done, starting search...
3.59/1.74	o 61
28.34/25.48	o 59
475.00/465.97	o 56
692.74/680.42	o 55
1599.03/1571.99	o 53
1599.03/1571.99	o 49
1644.62/1616.79	o 46
1644.62/1616.79	o 42
2520.09/2476.70	s SATISFIABLE
2520.09/2476.70	v <instantiation>
2520.09/2476.70	v 	<list>
2520.09/2476.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]
2520.09/2476.70	v 	</list>
2520.09/2476.70	v 	<values>
2520.09/2476.70	v 		-3 12 -12 12 -12 3 -3 12 1 12 1 -1 1 0 2 0 0 0 0 0 0 0 0 2 2 0 1 0 0 0 0 0 0 0 0 4 5 0 9 0 10 0 5 0 0 0 0 13 
2520.09/2476.70	v 	</values>
2520.09/2476.70	v </instantiation>

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307898-1534290574/watcher-4307898-1534290574 -o /tmp/evaluation-result-4307898-1534290574/solver-4307898-1534290574 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534270585-30510 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 747891239 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307898-1534290574.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
solver pid=32544, runsolver pid=32541
Current StackSize limit: 8192 KiB


[startup+0.106714 s]*
/proc/loadavg: 1.95 1.70 1.66 5/215 32559
/proc/meminfo: memFree=23831656/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14082736 memory=33564 CPUtime=0.12 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 7274 0 0 0 11 1 0 0 20 0 15 0 246620629 14420721664 8391 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3520684 8391 3161 1 0 3482761 0
[pid=32544/tid=32546] ppid=32541 vsize=14082736 memory=-8557575366716329854 CPUtime=0.1 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 5344 0 0 0 9 1 0 0 20 0 15 0 246620630 14420721664 8391 33554432000 4194304 4196468 140734349394416 139674830317440 139674806373200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 8391 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 8391 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 8391 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 8391 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674299704352 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674298651504 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) S 32541 32544 28983 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674295495408 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0.01 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) S 32541 32544 28983 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 246620635 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674294442608 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 8457 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33564 KiB

[startup+0.218188 s]*
/proc/loadavg: 1.95 1.70 1.66 5/215 32559
/proc/meminfo: memFree=23816524/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14082736 memory=47392 CPUtime=0.32 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 10462 0 0 0 30 2 0 0 20 0 15 0 246620629 14420721664 11848 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3520684 11848 3372 1 0 3482761 0
[pid=32544/tid=32546] ppid=32541 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 8164 0 0 0 19 1 0 0 20 0 15 0 246620630 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674830322192 139674810140005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14082736 memory=139643783564975 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674299704352 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674298651504 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) R 32541 32544 28983 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 246620635 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) R 32541 32544 28983 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 15 0 246620635 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674295495408 139674803456304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0.06 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) R 32541 32544 28983 0 -1 1077944384 306 0 0 0 6 0 0 0 20 0 15 0 246620635 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674294442608 139674826108310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 11914 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47392 KiB

[startup+0.310624 s]*
/proc/loadavg: 1.95 1.70 1.66 3/215 32559
/proc/meminfo: memFree=23813360/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14082736 memory=50840 CPUtime=0.44 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 10801 0 0 0 42 2 0 0 20 0 15 0 246620629 14420721664 12710 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3520684 12710 3412 1 0 3482761 0
[pid=32544/tid=32546] ppid=32541 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 8477 0 0 0 29 1 0 0 20 0 15 0 246620630 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674830304208 139674826110239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14082736 memory=139643783564811 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620631 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674299704352 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620632 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674298651504 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) S 32541 32544 28983 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 246620635 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) S 32541 32544 28983 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 15 0 246620635 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674295495408 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0.08 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) S 32541 32544 28983 0 -1 1077944384 312 0 0 0 8 0 0 0 20 0 15 0 246620635 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674294442608 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14082736 memory=139643783534208 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620635 14420721664 12710 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50840 KiB

[startup+0.700772 s]
/proc/loadavg: 1.95 1.70 1.66 4/215 32559
/proc/meminfo: memFree=23788332/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14084804 memory=89460 CPUtime=0.98 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 17657 0 0 0 94 4 0 0 20 0 15 0 246620629 14422839296 22365 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3521201 22365 3504 1 0 3483273 0
[pid=32544/tid=32546] ppid=32541 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 14929 0 0 0 64 3 0 0 20 0 15 0 246620630 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674830320480 139674818347010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14084804 memory=844 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14084804 memory=10072 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14084804 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620631 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246620632 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14084804 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620632 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674299704352 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14084804 memory=1356 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620632 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674298651504 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14084804 memory=6369896832034956376 CPUtime=0.07 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) S 32541 32544 28983 0 -1 1077944384 532 0 0 0 7 0 0 0 20 0 15 0 246620635 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14084804 memory=5788647689011156329 CPUtime=0.06 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) S 32541 32544 28983 0 -1 1077944384 409 0 0 0 6 0 0 0 20 0 15 0 246620635 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674295495408 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) S 32541 32544 28983 0 -1 1077944384 405 0 0 0 15 0 0 0 20 0 15 0 246620635 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674294442608 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620635 14422839296 22365 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89460 KiB

[startup+1.50082 s]
/proc/loadavg: 1.95 1.70 1.66 3/215 32559
/proc/meminfo: memFree=23755948/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14090948 memory=179152 CPUtime=3 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 25637 0 0 0 293 7 0 0 20 0 15 0 246620629 14429130752 44788 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3522737 44788 3539 1 0 3484809 0
[pid=32544/tid=32546] ppid=32541 vsize=14090948 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 19621 0 0 0 142 5 0 0 20 0 15 0 246620630 14429130752 44788 33554432000 4194304 4196468 140734349394416 139674830329408 139674438139271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14429130752 44788 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14090948 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14429130752 44788 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620631 14429130752 44788 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620631 14429130752 44788 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 44788 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0

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

/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 61615 0 0 0 235424 48 0 0 20 0 15 0 246620630 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674830334400 139674438185856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14090948 memory=660348 CPUtime=13.76 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 8379 0 0 0 1310 66 0 0 20 0 15 0 246620631 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14090948 memory=660348 CPUtime=13.77 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 8264 0 0 0 1307 70 0 0 20 0 15 0 246620631 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14090948 memory=660348 CPUtime=13.79 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 8925 0 0 0 1316 63 0 0 20 0 15 0 246620631 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14090948 memory=660348 CPUtime=13.74 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 11521 0 0 0 1311 63 0 0 20 0 15 0 246620631 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14090948 memory=662688 CPUtime=9.37 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 7819 0 0 0 866 71 0 0 20 0 15 0 246620632 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14090948 memory=660640 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674299704416 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14090948 memory=17489 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674298651520 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14090948 memory=662688 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14090948 memory=662688 CPUtime=1.4 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) S 32541 32544 28983 0 -1 1077944384 10765 0 0 0 138 2 0 0 20 0 15 0 246620635 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14090948 memory=3760 CPUtime=1.27 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) S 32541 32544 28983 0 -1 1077944384 6794 0 0 0 126 1 0 0 20 0 15 0 246620635 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674295495408 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14090948 memory=658236 CPUtime=0.54 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) S 32541 32544 28983 0 -1 1077944384 8336 0 0 0 53 1 0 0 20 0 15 0 246620635 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674294442608 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14090948 memory=654120 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14090948 memory=1824 CPUtime=1.45 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1281 0 0 0 62 83 0 0 20 0 15 0 246620635 14429130752 165672 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 2423.89 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 662688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.35 1.37 3/216 32657
/proc/meminfo: memFree=22921192/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14090948 memory=668924 CPUtime=2485.01 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 137433 0 0 0 248110 391 0 0 20 0 15 0 246620629 14429130752 167231 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3522737 167231 3568 1 0 3484809 0
[pid=32544/tid=32546] ppid=32541 vsize=14090948 memory=668924 CPUtime=2414.05 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 62535 0 0 0 241356 49 0 0 20 0 15 0 246620630 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674830334640 139674438915574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14090948 memory=666876 CPUtime=14.15 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 8655 0 0 0 1349 66 0 0 20 0 15 0 246620631 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14090948 memory=666876 CPUtime=14.15 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 8490 0 0 0 1345 70 0 0 20 0 15 0 246620631 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14090948 memory=666876 CPUtime=14.18 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 9247 0 0 0 1354 64 0 0 20 0 15 0 246620631 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14090948 memory=666876 CPUtime=14.13 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 11887 0 0 0 1349 64 0 0 20 0 15 0 246620631 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14090948 memory=666876 CPUtime=9.56 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 7994 0 0 0 884 72 0 0 20 0 15 0 246620632 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14090948 memory=666876 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674299704416 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14090948 memory=668924 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674298651520 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14090948 memory=668924 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14090948 memory=668924 CPUtime=1.4 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) S 32541 32544 28983 0 -1 1077944384 10767 0 0 0 138 2 0 0 20 0 15 0 246620635 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14090948 memory=668924 CPUtime=1.27 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) S 32541 32544 28983 0 -1 1077944384 6796 0 0 0 126 1 0 0 20 0 15 0 246620635 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674295495408 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14090948 memory=666876 CPUtime=0.54 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) S 32541 32544 28983 0 -1 1077944384 8338 0 0 0 53 1 0 0 20 0 15 0 246620635 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674294442608 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14090948 memory=666876 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14090948 memory=668924 CPUtime=1.49 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1298 0 0 0 63 86 0 0 20 0 15 0 246620635 14429130752 167231 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 2485.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 668924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.7 s]
/proc/loadavg: 1.27 1.31 1.36 2/195 32705
/proc/meminfo: memFree=23377044/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14090948 memory=670972 CPUtime=2520.09 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 138176 0 0 0 251611 398 0 0 20 0 15 0 246620629 14429130752 167743 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3522737 167743 3568 1 0 3484809 0
[pid=32544/tid=32546] ppid=32541 vsize=14090948 memory=8761640388971749472 CPUtime=2448.05 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 62974 0 0 0 244754 51 0 0 20 0 15 0 246620630 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674830334400 139674438344036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14090948 memory=668924 CPUtime=14.38 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 8682 0 0 0 1370 68 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14090948 memory=670972 CPUtime=14.4 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 8634 0 0 0 1369 71 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14090948 memory=670972 CPUtime=14.42 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 9261 0 0 0 1377 65 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14090948 memory=670972 CPUtime=14.38 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 11998 0 0 0 1373 65 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14090948 memory=279287362439168 CPUtime=9.67 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 7998 0 0 0 895 72 0 0 20 0 15 0 246620632 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14090948 memory=670972 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674299704416 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14090948 memory=670972 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674298651520 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14090948 memory=670972 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14090948 memory=670972 CPUtime=1.4 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) S 32541 32544 28983 0 -1 1077944384 10767 0 0 0 138 2 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14090948 memory=670972 CPUtime=1.27 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) S 32541 32544 28983 0 -1 1077944384 6796 0 0 0 126 1 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674295495408 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14090948 memory=670972 CPUtime=0.54 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) S 32541 32544 28983 0 -1 1077944384 8338 0 0 0 53 1 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674294442608 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14090948 memory=3760 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14090948 memory=670972 CPUtime=1.51 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1302 0 0 0 63 88 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 670972 KiB

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

[startup+2476.71 s]
# the end of solver process 32544 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.12 s, system=3.99152 s

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

[startup+2476.7 s]
/proc/loadavg: 1.27 1.31 1.36 2/195 32705
/proc/meminfo: memFree=23377044/32770624 swapFree=67108196/67108860
[pid=32544] ppid=32541 vsize=14090948 memory=670972 CPUtime=2520.09 cores=1,3,5,7
/proc/32544/stat : 32544 (java) S 32541 32544 28983 0 -1 1077944320 138176 0 0 0 251611 398 0 0 20 0 15 0 246620629 14429130752 167743 33554432000 4194304 4196468 140734349394416 140734349376960 139674826096375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
/proc/32544/statm: 3522737 167743 3568 1 0 3484809 0
[pid=32544/tid=32546] ppid=32541 vsize=14090948 memory=8761640388971749472 CPUtime=2448.05 cores=1,3,5,7
/proc/32544/task/32546/stat : 32546 (java) R 32541 32544 28983 0 -1 4202560 62974 0 0 0 244754 51 0 0 20 0 15 0 246620630 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674830334400 139674438344036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32547] ppid=32541 vsize=14090948 memory=668924 CPUtime=14.38 cores=1,3,5,7
/proc/32544/task/32547/stat : 32547 (java) S 32541 32544 28983 0 -1 1077944384 8682 0 0 0 1370 68 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674756185232 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32548] ppid=32541 vsize=14090948 memory=670972 CPUtime=14.4 cores=1,3,5,7
/proc/32544/task/32548/stat : 32548 (java) S 32541 32544 28983 0 -1 1077944384 8634 0 0 0 1369 71 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674755132432 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32549] ppid=32541 vsize=14090948 memory=670972 CPUtime=14.42 cores=1,3,5,7
/proc/32544/task/32549/stat : 32549 (java) S 32541 32544 28983 0 -1 1077944384 9261 0 0 0 1377 65 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674754079632 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32550] ppid=32541 vsize=14090948 memory=670972 CPUtime=14.38 cores=1,3,5,7
/proc/32544/task/32550/stat : 32550 (java) S 32541 32544 28983 0 -1 1077944384 11998 0 0 0 1373 65 0 0 20 0 15 0 246620631 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674418592528 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32551] ppid=32541 vsize=14090948 memory=279287362439168 CPUtime=9.67 cores=1,3,5,7
/proc/32544/task/32551/stat : 32551 (java) S 32541 32544 28983 0 -1 1077944384 7998 0 0 0 895 72 0 0 20 0 15 0 246620632 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674300758384 139674826107522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32552] ppid=32541 vsize=14090948 memory=670972 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32552/stat : 32552 (java) S 32541 32544 28983 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674299704416 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32553] ppid=32541 vsize=14090948 memory=670972 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32553/stat : 32553 (java) S 32541 32544 28983 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246620632 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674298651520 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32554] ppid=32541 vsize=14090948 memory=670972 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32554/stat : 32554 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674297599824 139674826114971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32555] ppid=32541 vsize=14090948 memory=670972 CPUtime=1.4 cores=1,3,5,7
/proc/32544/task/32555/stat : 32555 (java) S 32541 32544 28983 0 -1 1077944384 10767 0 0 0 138 2 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674296548208 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32556] ppid=32541 vsize=14090948 memory=670972 CPUtime=1.27 cores=1,3,5,7
/proc/32544/task/32556/stat : 32556 (java) S 32541 32544 28983 0 -1 1077944384 6796 0 0 0 126 1 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674295495408 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32557] ppid=32541 vsize=14090948 memory=670972 CPUtime=0.54 cores=1,3,5,7
/proc/32544/task/32557/stat : 32557 (java) S 32541 32544 28983 0 -1 1077944384 8338 0 0 0 53 1 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674294442608 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32558] ppid=32541 vsize=14090948 memory=3760 CPUtime=0 cores=1,3,5,7
/proc/32544/task/32558/stat : 32558 (java) S 32541 32544 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674293390048 139674826106581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
[pid=32544/tid=32559] ppid=32541 vsize=14090948 memory=670972 CPUtime=1.51 cores=1,3,5,7
/proc/32544/task/32559/stat : 32559 (java) S 32541 32544 28983 0 -1 1077944384 1302 0 0 0 63 88 0 0 20 0 15 0 246620635 14429130752 167743 33554432000 4194304 4196468 140734349394416 139674292337328 139674826107522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 6574080 140734349399113 140734349399305 140734349399305 140734349402063 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 670972 KiB

Child status: 143
Real time (s): 2476.71
CPU time (s): 2520.11
CPU user time (s): 2516.12
CPU system time (s): 3.99152
CPU usage (%): 101.752
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 670972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.12
system time used= 3.99152
maximum resident set size= 671540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 322053
involuntary context switches= 8329


# summary of solver processes directly reported to runsolver:
#   pid: 32544
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.12
#   total CPU system time (s): 3.99152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8889 second user time and 20.1437 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 01:49:34
IDJOB=4307898
IDBENCH=141322
IDSOLVER=2791
FILE ID=node151/4307898-1534290574
RUNJOBID= node151-1534270585-30510
PBS_JOBID= 21038114
Free space on /tmp= 43868 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
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 NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307898-1534290574/watcher-4307898-1534290574 -o /tmp/evaluation-result-4307898-1534290574/solver-4307898-1534290574 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534270585-30510 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 747891239 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307898-1534290574.xml

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

MD5SUM BENCH= 8890b3c4968b86b21e69352acb96ed82
RANDOM SEED=747891239

node151.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.87
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.87
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.87
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.87
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:        23851496 kB
MemAvailable:   31753640 kB
Buffers:          165480 kB
Cached:          7959332 kB
SwapCached:           12 kB
Active:          4338052 kB
Inactive:        3991932 kB
Active(anon):     154708 kB
Inactive(anon):   102596 kB
Active(file):    4183344 kB
Inactive(file):  3889336 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             35940 kB
Writeback:             0 kB
AnonPages:        212848 kB
Mapped:            69484 kB
Shmem:             49524 kB
Slab:             285920 kB
SReclaimable:     257924 kB
SUnreclaim:        27996 kB
KernelStack:        3520 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1223844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 43868 MiB
End job on node151 at 2018-08-15 02:30:51