Trace number 4311637

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)97 2520.08 2477.72

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18a_c18.xml
MD5SUM3728d9c98e9ec51874bb5385faf79653
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1175.91
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints202
Number of domains19
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":35},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":29,"count":18}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":46},{"degree":44,"count":9},{"degree":45,"count":4},{"degree":46,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":174},{"arity":19,"count":28}]
Number of extensional constraints0
Number of intensional constraints174
Distribution of constraint types[{"type":"intension","count":174},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1465337378
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
2.00/1.21	c Parsing done, starting search...
2400.13/2360.15	o 97
2520.05/2477.70	s SATISFIABLE
2520.05/2477.70	v <instantiation>
2520.05/2477.70	v 	<list>
2520.05/2477.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] v[12] v[13] v[14] v[15] v[16] v[17] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17]
2520.05/2477.70	v 	</list>
2520.05/2477.70	v 	<values>
2520.05/2477.70	v 		-14 -3 -7 4 -1 1 -7 -1 8 14 3 7 -4 6 -8 -1 -8 -4 3 0 1 2 0 0 2 2 0 0 0 0 0 1 1 0 1 1 0 1 1 1 0 0 0 0 0 1 5 5 6 0 7 0 8 8 0 4 0 0 11 0 10 8 12 13 
2520.05/2477.70	v 	</values>
2520.05/2477.70	v </instantiation>

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311637-1534551685/watcher-4311637-1534551685 -o /tmp/evaluation-result-4311637-1534551685/solver-4311637-1534551685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15719 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1465337378 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311637-1534551685.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=17182, runsolver pid=17179

[startup+0.100154 s]*
/proc/loadavg: 3.15 2.01 1.64 4/216 17197
/proc/meminfo: memFree=18668172/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14082736 memory=31272 CPUtime=0.11 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 6697 0 0 0 10 1 0 0 20 0 15 0 272731633 14420721664 7818 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3520684 7818 3154 1 0 3482761 0
[pid=17182/tid=17184] ppid=17179 vsize=14082736 memory=-8701690554792316545 CPUtime=0.09 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 4740 0 0 0 8 1 0 0 20 0 15 0 272731633 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968954483472 139968934339934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968490661152 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968489608816 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968418662384 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0.01 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) R 17179 17182 15687 0 -1 4202560 282 0 0 0 1 0 0 0 20 0 15 0 272731639 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968417610096 139968928392128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 7818 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31272 KiB

[startup+0.210387 s]*
/proc/loadavg: 3.15 2.01 1.64 4/216 17197
/proc/meminfo: memFree=18652048/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14082736 memory=46820 CPUtime=0.29 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 10304 0 0 0 26 3 0 0 20 0 15 0 272731633 14420721664 11705 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3520684 11705 3331 1 0 3482761 0
[pid=17182/tid=17184] ppid=17179 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 8093 0 0 0 17 2 0 0 20 0 15 0 272731633 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968954487968 139968950283037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14082736 memory=139701422470486 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968490661152 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968489608816 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 15 0 272731639 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) R 17179 17182 15687 0 -1 4202560 174 0 0 0 1 0 0 0 20 0 15 0 272731639 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968418662384 139968942500837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0.05 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) R 17179 17182 15687 0 -1 1077944384 304 0 0 0 5 0 0 0 20 0 15 0 272731639 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968417610096 139968950270594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 11705 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46820 KiB

[startup+0.310523 s]*
/proc/loadavg: 3.15 2.01 1.64 3/216 17197
/proc/meminfo: memFree=18648512/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14082736 memory=50316 CPUtime=0.44 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 10786 0 0 0 41 3 0 0 20 0 15 0 272731633 14420721664 12579 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3520684 12579 3368 1 0 3482761 0
[pid=17182/tid=17184] ppid=17179 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 8451 0 0 0 27 2 0 0 20 0 15 0 272731633 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968954470960 139968931822961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14082736 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14082736 memory=139701422470375 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968490661152 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272731636 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968489608816 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 272731639 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 15687 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 272731639 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968418662384 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0.08 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 15687 0 -1 1077944384 327 0 0 0 8 0 0 0 20 0 15 0 272731639 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968417610096 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14082736 memory=139701422454400 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731639 14420721664 12579 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50316 KiB

[startup+0.700719 s]
/proc/loadavg: 3.15 2.01 1.64 3/216 17197
/proc/meminfo: memFree=18624700/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14084804 memory=88892 CPUtime=0.98 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 17626 0 0 0 93 5 0 0 20 0 15 0 272731633 14422839296 22223 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3521201 22223 3503 1 0 3483273 0
[pid=17182/tid=17184] ppid=17179 vsize=14084804 memory=1744 CPUtime=0.67 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 14897 0 0 0 63 4 0 0 20 0 15 0 272731633 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968954482048 139968950281373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14084804 memory=836 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14084804 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731634 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14084804 memory=1600 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14084804 memory=7952 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272731636 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14084804 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272731636 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968490661152 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14084804 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272731636 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968489608816 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14084804 memory=4639098309541127012 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14084804 memory=6369613153740022872 CPUtime=0.07 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 547 0 0 0 7 0 0 0 20 0 15 0 272731639 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 15687 0 -1 1077944384 382 0 0 0 7 0 0 0 20 0 15 0 272731639 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968418662384 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 15687 0 -1 1077944384 417 0 0 0 15 0 0 0 20 0 15 0 272731639 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968417610096 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272731639 14422839296 22223 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88892 KiB

[startup+1.51067 s]
/proc/loadavg: 3.15 2.01 1.64 4/216 17197
/proc/meminfo: memFree=18591696/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14090948 memory=225132 CPUtime=2.92 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 28542 0 0 0 283 9 0 0 20 0 15 0 272731633 14429130752 56283 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3522737 56283 3562 1 0 3484809 0
[pid=17182/tid=17184] ppid=17179 vsize=14090948 memory=6791534058613427641 CPUtime=1.46 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 21541 0 0 0 140 6 0 0 20 0 15 0 272731633 14429130752 56283 33554432000 4194304 4196468 140736387384240 139968954496680 139968577669426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 272731634 14429130752 56283 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14090948 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 15 0 272731634 14429130752 56283 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272731634 14429130752 56283 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 272731634 14429130752 56283 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 56283 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0

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

/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 56865 0 0 0 235518 46 0 0 20 0 15 0 272731633 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968954497504 139968577447888 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14090948 memory=844268 CPUtime=13.25 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 9705 0 0 0 1262 63 0 0 20 0 15 0 272731634 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14090948 memory=844268 CPUtime=13.21 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 9475 0 0 0 1259 62 0 0 20 0 15 0 272731634 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14090948 memory=844268 CPUtime=13.21 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 10571 0 0 0 1253 68 0 0 20 0 15 0 272731634 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14090948 memory=0 CPUtime=13.2 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 12825 0 0 0 1258 62 0 0 20 0 15 0 272731634 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14090948 memory=842220 CPUtime=9.94 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 8876 0 0 0 932 62 0 0 20 0 15 0 272731636 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14090948 memory=844268 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968490661216 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14090948 memory=844268 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968489608832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14090948 memory=844268 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14090948 memory=844268 CPUtime=1.1 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 7557 0 0 0 109 1 0 0 20 0 15 0 272731639 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14090948 memory=844268 CPUtime=1.08 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 15687 0 -1 1077944384 5939 0 0 0 107 1 0 0 20 0 15 0 272731639 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968418662384 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14090948 memory=844268 CPUtime=0.63 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 15687 0 -1 1077944384 6299 0 0 0 62 1 0 0 20 0 15 0 272731639 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968417610096 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14090948 memory=3708 CPUtime=1.46 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1250 0 0 0 68 78 0 0 20 0 15 0 272731639 14429130752 211067 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 2422.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 844268 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.41 1.49 3/217 17677
/proc/meminfo: memFree=22718300/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14090948 memory=852460 CPUtime=2483.93 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 132897 0 0 0 248012 381 0 0 20 0 15 0 272731633 14429130752 213115 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3522737 213115 3575 1 0 3484809 0
[pid=17182/tid=17184] ppid=17179 vsize=14090948 memory=6791534058613427641 CPUtime=2414.99 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 57642 0 0 0 241452 47 0 0 20 0 15 0 272731633 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968954497600 139968577968461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14090948 memory=850412 CPUtime=13.63 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 10005 0 0 0 1299 64 0 0 20 0 15 0 272731634 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14090948 memory=852460 CPUtime=13.6 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 9557 0 0 0 1296 64 0 0 20 0 15 0 272731634 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14090948 memory=850412 CPUtime=13.59 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 11024 0 0 0 1290 69 0 0 20 0 15 0 272731634 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14090948 memory=846316 CPUtime=13.59 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 13114 0 0 0 1295 64 0 0 20 0 15 0 272731634 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14090948 memory=850412 CPUtime=10.14 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 9052 0 0 0 950 64 0 0 20 0 15 0 272731636 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14090948 memory=850412 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968490661216 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14090948 memory=850412 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968489608832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14090948 memory=852460 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14090948 memory=852460 CPUtime=1.1 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 7559 0 0 0 109 1 0 0 20 0 15 0 272731639 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14090948 memory=852460 CPUtime=1.08 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 15687 0 -1 1077944384 5941 0 0 0 107 1 0 0 20 0 15 0 272731639 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968418662384 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14090948 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 15687 0 -1 1077944384 6302 0 0 0 62 1 0 0 20 0 15 0 272731639 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968417610096 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14090948 memory=852460 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14090948 memory=6791534058613427641 CPUtime=1.49 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1267 0 0 0 69 80 0 0 20 0 15 0 272731639 14429130752 213115 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 2483.93 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 852460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.7 s]
/proc/loadavg: 1.35 1.40 1.48 3/217 17678
/proc/meminfo: memFree=22714344/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14090948 memory=856556 CPUtime=2520.05 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 134308 0 0 0 251618 387 0 0 20 0 15 0 272731633 14429130752 214139 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3522737 214139 3575 1 0 3484809 0
[pid=17182/tid=17184] ppid=17179 vsize=14090948 memory=856556 CPUtime=2450 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 58053 0 0 0 244952 48 0 0 20 0 15 0 272731633 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968954497616 139968578154589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14090948 memory=854508 CPUtime=13.87 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 10225 0 0 0 1322 65 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14090948 memory=856556 CPUtime=13.84 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 9804 0 0 0 1320 64 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14090948 memory=854508 CPUtime=13.83 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 11312 0 0 0 1313 70 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14090948 memory=850412 CPUtime=13.82 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 13166 0 0 0 1318 64 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14090948 memory=846316 CPUtime=10.26 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 9226 0 0 0 961 65 0 0 20 0 15 0 272731636 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14090948 memory=850412 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968490661216 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14090948 memory=826264 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968489608832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14090948 memory=856556 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14090948 memory=856556 CPUtime=1.1 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 7561 0 0 0 109 1 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14090948 memory=856556 CPUtime=1.08 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 15687 0 -1 1077944384 5943 0 0 0 107 1 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968418662384 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14090948 memory=856556 CPUtime=0.63 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 15687 0 -1 1077944384 6304 0 0 0 62 1 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968417610096 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14090948 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14090948 memory=3708 CPUtime=1.52 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1280 0 0 0 70 82 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 856556 KiB

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

[startup+2477.72 s]
# the end of solver process 17182 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.2 s, system=3.87779 s

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

[startup+2477.7 s]
/proc/loadavg: 1.35 1.40 1.48 3/217 17678
/proc/meminfo: memFree=22714344/32770624 swapFree=67108804/67108860
[pid=17182] ppid=17179 vsize=14090948 memory=856556 CPUtime=2520.05 cores=1,3,5,7
/proc/17182/stat : 17182 (java) S 17179 17182 15687 0 -1 1077944320 134308 0 0 0 251618 387 0 0 20 0 15 0 272731633 14429130752 214139 33554432000 4194304 4196468 140736387384240 140736387366784 139968950259447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
/proc/17182/statm: 3522737 214139 3575 1 0 3484809 0
[pid=17182/tid=17184] ppid=17179 vsize=14090948 memory=856556 CPUtime=2450 cores=1,3,5,7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 15687 0 -1 4202560 58053 0 0 0 244952 48 0 0 20 0 15 0 272731633 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968954497616 139968578154589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17185] ppid=17179 vsize=14090948 memory=854508 CPUtime=13.87 cores=1,3,5,7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 15687 0 -1 1077944384 10225 0 0 0 1322 65 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968902879632 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17186] ppid=17179 vsize=14090948 memory=856556 CPUtime=13.84 cores=1,3,5,7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 15687 0 -1 1077944384 9804 0 0 0 1320 64 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968901826832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17187] ppid=17179 vsize=14090948 memory=854508 CPUtime=13.83 cores=1,3,5,7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 15687 0 -1 1077944384 11312 0 0 0 1313 70 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968900774544 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17188] ppid=17179 vsize=14090948 memory=850412 CPUtime=13.82 cores=1,3,5,7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 15687 0 -1 1077944384 13166 0 0 0 1318 64 0 0 20 0 15 0 272731634 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968899721744 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17189] ppid=17179 vsize=14090948 memory=846316 CPUtime=10.26 cores=1,3,5,7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 15687 0 -1 1077944384 9226 0 0 0 961 65 0 0 20 0 15 0 272731636 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968491715184 139968950270594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17190] ppid=17179 vsize=14090948 memory=850412 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968490661216 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17191] ppid=17179 vsize=14090948 memory=826264 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 15687 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272731636 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968489608832 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17192] ppid=17179 vsize=14090948 memory=856556 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968420768336 139968950278043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17193] ppid=17179 vsize=14090948 memory=856556 CPUtime=1.1 cores=1,3,5,7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 15687 0 -1 1077944384 7561 0 0 0 109 1 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968419715184 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17194] ppid=17179 vsize=14090948 memory=856556 CPUtime=1.08 cores=1,3,5,7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 15687 0 -1 1077944384 5943 0 0 0 107 1 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968418662384 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17195] ppid=17179 vsize=14090948 memory=856556 CPUtime=0.63 cores=1,3,5,7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 15687 0 -1 1077944384 6304 0 0 0 62 1 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968417610096 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17196] ppid=17179 vsize=14090948 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968416557536 139968950269653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
[pid=17182/tid=17197] ppid=17179 vsize=14090948 memory=3708 CPUtime=1.52 cores=1,3,5,7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 15687 0 -1 1077944384 1280 0 0 0 70 82 0 0 20 0 15 0 272731639 14429130752 214139 33554432000 4194304 4196468 140736387384240 139968415505328 139968950270594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 17948672 140736387392584 140736387392777 140736387392777 140736387395535 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 856556 KiB

Child status: 143
Real time (s): 2477.72
CPU time (s): 2520.08
CPU user time (s): 2516.2
CPU system time (s): 3.87779
CPU usage (%): 101.709
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 856556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.87779
maximum resident set size= 857008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305095
involuntary context switches= 6848


# summary of solver processes directly reported to runsolver:
#   pid: 17182
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.87779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5154 second user time and 23.9085 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-18 02:21:25
IDJOB=4311637
IDBENCH=141316
IDSOLVER=2799
FILE ID=node105/4311637-1534551685
RUNJOBID= node105-1534541043-15719
PBS_JOBID= 21038642
Free space on /tmp= 52240 MiB

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

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

MD5SUM BENCH= 3728d9c98e9ec51874bb5385faf79653
RANDOM SEED=1465337378

node105.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.32
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.32
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.32
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.32
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:        18685916 kB
MemAvailable:   26954984 kB
Buffers:          252488 kB
Cached:          8278276 kB
SwapCached:           16 kB
Active:         10518148 kB
Inactive:        2989992 kB
Active(anon):    4950044 kB
Inactive(anon):    96512 kB
Active(file):    5568104 kB
Inactive(file):  2893480 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             35728 kB
Writeback:             0 kB
AnonPages:       5144788 kB
Mapped:            31232 kB
Shmem:             66132 kB
Slab:             265524 kB
SReclaimable:     235944 kB
SUnreclaim:        29580 kB
KernelStack:        3824 kB
PageTables:        14432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6219892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4958208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 52308 MiB
End job on node105 at 2018-08-18 03:02:43