Trace number 4299908

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT 3.37419 2.3605

General information on the benchmark

NameMagicSquare/
MagicSquare-06-sum_c18.xml
MD5SUMa745669eea561cf8bd8f725d7a56d7c0
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.010117
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":14}]
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
3.30/2.35	s SATISFIABLE
3.30/2.35	v <instantiation>
3.30/2.35	v 	<list>
3.30/2.35	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] 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[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[5][5] 
3.30/2.35	v 	</list>
3.30/2.35	v 	<values>
3.30/2.35	v 		1 2 3 34 35 36 4 18 28 29 5 27 10 26 30 8 23 14 31 25 13 21 15 6 32 16 20 12 22 9 33 24 17 7 11 19 
3.30/2.35	v 	</values>
3.30/2.35	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 (6981 MiB free)
  memory of node 1: 16384 MiB (13929 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299908-1532819140/watcher-4299908-1532819140 -o /tmp/evaluation-result-4299908-1532819140/solver-4299908-1532819140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532811570-31049 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299908-1532819140.xml 

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

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

solver pid=32059, runsolver pid=32056

[startup+0.100111 s]*
/proc/loadavg: 1.47 1.46 1.42 4/215 32074
/proc/meminfo: memFree=21396080/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661052 memory=27560 CPUtime=0.12 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 5289 0 0 0 11 1 0 0 20 0 15 0 99476862 10916917248 6890 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665263 6890 2844 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661052 memory=-8269626465541590910 CPUtime=0.09 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 3169 0 0 0 9 0 0 0 20 0 15 0 99476862 10916917248 6890 33554432000 4194304 4196468 140726032995680 139942049359840 139942045160026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661052 memory=139897831155328 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661052 memory=139897831155328 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476864 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99476865 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99476865 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) R 32056 32059 31017 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 99476867 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941532908112 139942045148885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) R 32056 32059 31017 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 99476867 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941531846976 139942028562509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661052 memory=139897831155328 CPUtime=0.01 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) R 32056 32059 31017 0 -1 4202560 322 0 0 0 1 0 0 0 20 0 15 0 99476867 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941530802928 139942045150614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661052 memory=139897831155328 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476868 10916917248 6890 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27560 KiB

[startup+0.210697 s]*
/proc/loadavg: 1.47 1.46 1.42 3/215 32074
/proc/meminfo: memFree=21383552/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=40148 CPUtime=0.32 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 8202 0 0 0 30 2 0 0 20 0 15 0 99476862 10916995072 10037 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 10037 2971 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5266 0 0 0 19 1 0 0 20 0 15 0 99476862 10916995072 10037 33554432000 4194304 4196468 140726032995680 139942049370992 139942029219166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=343 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=139897831713286 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=139897831155328 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) S 32056 32059 31017 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 99476867 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941532908016 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) S 32056 32059 31017 0 -1 1077944384 324 0 0 0 2 0 0 0 20 0 15 0 99476867 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941531855472 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661128 memory=139897831155328 CPUtime=0.07 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) S 32056 32059 31017 0 -1 1077944384 723 0 0 0 7 0 0 0 20 0 15 0 99476867 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941530802928 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661128 memory=139897831155328 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476868 10916995072 10037 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40148 KiB

[startup+0.313269 s]*
/proc/loadavg: 1.51 1.47 1.42 6/215 32074
/proc/meminfo: memFree=21378808/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=46264 CPUtime=0.56 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 9341 0 0 0 53 3 0 0 20 0 15 0 99476862 10916995072 11566 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 11566 3061 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5682 0 0 0 28 1 0 0 20 0 15 0 99476862 10916995072 11566 33554432000 4194304 4196468 140726032995680 139942049376976 139942025051644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=139897831713015 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=139897831155328 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661128 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) R 32056 32059 31017 0 -1 4202560 756 0 0 0 6 0 0 0 20 0 15 0 99476867 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941532900536 139942037428128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661128 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) R 32056 32059 31017 0 -1 4202560 711 0 0 0 5 0 0 0 20 0 15 0 99476867 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941531840136 139942029823895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661128 memory=139897831155328 CPUtime=0.13 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) R 32056 32059 31017 0 -1 1077944384 825 0 0 0 13 0 0 0 20 0 15 0 99476867 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941530802928 139942045149826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661128 memory=139897831155328 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476868 10916995072 11566 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46264 KiB

[startup+0.700766 s]
/proc/loadavg: 1.51 1.47 1.42 5/215 32074
/proc/meminfo: memFree=21361440/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=78432 CPUtime=1.61 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 11621 0 0 0 158 3 0 0 20 0 15 0 99476862 10916995072 19608 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 19608 3090 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=277620109381793 CPUtime=0.67 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5697 0 0 0 66 1 0 0 20 0 15 0 99476862 10916995072 19608 33554432000 4194304 4196468 140726032995680 139942049375528 139941661145817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=4051047449723404320 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661128 memory=-6367666914069978921 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661128 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) R 32056 32059 31017 0 -1 4202560 1611 0 0 0 38 0 0 0 20 0 15 0 99476867 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941532908016 139942030047488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661128 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) S 32056 32059 31017 0 -1 1077944384 1908 0 0 0 37 0 0 0 20 0 15 0 99476867 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941531855472 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661128 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) S 32056 32059 31017 0 -1 1077944384 1036 0 0 0 15 0 0 0 20 0 15 0 99476867 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941530802928 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661128 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476868 10916995072 19608 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 78432 KiB

[startup+1.50082 s]
/proc/loadavg: 1.51 1.47 1.42 3/215 32074
/proc/meminfo: memFree=21314896/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=162536 CPUtime=2.49 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 12006 0 0 0 244 5 0 0 20 0 15 0 99476862 10916995072 40634 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 40634 3097 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=12848 CPUtime=1.47 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5898 0 0 0 144 3 0 0 20 0 15 0 99476862 10916995072 40634 33554432000 4194304 4196468 140726032995680 139942049375888 139941663866466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 40634 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 40634 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 40634 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 40634 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 40634 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0

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

[startup+2.36045 s]
# the end of solver process 32059 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.31244 s, system=0.061753 s

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

[startup+1.60086 s]
/proc/loadavg: 1.51 1.47 1.42 3/215 32074
/proc/meminfo: memFree=21314896/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=172776 CPUtime=2.59 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 12018 0 0 0 254 5 0 0 20 0 15 0 99476862 10916995072 43194 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 43194 3097 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=4714318374891523446 CPUtime=1.57 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5910 0 0 0 154 3 0 0 20 0 15 0 99476862 10916995072 43194 33554432000 4194304 4196468 140726032995680 139942049375888 139941663661184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=4565929467533970617 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=279795376062704 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=781927 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661128 memory=8041079860532773434 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661128 memory=279795376065808 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661128 memory=139897688160929 CPUtime=0.44 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) S 32056 32059 31017 0 -1 1077944384 1630 0 0 0 44 0 0 0 20 0 15 0 99476867 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941532908016 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661128 memory=139897688160944 CPUtime=0.39 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) S 32056 32059 31017 0 -1 1077944384 1912 0 0 0 39 0 0 0 20 0 15 0 99476867 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941531855472 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661128 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) S 32056 32059 31017 0 -1 1077944384 1041 0 0 0 16 0 0 0 20 0 15 0 99476867 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941530802928 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661128 memory=16041702853560 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 99476868 10916995072 43194 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 172776 KiB

[startup+2.00073 s]*
/proc/loadavg: 1.51 1.47 1.42 4/215 32074
/proc/meminfo: memFree=21244644/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=179216 CPUtime=3.01 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 12988 0 0 0 296 5 0 0 20 0 15 0 99476862 10916995072 44804 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 44804 3121 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=6791534058613427641 CPUtime=1.98 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5945 0 0 0 195 3 0 0 20 0 15 0 99476862 10916995072 44804 33554432000 4194304 4196468 140726032995680 139942049378080 139941663865087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661128 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) S 32056 32059 31017 0 -1 1077944384 1632 0 0 0 44 0 0 0 20 0 15 0 99476867 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941532908016 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661128 memory=3184097920075968559 CPUtime=0.39 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) S 32056 32059 31017 0 -1 1077944384 1914 0 0 0 39 0 0 0 20 0 15 0 99476867 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941531855472 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661128 memory=3472468194058835628 CPUtime=0.16 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) S 32056 32059 31017 0 -1 1077944384 1216 0 0 0 16 0 0 0 20 0 15 0 99476867 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941530802928 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661128 memory=3184097920075968559 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661128 memory=3472468194058573488 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 99476868 10916995072 44804 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 179216 KiB

[startup+2.20073 s]
/proc/loadavg: 1.51 1.47 1.42 4/215 32074
/proc/meminfo: memFree=21244644/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=179224 CPUtime=3.2 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 13004 0 0 0 315 5 0 0 20 0 15 0 99476862 10916995072 44806 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 44806 3123 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=0 CPUtime=2.17 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5961 0 0 0 214 3 0 0 20 0 15 0 99476862 10916995072 44806 33554432000 4194304 4196468 140726032995680 139942049378080 139941663867137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661128 memory=288230574492221466 CPUtime=0.44 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) S 32056 32059 31017 0 -1 1077944384 1632 0 0 0 44 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941532908016 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661128 memory=288230583166042425 CPUtime=0.39 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) S 32056 32059 31017 0 -1 1077944384 1914 0 0 0 39 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941531855472 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661128 memory=16104758104558012 CPUtime=0.16 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) S 32056 32059 31017 0 -1 1077944384 1216 0 0 0 16 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941530802928 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661128 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 99476868 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 3.2 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 179224 KiB

[startup+2.30076 s]
/proc/loadavg: 1.51 1.47 1.42 4/215 32074
/proc/meminfo: memFree=21244644/32770624 swapFree=67108688/67108860
[pid=32059] ppid=32056 vsize=10661128 memory=179224 CPUtime=3.3 cores=1,3,5,7
/proc/32059/stat : 32059 (java) S 32056 32059 31017 0 -1 1077944320 13004 0 0 0 325 5 0 0 20 0 15 0 99476862 10916995072 44806 33554432000 4194304 4196468 140726032995680 140726032978224 139942045138679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
/proc/32059/statm: 2665282 44806 3123 1 0 2627263 0
[pid=32059/tid=32061] ppid=32056 vsize=10661128 memory=0 CPUtime=2.27 cores=1,3,5,7
/proc/32059/task/32061/stat : 32061 (java) R 32056 32059 31017 0 -1 4202560 5961 0 0 0 224 3 0 0 20 0 15 0 99476862 10916995072 44806 33554432000 4194304 4196468 140726032995680 139942049378088 139941663660868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32062] ppid=32056 vsize=10661128 memory=288230613197271346 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32062/stat : 32062 (java) S 32056 32059 31017 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941981829904 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32063] ppid=32056 vsize=10661128 memory=15544015747570849 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32063/stat : 32063 (java) S 32056 32059 31017 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941650492304 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32064] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32064/stat : 32064 (java) S 32056 32059 31017 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941649439760 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32065] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32065/stat : 32065 (java) S 32056 32059 31017 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 99476863 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941648387216 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32066] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32066/stat : 32066 (java) S 32056 32059 31017 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 99476864 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941537118192 139942045149826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32067] ppid=32056 vsize=10661128 memory=2321381535744277091 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32067/stat : 32067 (java) S 32056 32059 31017 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941536064416 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32068] ppid=32056 vsize=10661128 memory=179224 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32068/stat : 32068 (java) S 32056 32059 31017 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99476865 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941535011824 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32069] ppid=32056 vsize=10661128 memory=6945507666079274341 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32069/stat : 32069 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941533960400 139942045157275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32070] ppid=32056 vsize=10661128 memory=7156930368884876947 CPUtime=0.44 cores=1,3,5,7
/proc/32059/task/32070/stat : 32070 (java) S 32056 32059 31017 0 -1 1077944384 1632 0 0 0 44 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941532908016 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32071] ppid=32056 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/32059/task/32071/stat : 32071 (java) S 32056 32059 31017 0 -1 1077944384 1914 0 0 0 39 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941531855472 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32072] ppid=32056 vsize=10661128 memory=3184237817764052544 CPUtime=0.16 cores=1,3,5,7
/proc/32059/task/32072/stat : 32072 (java) S 32056 32059 31017 0 -1 1077944384 1216 0 0 0 16 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941530802928 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32073] ppid=32056 vsize=10661128 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32073/stat : 32073 (java) S 32056 32059 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99476867 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941529750624 139942045148885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
[pid=32059/tid=32074] ppid=32056 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32059/task/32074/stat : 32074 (java) S 32056 32059 31017 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 99476868 10916995072 44806 33554432000 4194304 4196468 140726032995680 139941528697136 139942045149826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24453120 140726032999597 140726032999689 140726032999689 140726033002447 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 179224 KiB

Child status: 0
Real time (s): 2.3605
CPU time (s): 3.37419
CPU user time (s): 3.31244
CPU system time (s): 0.061753
CPU usage (%): 142.944
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 179224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.31244
system time used= 0.061753
maximum resident set size= 179560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13729
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1172
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 32059
#   total CPU time (s): 3.37419
#   total CPU user time (s): 3.31244
#   total CPU system time (s): 0.061753

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038527 second user time and 0.065561 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 01:05:40
IDJOB=4299908
IDBENCH=141506
IDSOLVER=2766
FILE ID=node106/4299908-1532819140
RUNJOBID= node106-1532811570-31049
PBS_JOBID= 21022488
Free space on /tmp= 46168 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/MagicSquare/MagicSquare-06-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299908-1532819140/watcher-4299908-1532819140 -o /tmp/evaluation-result-4299908-1532819140/solver-4299908-1532819140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532811570-31049 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299908-1532819140.xml

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

MD5SUM BENCH= a745669eea561cf8bd8f725d7a56d7c0
RANDOM SEED=89343992

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:        21412716 kB
MemAvailable:   29876744 kB
Buffers:          235240 kB
Cached:          8390156 kB
SwapCached:            0 kB
Active:          4601432 kB
Inactive:        6129296 kB
Active(anon):    2052476 kB
Inactive(anon):    80476 kB
Active(file):    2548956 kB
Inactive(file):  6048820 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       2099892 kB
Mapped:            55480 kB
Shmem:             25056 kB
Slab:             322008 kB
SReclaimable:     294712 kB
SUnreclaim:        27296 kB
KernelStack:        3808 kB
PageTables:         9508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2990364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2002944 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= 46164 MiB
End job on node106 at 2018-07-29 01:05:42