Trace number 4290352

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02SAT (TO)28 2400.09 2363.72

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10b_c18.xml
MD5SUM2b2c64c71c05a1ba529c691595973c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark5.22787
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints79
Number of domains14
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":27,"count":6},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":61},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints61
Distribution of constraint types[{"type":"intension","count":61},{"type":"count","count":18}]
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.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 553350132
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.78/1.17	c Parsing done, starting search...
1.96/1.25	o 36
2.29/1.31	o 35
2.29/1.31	o 31
2.29/1.35	o 29
9.69/6.68	o 28
2400.07/2363.71	s SATISFIABLE
2400.07/2363.71	v <instantiation>
2400.07/2363.71	v 	<list>
2400.07/2363.71	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
2400.07/2363.71	v 	</list>
2400.07/2363.71	v 	<values>
2400.07/2363.71	v 		-6 -6 1 -3 1 -1 6 6 3 4 1 0 1 0 0 2 0 0 0 2 0 1 1 0 2 0 0 0 5 6 0 7 0 10 0 0 0 0 
2400.07/2363.71	v 	</values>
2400.07/2363.71	v </instantiation>

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290352-1532243175/watcher-4290352-1532243175 -o /tmp/evaluation-result-4290352-1532243175/solver-4290352-1532243175 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532226533-28560 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 553350132 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290352-1532243175.xml 

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

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

solver pid=30301, runsolver pid=30298

[startup+0.100094 s]*
/proc/loadavg: 1.33 1.43 1.49 3/218 30316
/proc/meminfo: memFree=23089572/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14082740 memory=32268 CPUtime=0.12 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 6429 0 0 0 11 1 0 0 20 0 15 0 41880673 14420725760 8067 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3520685 8067 3157 1 0 3482761 0
[pid=30301/tid=30303] ppid=30298 vsize=14082740 memory=-8629632960753995649 CPUtime=0.09 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 4473 0 0 0 9 0 0 0 20 0 15 0 41880674 14420725760 8067 33554432000 4194304 4196468 140727261482624 140236279506400 140236258476656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 8067 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 8067 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 8067 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 8067 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) S 30298 30301 28528 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235744164208 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0.01 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) S 30298 30301 28528 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 41880679 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235743111152 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 8067 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32268 KiB

[startup+0.210722 s]*
/proc/loadavg: 1.33 1.43 1.49 6/218 30316
/proc/meminfo: memFree=23074564/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14082740 memory=47820 CPUtime=0.31 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 10070 0 0 0 30 1 0 0 20 0 15 0 41880673 14420725760 11955 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3520685 11955 3372 1 0 3482761 0
[pid=30301/tid=30303] ppid=30298 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 7784 0 0 0 19 1 0 0 20 0 15 0 41880674 14420725760 11955 33554432000 4194304 4196468 140727261482624 140236279515664 140236275301782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14082740 memory=365 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 11955 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14082740 memory=4049497966981834400 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 11955 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 11955 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 11955 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) R 30298 30301 28528 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 41880679 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) R 30298 30301 28528 0 -1 4202560 258 0 0 0 2 0 0 0 20 0 15 0 41880679 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235744164208 140236256800768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0.06 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) R 30298 30301 28528 0 -1 4202560 303 0 0 0 6 0 0 0 20 0 15 0 41880679 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235743104816 140236253429761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 11955 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47820 KiB

[startup+0.310641 s]*
/proc/loadavg: 1.33 1.43 1.49 3/218 30316
/proc/meminfo: memFree=23071028/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14082740 memory=51412 CPUtime=0.44 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 10413 0 0 0 42 2 0 0 20 0 15 0 41880673 14420725760 12853 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3520685 12853 3420 1 0 3482761 0
[pid=30301/tid=30303] ppid=30298 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 8108 0 0 0 29 1 0 0 20 0 15 0 41880674 14420725760 12853 33554432000 4194304 4196468 140727261482624 140236279497680 140236256854800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14082740 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 12853 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14082740 memory=4121840325941421728 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 12853 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 12853 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41880674 14420725760 12853 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41880676 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) S 30298 30301 28528 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 41880679 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) S 30298 30301 28528 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 15 0 41880679 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235744164208 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0.08 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) S 30298 30301 28528 0 -1 1077944384 311 0 0 0 8 0 0 0 20 0 15 0 41880679 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235743111152 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14082740 memory=140436548773504 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880679 14420725760 12853 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51412 KiB

[startup+0.700696 s]
/proc/loadavg: 1.33 1.43 1.49 4/199 30326
/proc/meminfo: memFree=23367716/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14084808 memory=89076 CPUtime=0.99 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 17131 0 0 0 96 3 0 0 20 0 15 0 41880673 14422843392 22269 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3521202 22269 3501 1 0 3483273 0
[pid=30301/tid=30303] ppid=30298 vsize=14084808 memory=6944652177228980320 CPUtime=0.68 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 14456 0 0 0 65 3 0 0 20 0 15 0 41880674 14422843392 22269 33554432000 4194304 4196468 140727261482624 140236279500624 140236242885937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14084808 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14422843392 22269 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14084808 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14422843392 22269 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14084808 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14422843392 22269 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14084808 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41880674 14422843392 22269 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14084808 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41880676 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14084808 memory=-3833726747341067623 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41880676 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14084808 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41880676 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14084808 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14084808 memory=6944656592387989600 CPUtime=0.06 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) S 30298 30301 28528 0 -1 1077944384 494 0 0 0 6 0 0 0 20 0 15 0 41880679 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14084808 memory=6872598998417432672 CPUtime=0.08 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) S 30298 30301 28528 0 -1 1077944384 421 0 0 0 8 0 0 0 20 0 15 0 41880679 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235744164208 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14084808 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) S 30298 30301 28528 0 -1 1077944384 378 0 0 0 15 0 0 0 20 0 15 0 41880679 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235743111152 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880679 14422843392 22269 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89076 KiB

[startup+1.50076 s]
/proc/loadavg: 1.33 1.43 1.49 4/200 30353
/proc/meminfo: memFree=23330940/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14090952 memory=158044 CPUtime=2.91 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 28627 0 0 0 284 7 0 0 20 0 15 0 41880673 14429134848 39511 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3522738 39511 3540 1 0 3484809 0
[pid=30301/tid=30303] ppid=30298 vsize=14090952 memory=193 CPUtime=1.47 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 19408 0 0 0 143 4 0 0 20 0 15 0 41880674 14429134848 39511 33554432000 4194304 4196468 140727261482624 140236279526664 140236253315726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14429134848 39511 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14429134848 39511 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14090952 memory=270608306935203 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41880674 14429134848 39511 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41880674 14429134848 39511 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14090952 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 39511 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0

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

/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 64177 0 0 0 223361 55 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236279528544 140235872096010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.46 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 2214 0 0 0 1061 85 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14090952 memory=280872877170304 CPUtime=11.49 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 4272 0 0 0 1064 85 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14090952 memory=6944656575208382560 CPUtime=11.46 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 3832 0 0 0 1060 86 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.47 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 4526 0 0 0 1059 88 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.71 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 6011 0 0 0 1088 83 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14090952 memory=2448 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14090952 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14090952 memory=0 CPUtime=1.71 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) S 30298 30301 28528 0 -1 1077944384 8696 0 0 0 170 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14090952 memory=3472468714677472127 CPUtime=1.7 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) S 30298 30301 28528 0 -1 1077944384 6979 0 0 0 169 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235744164208 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14090952 memory=7444825561389879400 CPUtime=0.57 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) S 30298 30301 28528 0 -1 1077944384 5920 0 0 0 56 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235743111152 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14090952 memory=3828 CPUtime=1.39 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 753 0 0 0 63 76 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 2297.23 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 409360 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.37 1.37 4/220 30473
/proc/meminfo: memFree=22110724/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14090952 memory=409360 CPUtime=2358.09 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 109902 0 0 0 235366 443 0 0 20 0 15 0 41880673 14429134848 102340 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3522738 102340 3581 1 0 3484809 0
[pid=30301/tid=30303] ppid=30298 vsize=14090952 memory=56 CPUtime=2293.45 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 64956 0 0 0 229289 56 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236279528448 140235872526473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.75 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 2288 0 0 0 1088 87 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.79 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 4299 0 0 0 1091 88 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.77 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 3859 0 0 0 1089 88 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.78 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 4529 0 0 0 1088 90 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14090952 memory=409360 CPUtime=12.02 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 6188 0 0 0 1117 85 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.72 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) S 30298 30301 28528 0 -1 1077944384 8698 0 0 0 171 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.7 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) S 30298 30301 28528 0 -1 1077944384 6981 0 0 0 169 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235744164208 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14090952 memory=1728 CPUtime=0.57 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) S 30298 30301 28528 0 -1 1077944384 5922 0 0 0 56 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235743111152 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.44 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 766 0 0 0 65 79 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 54 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 2358.09 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 409360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363.7 s]
/proc/loadavg: 1.18 1.33 1.35 3/219 30703
/proc/meminfo: memFree=22938208/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14090952 memory=409360 CPUtime=2400.07 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 110605 0 0 0 239555 452 0 0 20 0 15 0 41880673 14429134848 102340 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3522738 102340 3581 1 0 3484809 0
[pid=30301/tid=30303] ppid=30298 vsize=14090952 memory=409360 CPUtime=2334.33 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 65528 0 0 0 233376 57 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236279528320 140235872100523 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.97 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 2293 0 0 0 1107 90 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14090952 memory=409360 CPUtime=12.01 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 4300 0 0 0 1111 90 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.98 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 3861 0 0 0 1108 90 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14090952 memory=280872877077360 CPUtime=11.99 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 4643 0 0 0 1108 91 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14090952 memory=409360 CPUtime=12.23 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 6192 0 0 0 1136 87 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14090952 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.72 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) S 30298 30301 28528 0 -1 1077944384 8699 0 0 0 171 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.7 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) S 30298 30301 28528 0 -1 1077944384 6981 0 0 0 169 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235744164208 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14090952 memory=409360 CPUtime=0.57 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) S 30298 30301 28528 0 -1 1077944384 5922 0 0 0 56 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235743111152 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.46 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 770 0 0 0 66 80 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 54 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 409360 KiB

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

[startup+2363.72 s]
# the end of solver process 30301 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.57 s, system=4.52422 s

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

[startup+2363.7 s]
/proc/loadavg: 1.18 1.33 1.35 3/219 30703
/proc/meminfo: memFree=22938208/32770624 swapFree=67108860/67108860
[pid=30301] ppid=30298 vsize=14090952 memory=409360 CPUtime=2400.07 cores=1,3,5,7
/proc/30301/stat : 30301 (java) S 30298 30301 28528 0 -1 1077944320 110605 0 0 0 239555 452 0 0 20 0 15 0 41880673 14429134848 102340 33554432000 4194304 4196468 140727261482624 140727261465168 140236275289847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
/proc/30301/statm: 3522738 102340 3581 1 0 3484809 0
[pid=30301/tid=30303] ppid=30298 vsize=14090952 memory=409360 CPUtime=2334.33 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (java) R 30298 30301 28528 0 -1 4202560 65528 0 0 0 233376 57 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236279528320 140235872100523 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30304] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.97 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (java) S 30298 30301 28528 0 -1 1077944384 2293 0 0 0 1107 90 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236190358032 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30305] ppid=30298 vsize=14090952 memory=409360 CPUtime=12.01 cores=1,3,5,7
/proc/30301/task/30305/stat : 30305 (java) S 30298 30301 28528 0 -1 1077944384 4300 0 0 0 1111 90 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236189305488 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30306] ppid=30298 vsize=14090952 memory=409360 CPUtime=11.98 cores=1,3,5,7
/proc/30301/task/30306/stat : 30306 (java) S 30298 30301 28528 0 -1 1077944384 3861 0 0 0 1108 90 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236188252432 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30307] ppid=30298 vsize=14090952 memory=280872877077360 CPUtime=11.99 cores=1,3,5,7
/proc/30301/task/30307/stat : 30307 (java) S 30298 30301 28528 0 -1 1077944384 4643 0 0 0 1108 91 0 0 20 0 15 0 41880674 14429134848 102340 33554432000 4194304 4196468 140727261482624 140236187199888 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30308] ppid=30298 vsize=14090952 memory=409360 CPUtime=12.23 cores=1,3,5,7
/proc/30301/task/30308/stat : 30308 (java) S 30298 30301 28528 0 -1 1077944384 6192 0 0 0 1136 87 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235749427952 140236275300994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30309] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30309/stat : 30309 (java) S 30298 30301 28528 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235748374176 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30310] ppid=30298 vsize=14090952 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30310/stat : 30310 (java) S 30298 30301 28528 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41880676 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235747321072 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30311] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30311/stat : 30311 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235746269648 140236275308443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30312] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.72 cores=1,3,5,7
/proc/30301/task/30312/stat : 30312 (java) S 30298 30301 28528 0 -1 1077944384 8699 0 0 0 171 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235745216752 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30313] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.7 cores=1,3,5,7
/proc/30301/task/30313/stat : 30313 (java) S 30298 30301 28528 0 -1 1077944384 6981 0 0 0 169 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235744164208 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30314] ppid=30298 vsize=14090952 memory=409360 CPUtime=0.57 cores=1,3,5,7
/proc/30301/task/30314/stat : 30314 (java) S 30298 30301 28528 0 -1 1077944384 5922 0 0 0 56 1 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235743111152 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30315] ppid=30298 vsize=14090952 memory=409360 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30315/stat : 30315 (java) S 30298 30301 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235742058848 140236275300053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
[pid=30301/tid=30316] ppid=30298 vsize=14090952 memory=409360 CPUtime=1.46 cores=1,3,5,7
/proc/30301/task/30316/stat : 30316 (java) S 30298 30301 28528 0 -1 1077944384 770 0 0 0 66 80 0 0 20 0 15 0 41880679 14429134848 102340 33554432000 4194304 4196468 140727261482624 140235741006896 140236275300994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 54 0 0 6293624 6294260 12169216 140727261488201 140727261488393 140727261488393 140727261491151 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 409360 KiB

Child status: 143
Real time (s): 2363.72
CPU time (s): 2400.09
CPU user time (s): 2395.57
CPU system time (s): 4.52422
CPU usage (%): 101.539
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 409360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.57
system time used= 4.52422
maximum resident set size= 409928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 390071
involuntary context switches= 8875


# summary of solver processes directly reported to runsolver:
#   pid: 30301
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2395.57
#   total CPU system time (s): 4.52422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7853 second user time and 23.3475 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 09:06:15
IDJOB=4290352
IDBENCH=141320
IDSOLVER=2743
FILE ID=node135/4290352-1532243175
RUNJOBID= node135-1532226533-28560
PBS_JOBID= 21018955
Free space on /tmp= 52900 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_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-4290352-1532243175/watcher-4290352-1532243175 -o /tmp/evaluation-result-4290352-1532243175/solver-4290352-1532243175 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532226533-28560 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 553350132 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290352-1532243175.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=553350132

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23108908 kB
MemAvailable:   31618108 kB
Buffers:          149700 kB
Cached:          8564344 kB
SwapCached:            0 kB
Active:          1715204 kB
Inactive:        7373616 kB
Active(anon):     324384 kB
Inactive(anon):    69900 kB
Active(file):    1390820 kB
Inactive(file):  7303716 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35812 kB
Writeback:             0 kB
AnonPages:        237860 kB
Mapped:            48812 kB
Shmem:             17056 kB
Slab:             270764 kB
SReclaimable:     243124 kB
SUnreclaim:        27640 kB
KernelStack:        3792 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52864 MiB
End job on node135 at 2018-07-22 09:45:39