Trace number 4300191

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
SuperSolver_Macq_Stevenart 2018-04-27SAT 16.5729 15.4791

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
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.33727
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
16.48/15.47	s SATISFIABLE
16.48/15.47	v <instantiation>
16.48/15.47	v 	<list>
16.48/15.47	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] 
16.48/15.47	v 	</list>
16.48/15.47	v 	<values>
16.48/15.47	v 		3 37 38 33 35 22 20 23 11 39 13 8 5 15 31 34 10 4 6 12 9 36 29 14 7 17 18 26 27 16 24 25 19 21 32 28 30 
16.48/15.47	v 	</values>
16.48/15.47	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 (11449 MiB free)
  memory of node 1: 16384 MiB (15846 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300191-1532833493/watcher-4300191-1532833493 -o /tmp/evaluation-result-4300191-1532833493/solver-4300191-1532833493 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300191-1532833493.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.22 1.35 1.39 4/216 7363
/proc/meminfo: memFree=27934656/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661052 memory=27604 CPUtime=0.12 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 5269 0 0 0 11 1 0 0 20 0 15 0 100912513 10916917248 6901 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665263 6901 2845 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661052 memory=-8682197304618087616 CPUtime=0.09 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 3143 0 0 0 9 0 0 0 20 0 15 0 100912514 10916917248 6901 33554432000 4194304 4196468 140727568800848 139950723400448 139950703252830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100912515 10916917248 6901 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661052 memory=140047855564416 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916917248 6901 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916917248 6901 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916917248 6901 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661052 memory=140047855564416 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100912516 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100912516 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100912517 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) R 7345 7348 1613 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 100912519 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949882931568 139950719183490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) R 7345 7348 1613 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 15 0 100912519 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949881878768 139950702608081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661052 memory=140047855564416 CPUtime=0.02 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) R 7345 7348 1613 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 100912519 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949880825968 139950719184278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661052 memory=140047855564416 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912519 10916917248 6901 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27604 KiB

[startup+0.210632 s]*
/proc/loadavg: 1.22 1.35 1.39 3/216 7363
/proc/meminfo: memFree=27922732/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=40048 CPUtime=0.33 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 8157 0 0 0 30 3 0 0 20 0 15 0 100912513 10916995072 10012 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 10012 2947 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 5231 0 0 0 18 1 0 0 20 0 15 0 100912514 10916995072 10012 33554432000 4194304 4196468 140727568800848 139950723404656 139950719194269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=331 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 10012 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=140047856049776 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 10012 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 10012 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 10012 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=140047855564416 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100912517 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) S 7345 7348 1613 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 15 0 100912519 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949882931568 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) S 7345 7348 1613 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 15 0 100912519 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949881878768 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661128 memory=140047855564416 CPUtime=0.07 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) S 7345 7348 1613 0 -1 1077944384 787 0 0 0 7 0 0 0 20 0 15 0 100912519 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949880825968 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661128 memory=140047855564416 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 10012 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40048 KiB

[startup+0.311735 s]*
/proc/loadavg: 1.22 1.35 1.39 4/216 7363
/proc/meminfo: memFree=27914784/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=48256 CPUtime=0.56 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 9121 0 0 0 53 3 0 0 20 0 15 0 100912513 10916995072 12064 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 12064 3047 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 5588 0 0 0 28 2 0 0 20 0 15 0 100912514 10916995072 12064 33554432000 4194304 4196468 140727568800848 139950723408400 139950318235291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 12064 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=140047856049775 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 12064 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 12064 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 12064 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=140047855564416 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100912517 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661128 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) R 7345 7348 1613 0 -1 4202560 746 0 0 0 4 0 0 0 20 0 15 0 100912519 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949882921952 139950712272190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661128 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) R 7345 7348 1613 0 -1 1077944384 419 0 0 0 6 0 0 0 20 0 15 0 100912519 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949881878768 139950719183490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661128 memory=140047855564416 CPUtime=0.13 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) R 7345 7348 1613 0 -1 4202560 1007 0 0 0 13 0 0 0 20 0 15 0 100912519 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949880825968 139950698142289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661128 memory=140047855564416 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 12064 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 48256 KiB

[startup+0.700724 s]
/proc/loadavg: 1.22 1.35 1.39 5/216 7363
/proc/meminfo: memFree=27897724/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=82104 CPUtime=1.6 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 10887 0 0 0 156 4 0 0 20 0 15 0 100912513 10916995072 20526 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 20526 3098 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=16204 CPUtime=0.67 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 5626 0 0 0 65 2 0 0 20 0 15 0 100912514 10916995072 20526 33554432000 4194304 4196468 140727568800848 139950723409400 139950320881805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 20526 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 20526 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=496 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 20526 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=928 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 20526 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661128 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661128 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100912517 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661128 memory=7157735280213317218 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661128 memory=7662404614866234984 CPUtime=0.34 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) S 7345 7348 1613 0 -1 1077944384 1618 0 0 0 34 0 0 0 20 0 15 0 100912519 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949882931568 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661128 memory=6081099103656698986 CPUtime=0.36 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) R 7345 7348 1613 0 -1 4202560 1130 0 0 0 36 0 0 0 20 0 15 0 100912519 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949881878768 139950704297044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661128 memory=7666348541231060838 CPUtime=0.19 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) S 7345 7348 1613 0 -1 1077944384 1143 0 0 0 19 0 0 0 20 0 15 0 100912519 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949880825968 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661128 memory=756 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 20526 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 82104 KiB

[startup+1.50075 s]
/proc/loadavg: 1.22 1.35 1.39 3/216 7363
/proc/meminfo: memFree=27847736/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=170884 CPUtime=2.53 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 13459 0 0 0 248 5 0 0 20 0 15 0 100912513 10916995072 42721 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 42721 3108 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=148336 CPUtime=1.48 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 5923 0 0 0 145 3 0 0 20 0 15 0 100912514 10916995072 42721 33554432000 4194304 4196468 140727568800848 139950723409024 139950320774937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 42721 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 42721 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 42721 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 42721 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 42721 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0

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

[startup+15.4791 s]
# the end of solver process 7348 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=16.4937 s, system=0.079205 s

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

[startup+12.8009 s]
/proc/loadavg: 1.24 1.35 1.39 3/215 7363
/proc/meminfo: memFree=27780924/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=180844 CPUtime=13.88 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 15468 0 0 0 1381 7 0 0 20 0 15 0 100912513 10916995072 45211 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 45211 3132 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=0 CPUtime=12.75 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 6238 0 0 0 1272 3 0 0 20 0 15 0 100912514 10916995072 45211 33554432000 4194304 4196468 140727568800848 139950723411744 139950320846377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 544 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45211 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 45211 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45211 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=3471342444064615808 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 301 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45211 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=-7825746272447994522 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 483 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661128 memory=29068 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661128 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 100912517 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661128 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661128 memory=1520 CPUtime=0.36 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) S 7345 7348 1613 0 -1 1077944384 1702 0 0 0 36 0 0 0 20 0 15 0 100912519 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949882931568 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661128 memory=180848 CPUtime=0.46 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) S 7345 7348 1613 0 -1 1077944384 3217 0 0 0 46 0 0 0 20 0 15 0 100912519 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949881878768 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661128 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) S 7345 7348 1613 0 -1 1077944384 1209 0 0 0 20 0 0 0 20 0 15 0 100912519 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949880825968 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661128 memory=7230645025961766505 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661128 memory=7230645025961766505 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45211 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 13.88 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 180844 KiB

[startup+14.4007 s]
/proc/loadavg: 1.24 1.35 1.39 3/215 7363
/proc/meminfo: memFree=27780364/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=180864 CPUtime=15.48 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 16309 0 0 0 1541 7 0 0 20 0 15 0 100912513 10916995072 45216 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 45216 3132 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=4140 CPUtime=14.35 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 6384 0 0 0 1432 3 0 0 20 0 15 0 100912514 10916995072 45216 33554432000 4194304 4196468 140727568800848 139950723411632 139950321141178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 922 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45216 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 45216 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=1968 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45216 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=1692 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 305 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45216 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=912 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 729 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661128 memory=29068 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661128 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 100912517 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661128 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661128 memory=1520 CPUtime=0.36 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) S 7345 7348 1613 0 -1 1077944384 1702 0 0 0 36 0 0 0 20 0 15 0 100912519 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949882931568 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661128 memory=844 CPUtime=0.46 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) S 7345 7348 1613 0 -1 1077944384 3217 0 0 0 46 0 0 0 20 0 15 0 100912519 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949881878768 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661128 memory=3360 CPUtime=0.2 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) S 7345 7348 1613 0 -1 1077944384 1209 0 0 0 20 0 0 0 20 0 15 0 100912519 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949880825968 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661128 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661128 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45216 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 15.48 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 180864 KiB

[startup+15.2007 s]
/proc/loadavg: 1.24 1.35 1.39 3/215 7363
/proc/meminfo: memFree=27778504/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=182912 CPUtime=16.28 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 16396 0 0 0 1621 7 0 0 20 0 15 0 100912513 10916995072 45728 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 45728 3132 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=4140 CPUtime=15.15 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 6464 0 0 0 1512 3 0 0 20 0 15 0 100912514 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950723411520 139950321141476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 923 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=1172 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=1812 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 307 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 731 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661128 memory=5452 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661128 memory=29068 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 100912517 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661128 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661128 memory=1240 CPUtime=0.36 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) S 7345 7348 1613 0 -1 1077944384 1702 0 0 0 36 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949882931568 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661128 memory=1520 CPUtime=0.46 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) S 7345 7348 1613 0 -1 1077944384 3217 0 0 0 46 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949881878768 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661128 memory=844 CPUtime=0.2 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) S 7345 7348 1613 0 -1 1077944384 1209 0 0 0 20 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949880825968 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661128 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661128 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 16.28 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182912 KiB

[startup+15.4007 s]
/proc/loadavg: 1.24 1.35 1.39 3/215 7363
/proc/meminfo: memFree=27778504/32770624 swapFree=67108860/67108860
[pid=7348] ppid=7345 vsize=10661128 memory=182912 CPUtime=16.48 cores=1,3,5,7
/proc/7348/stat : 7348 (java) S 7345 7348 1613 0 -1 1077944320 16396 0 0 0 1641 7 0 0 20 0 15 0 100912513 10916995072 45728 33554432000 4194304 4196468 140727568800848 140727568783392 139950719172343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
/proc/7348/statm: 2665282 45728 3132 1 0 2627263 0
[pid=7348/tid=7350] ppid=7345 vsize=10661128 memory=6943526294502006880 CPUtime=15.35 cores=1,3,5,7
/proc/7348/task/7350/stat : 7350 (java) R 7345 7348 1613 0 -1 4202560 6464 0 0 0 1532 3 0 0 20 0 15 0 100912514 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950723411520 139950320813500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7351] ppid=7345 vsize=10661128 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7351/stat : 7351 (java) S 7345 7348 1613 0 -1 1077944384 923 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950645246608 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7352] ppid=7345 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7352/stat : 7352 (java) S 7345 7348 1613 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950644193808 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7353] ppid=7345 vsize=10661128 memory=6943526294502006880 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7353/stat : 7353 (java) S 7345 7348 1613 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950643141008 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7354] ppid=7345 vsize=10661128 memory=6944656592455360604 CPUtime=0.01 cores=1,3,5,7
/proc/7348/task/7354/stat : 7354 (java) S 7345 7348 1613 0 -1 1077944384 307 0 0 0 1 0 0 0 20 0 15 0 100912515 10916995072 45728 33554432000 4194304 4196468 140727568800848 139950642088208 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7355] ppid=7345 vsize=10661128 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7355/stat : 7355 (java) S 7345 7348 1613 0 -1 1077944384 731 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949887142768 139950719183490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7356] ppid=7345 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7356/stat : 7356 (java) S 7345 7348 1613 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 100912516 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949886088736 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7357] ppid=7345 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7357/stat : 7357 (java) S 7345 7348 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 100912517 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949885035888 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7358] ppid=7345 vsize=10661128 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7358/stat : 7358 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949883984208 139950719190939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7359] ppid=7345 vsize=10661128 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/7348/task/7359/stat : 7359 (java) S 7345 7348 1613 0 -1 1077944384 1702 0 0 0 36 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949882931568 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7360] ppid=7345 vsize=10661128 memory=2724 CPUtime=0.46 cores=1,3,5,7
/proc/7348/task/7360/stat : 7360 (java) S 7345 7348 1613 0 -1 1077944384 3217 0 0 0 46 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949881878768 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7361] ppid=7345 vsize=10661128 memory=1256 CPUtime=0.2 cores=1,3,5,7
/proc/7348/task/7361/stat : 7361 (java) S 7345 7348 1613 0 -1 1077944384 1209 0 0 0 20 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949880825968 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7362] ppid=7345 vsize=10661128 memory=10368 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7362/stat : 7362 (java) S 7345 7348 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949879773408 139950719182549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
[pid=7348/tid=7363] ppid=7345 vsize=10661128 memory=179832 CPUtime=0 cores=1,3,5,7
/proc/7348/task/7363/stat : 7363 (java) S 7345 7348 1613 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 100912519 10916995072 45728 33554432000 4194304 4196468 140727568800848 139949878721712 139950719183490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20869120 140727568802954 140727568803081 140727568803081 140727568805839 0
Current children cumulated CPU time: 16.48 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182912 KiB

Child status: 0
Real time (s): 15.4791
CPU time (s): 16.5729
CPU user time (s): 16.4937
CPU system time (s): 0.079205
CPU usage (%): 107.066
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 182912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4937
system time used= 0.079205
maximum resident set size= 183312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1744
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 7348
#   total CPU time (s): 16.5729
#   total CPU user time (s): 16.4937
#   total CPU system time (s): 0.079205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.119175 second user time and 0.178346 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 05:04:53
IDJOB=4300191
IDBENCH=141567
IDSOLVER=2767
FILE ID=node136/4300191-1532833493
RUNJOBID= node136-1532809638-1645
PBS_JOBID= 21022480
Free space on /tmp= 55796 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300191-1532833493/watcher-4300191-1532833493 -o /tmp/evaluation-result-4300191-1532833493/solver-4300191-1532833493 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4300191-1532833493.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=371750164

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27951012 kB
MemAvailable:   31779348 kB
Buffers:          203892 kB
Cached:          3883772 kB
SwapCached:            0 kB
Active:          1926952 kB
Inactive:        2394592 kB
Active(anon):     185208 kB
Inactive(anon):    76472 kB
Active(file):    1741744 kB
Inactive(file):  2318120 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:        240904 kB
Mapped:            45640 kB
Shmem:             25228 kB
Slab:             196304 kB
SReclaimable:     168616 kB
SUnreclaim:        27688 kB
KernelStack:        3600 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1105356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55796 MiB
End job on node136 at 2018-07-29 05:05:09