Trace number 4308200

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT 8.20933 6.02205

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.157675
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 94044222
0.67/0.55	c timeout: 2520
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.57	c Parsing instance...
2.31/1.23	c Parsing done, starting search...
8.08/6.00	s SATISFIABLE
8.08/6.00	v <instantiation>
8.08/6.00	v 	<list>
8.08/6.00	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
8.08/6.00	v 	</list>
8.08/6.00	v 	<values>
8.08/6.00	v 		4 3 3 9 13 2 6 14 1 6 8 1 5 9 0 1 1 12 9 12 13 13 5 5 3 8 9 5 5 9 
8.08/6.00	v 	</values>
8.08/6.00	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308200-1534345413/watcher-4308200-1534345413 -o /tmp/evaluation-result-4308200-1534345413/solver-4308200-1534345413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534335435-26353 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 94044222 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308200-1534345413.xml 

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

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


[startup+0.100133 s]*
/proc/loadavg: 1.35 1.33 1.37 3/217 27431
/proc/meminfo: memFree=22885488/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14082736 memory=31988 CPUtime=0.12 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 6389 0 0 0 11 1 0 0 20 0 15 0 252104194 14420721664 7997 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3520684 7997 3153 1 0 3482761 0
[pid=27416/tid=27418] ppid=27413 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 4431 0 0 0 9 0 0 0 20 0 15 0 252104195 14420721664 7997 33554432000 4194304 4196468 140729442184544 139832218704992 139832214539670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14082736 memory=5793855848475318713 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 7997 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 7997 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 7997 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 7997 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831685904208 139832214546331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 21576 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831683799792 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 252104200 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831682746992 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27431] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 7997 33554432000 4194304 4196468 140729442184544 139831680641712 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31988 KiB

[startup+0.213227 s]*
/proc/loadavg: 1.35 1.33 1.37 7/217 27431
/proc/meminfo: memFree=22870344/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14082736 memory=48048 CPUtime=0.31 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 10068 0 0 0 29 2 0 0 20 0 15 0 252104194 14420721664 12012 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3520684 12012 3407 1 0 3482761 0
[pid=27416/tid=27418] ppid=27413 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 7774 0 0 0 19 1 0 0 20 0 15 0 252104195 14420721664 12012 33554432000 4194304 4196468 140729442184544 139832218756080 139832194103799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14082736 memory=4211974323670216074 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12012 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12012 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12012 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12012 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831685904208 139832214546331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) R 27413 27416 21576 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 252104200 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 252104200 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831683799792 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0.05 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 301 0 0 0 5 0 0 0 20 0 15 0 252104200 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831682747120 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27431] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 12012 33554432000 4194304 4196468 140729442184544 139831680641712 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48048 KiB

[startup+0.310531 s]*
/proc/loadavg: 1.35 1.33 1.37 3/217 27431
/proc/meminfo: memFree=22866804/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14082736 memory=51376 CPUtime=0.44 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 10419 0 0 0 42 2 0 0 20 0 15 0 252104194 14420721664 12844 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3520684 12844 3410 1 0 3482761 0
[pid=27416/tid=27418] ppid=27413 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 8099 0 0 0 29 1 0 0 20 0 15 0 252104195 14420721664 12844 33554432000 4194304 4196468 140729442184544 139832218735568 139832196091310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14082736 memory=4211974323670216074 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12844 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14082736 memory=281194830584192 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12844 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14082736 memory=281194730344960 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12844 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14082736 memory=140597365158671 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252104195 14420721664 12844 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14082736 memory=281194830593408 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14082736 memory=140597365163279 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14082736 memory=140597365191938 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252104197 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14082736 memory=140597365194664 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831685904208 139832214546331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 21576 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 252104200 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 252104200 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831683799792 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14082736 memory=140597465425536 CPUtime=0.07 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 308 0 0 0 7 0 0 0 20 0 15 0 252104200 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831682746992 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27431] ppid=27413 vsize=14082736 memory=140597465457524 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104200 14420721664 12844 33554432000 4194304 4196468 140729442184544 139831680641712 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51376 KiB

[startup+0.700765 s]
/proc/loadavg: 1.35 1.33 1.37 4/217 27431
/proc/meminfo: memFree=22842620/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14084804 memory=89044 CPUtime=0.98 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 17146 0 0 0 94 4 0 0 20 0 15 0 252104194 14422839296 22261 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3521201 22261 3499 1 0 3483273 0
[pid=27416/tid=27418] ppid=27413 vsize=14084804 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 14453 0 0 0 64 3 0 0 20 0 15 0 252104195 14422839296 22261 33554432000 4194304 4196468 140729442184544 139832218742864 139832198608222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14422839296 22261 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14422839296 22261 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14422839296 22261 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252104195 14422839296 22261 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14084804 memory=748 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252104197 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14084804 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252104197 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14084804 memory=6612 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252104197 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14084804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831685904208 139832214546331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14084804 memory=4452 CPUtime=0.07 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 21576 0 -1 1077944384 522 0 0 0 7 0 0 0 20 0 15 0 252104200 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14084804 memory=3732 CPUtime=0.07 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 415 0 0 0 7 0 0 0 20 0 15 0 252104200 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831683799792 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14084804 memory=12668 CPUtime=0.14 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 374 0 0 0 14 0 0 0 20 0 15 0 252104200 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831682746992 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14084804 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27431] ppid=27413 vsize=14084804 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104200 14422839296 22261 33554432000 4194304 4196468 140729442184544 139831680641712 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89044 KiB

[startup+1.5007 s]
/proc/loadavg: 1.35 1.33 1.37 3/217 27431
/proc/meminfo: memFree=22795200/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14088900 memory=166880 CPUtime=3.27 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 26261 0 0 0 318 9 0 0 20 0 15 0 252104194 14427033600 41720 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3522225 41720 3550 1 0 3484297 0
[pid=27416/tid=27418] ppid=27413 vsize=14088900 memory=3868 CPUtime=1.47 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 20190 0 0 0 141 6 0 0 20 0 15 0 252104195 14427033600 41720 33554432000 4194304 4196468 140729442184544 139832218764352 139832214539670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14088900 memory=68828 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 41720 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14088900 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 41720 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 41720 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 41720 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14088900 memory=7379241870439769681 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 41720 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0

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

Current children cumulated memory: 229048 KiB

[startup+6.02201 s]
# the end of solver process 27416 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.07312 s, system=0.136216 s

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

[startup+3.20089 s]
/proc/loadavg: 1.32 1.33 1.37 4/217 27431
/proc/meminfo: memFree=22690348/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14088900 memory=237356 CPUtime=5.25 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 28263 0 0 0 513 12 0 0 20 0 15 0 252104194 14427033600 59339 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3522225 59339 3578 1 0 3484297 0
[pid=27416/tid=27418] ppid=27413 vsize=14088900 memory=0 CPUtime=3.16 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 20427 0 0 0 309 7 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832218765648 139831804241152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831685904208 139832214546331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14088900 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 21576 0 -1 1077944384 1941 0 0 0 75 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14088900 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 1794 0 0 0 71 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831683799792 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14088900 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 1960 0 0 0 53 1 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831682746992 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14088900 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27431] ppid=27413 vsize=14088900 memory=301741382048153914 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 21576 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831680641712 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 237356 KiB

[startup+4.80069 s]
/proc/loadavg: 1.32 1.33 1.37 3/217 27431
/proc/meminfo: memFree=22676420/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14088900 memory=237356 CPUtime=6.87 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 28282 0 0 0 675 12 0 0 20 0 15 0 252104194 14427033600 59339 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3522225 59339 3578 1 0 3484297 0
[pid=27416/tid=27418] ppid=27413 vsize=14088900 memory=56 CPUtime=4.75 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 20431 0 0 0 468 7 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832218762400 139831809442336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14088900 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14088900 memory=15254844273336465 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59339 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14088900 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14088900 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14088900 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831685904208 139832214546331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14088900 memory=-2605811476043407915 CPUtime=0.75 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 21576 0 -1 1077944384 1942 0 0 0 75 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14088900 memory=229048 CPUtime=0.71 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 1794 0 0 0 71 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831683799792 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14088900 memory=237356 CPUtime=0.54 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 1960 0 0 0 53 1 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831682746992 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14088900 memory=68828 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27431] ppid=27413 vsize=14088900 memory=237356 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 21576 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59339 33554432000 4194304 4196468 140729442184544 139831680641712 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 6.87 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 237356 KiB

[startup+5.6007 s]
/proc/loadavg: 1.32 1.33 1.37 3/217 27431
/proc/meminfo: memFree=22686516/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14088900 memory=237556 CPUtime=7.78 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 30309 0 0 0 765 13 0 0 20 0 15 0 252104194 14427033600 59389 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3522225 59389 3578 1 0 3484297 0
[pid=27416/tid=27418] ppid=27413 vsize=14088900 memory=1224 CPUtime=5.54 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 21576 0 -1 4202560 20582 0 0 0 547 7 0 0 20 0 15 0 252104195 14427033600 59389 33554432000 4194304 4196468 140729442184544 139832218765376 139831809592332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14088900 memory=2336 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 15 0 252104195 14427033600 59389 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14088900 memory=1752 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 15 0 252104195 14427033600 59389 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14088900 memory=868 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 15 0 252104195 14427033600 59389 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14088900 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 15 0 252104195 14427033600 59389 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14088900 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831689062768 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14088900 memory=748 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14088900 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 252104197 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14088900 memory=6612 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831685904208 139832214546331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14088900 memory=1296 CPUtime=0.83 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 21576 0 -1 1077944384 2841 0 0 0 83 0 0 0 20 0 15 0 252104200 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14088900 memory=4452 CPUtime=0.72 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 1798 0 0 0 72 0 0 0 20 0 15 0 252104200 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831683799792 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14088900 memory=3732 CPUtime=0.55 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 1995 0 0 0 54 1 0 0 20 0 15 0 252104200 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831682746992 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14088900 memory=12668 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27431] ppid=27413 vsize=14088900 memory=237460 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 21576 0 -1 1077944384 949 0 0 0 0 0 0 0 20 0 15 0 252104200 14427033600 59389 33554432000 4194304 4196468 140729442184544 139831680641712 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 7.78 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 237556 KiB

[startup+6.00064 s]*
/proc/loadavg: 1.32 1.33 1.37 3/217 27431
/proc/meminfo: memFree=22688652/32770624 swapFree=67108688/67108860
[pid=27416] ppid=27413 vsize=14157512 memory=237900 CPUtime=8.2 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 21576 0 -1 1077944320 31920 0 0 0 807 13 0 0 20 0 14 0 252104194 14497292288 59475 33554432000 4194304 4196468 140729442184544 140729442167088 139832214527735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
/proc/27416/statm: 3539378 59475 3580 1 0 3501450 0
[pid=27416/tid=27418] ppid=27413 vsize=14157512 memory=576567874760998942 CPUtime=5.95 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) S 27413 27416 21576 0 -1 1077944384 22058 0 0 0 588 7 0 0 20 0 14 0 252104195 14497292288 59475 33554432000 4194304 4196468 140729442184544 139832218770576 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27419] ppid=27413 vsize=14157512 memory=300 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 21576 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 14 0 252104195 14497292288 59475 33554432000 4194304 4196468 140729442184544 139832129596560 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27420] ppid=27413 vsize=14157512 memory=3689774181387314848 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 21576 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 14 0 252104195 14497292288 59475 33554432000 4194304 4196468 140729442184544 139832128543760 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27421] ppid=27413 vsize=14157512 memory=7679937539659563834 CPUtime=0.01 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 21576 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 14 0 252104195 14497292288 59475 33554432000 4194304 4196468 140729442184544 139832127490960 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27422] ppid=27413 vsize=14157512 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 21576 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 14 0 252104195 14497292288 59475 33554432000 4194304 4196468 140729442184544 139832126438160 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27423] ppid=27413 vsize=14157512 memory=4787573941921896116 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 21576 0 -1 1077944384 162 0 0 0 0 0 0 0 20 0 14 0 252104197 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831689062976 139832214538882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27424] ppid=27413 vsize=14157512 memory=7378697629483796793 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 21576 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 14 0 252104197 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831688008736 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27425] ppid=27413 vsize=14157512 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 21576 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 14 0 252104197 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831686955888 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27426] ppid=27413 vsize=14157512 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 21576 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 252104200 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831685903856 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27427] ppid=27413 vsize=14157512 memory=0 CPUtime=0.83 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 21576 0 -1 1077944384 2841 0 0 0 83 0 0 0 20 0 14 0 252104200 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831684852592 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27428] ppid=27413 vsize=14157512 memory=2867664656544031 CPUtime=0.72 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 21576 0 -1 1077944384 1825 0 0 0 72 0 0 0 20 0 14 0 252104200 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831683784304 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27429] ppid=27413 vsize=14157512 memory=7589561618123775410 CPUtime=0.56 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 21576 0 -1 1077944384 2067 0 0 0 55 1 0 0 20 0 14 0 252104200 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831682746992 139832214538882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
[pid=27416/tid=27430] ppid=27413 vsize=14157512 memory=2314885432475672950 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 252104200 14497292288 59475 33554432000 4194304 4196468 140729442184544 139831681694432 139832214537941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37666816 140729442186314 140729442186505 140729442186505 140729442189263 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 14157512 KiB
Current children cumulated memory: 237900 KiB

Child status: 0
Real time (s): 6.02205
CPU time (s): 8.20933
CPU user time (s): 8.07312
CPU system time (s): 0.136216
CPU usage (%): 136.321
Max. virtual memory (cumulated for all children) (KiB): 14157512
Max. memory (cumulated for all children) (KiB): 237900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.07311
system time used= 0.136216
maximum resident set size= 238204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2630
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 27416
#   total CPU time (s): 8.20933
#   total CPU user time (s): 8.07312
#   total CPU system time (s): 0.136216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054222 second user time and 0.108606 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-15 17:03:33
IDJOB=4308200
IDBENCH=141590
IDSOLVER=2791
FILE ID=node106/4308200-1534345413
RUNJOBID= node106-1534335435-26353
PBS_JOBID= 21038157
Free space on /tmp= 45820 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Frb/frb-30-15-1_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-4308200-1534345413/watcher-4308200-1534345413 -o /tmp/evaluation-result-4308200-1534345413/solver-4308200-1534345413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534335435-26353 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 94044222 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308200-1534345413.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=94044222

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22908092 kB
MemAvailable:   31642272 kB
Buffers:          208608 kB
Cached:          8750876 kB
SwapCached:            0 kB
Active:          4813768 kB
Inactive:        4454564 kB
Active(anon):     255272 kB
Inactive(anon):   113644 kB
Active(file):    4558496 kB
Inactive(file):  4340920 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35768 kB
Writeback:            16 kB
AnonPages:        315340 kB
Mapped:            69096 kB
Shmem:             57824 kB
Slab:             292352 kB
SReclaimable:     263224 kB
SUnreclaim:        29128 kB
KernelStack:        3552 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1321684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 45788 MiB
End job on node106 at 2018-08-15 17:03:39