Trace number 4308102

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT 4.2275 2.38342

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.108401
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.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1186793676
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.52/1.03	c Parsing done, starting search...
4.12/2.37	s SATISFIABLE
4.12/2.37	v <instantiation>
4.12/2.37	v 	<list>
4.12/2.37	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]
4.12/2.37	v 	</list>
4.12/2.37	v 	<values>
4.12/2.37	v 		18 30 29 34 36 33 16 3 23 22 15 8 9 31 26 35 13 4 14 7 10 28 20 17 5 6 25 38 37 27 12 11 24 19 32 39 21 
4.12/2.37	v 	</values>
4.12/2.37	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 (13806 MiB free)
  memory of node 1: 16384 MiB (13807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308102-1534344252/watcher-4308102-1534344252 -o /tmp/evaluation-result-4308102-1534344252/solver-4308102-1534344252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534334298-30609 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1186793676 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308102-1534344252.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=31579, runsolver pid=31576

[startup+0.100144 s]*
/proc/loadavg: 1.40 1.40 1.41 3/216 31594
/proc/meminfo: memFree=28258616/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14082736 memory=30488 CPUtime=0.12 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 6554 0 0 0 11 1 0 0 20 0 15 0 251988389 14420721664 7622 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3520684 7622 3151 1 0 3482761 0
[pid=31579/tid=31581] ppid=31576 vsize=14082736 memory=-8773748148829851007 CPUtime=0.09 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 4586 0 0 0 9 0 0 0 20 0 15 0 251988390 14420721664 7622 33554432000 4194304 4196468 140721424845248 140117155589120 140117151372445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 7622 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 7622 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 7622 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 7622 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 7622 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 7622 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 7622 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 7622 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) S 31576 31579 25549 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 7622 33554432000 4194304 4196468 140721424845248 140116620835312 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 7622 33554432000 4194304 4196468 140721424845248 140116619782768 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0.01 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) S 31576 31579 25549 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 251988395 14420721664 7622 33554432000 4194304 4196468 140721424845248 140116618730224 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 7687 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 7687 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30488 KiB

[startup+0.212234 s]*
/proc/loadavg: 1.40 1.40 1.41 6/216 31594
/proc/meminfo: memFree=28242616/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14082736 memory=47116 CPUtime=0.32 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 10403 0 0 0 30 2 0 0 20 0 15 0 251988389 14420721664 11779 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3520684 11779 3379 1 0 3482761 0
[pid=31579/tid=31581] ppid=31576 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 8070 0 0 0 19 1 0 0 20 0 15 0 251988390 14420721664 11779 33554432000 4194304 4196468 140721424845248 140117155576336 140117151371866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 11779 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14082736 memory=288370554281637504 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 11779 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 11779 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 11779 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) S 31576 31579 25549 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 15 0 251988395 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116620835312 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) R 31576 31579 25549 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 15 0 251988395 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116619783064 140117136269402 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0.06 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) R 31576 31579 25549 0 -1 4202560 338 0 0 0 6 0 0 0 20 0 15 0 251988395 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116618725488 140117131689783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 11779 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47116 KiB

[startup+0.310692 s]*
/proc/loadavg: 1.40 1.40 1.41 3/216 31594
/proc/meminfo: memFree=28239204/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14082736 memory=50888 CPUtime=0.44 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 10792 0 0 0 42 2 0 0 20 0 15 0 251988389 14420721664 12722 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3520684 12722 3413 1 0 3482761 0
[pid=31579/tid=31581] ppid=31576 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 8422 0 0 0 28 2 0 0 20 0 15 0 251988390 14420721664 12722 33554432000 4194304 4196468 140721424845248 140117155562032 140117131625728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 12722 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14082736 memory=288370554281637504 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 12722 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 12722 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14420721664 12722 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) S 31576 31579 25549 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 251988395 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116620835312 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) S 31576 31579 25549 0 -1 1077944384 72 0 0 0 2 0 0 0 20 0 15 0 251988395 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116619782768 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0.08 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) S 31576 31579 25549 0 -1 1077944384 355 0 0 0 8 0 0 0 20 0 15 0 251988395 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116618730224 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14082736 memory=140178129925760 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988395 14420721664 12722 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50888 KiB

[startup+0.700786 s]
/proc/loadavg: 1.40 1.40 1.41 4/216 31594
/proc/meminfo: memFree=28214772/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14084804 memory=89000 CPUtime=0.99 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 17661 0 0 0 95 4 0 0 20 0 15 0 251988389 14422839296 22250 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3521201 22250 3499 1 0 3483273 0
[pid=31579/tid=31581] ppid=31576 vsize=14084804 memory=34336 CPUtime=0.67 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 14875 0 0 0 64 3 0 0 20 0 15 0 251988390 14422839296 22250 33554432000 4194304 4196468 140721424845248 140117155575936 140117151362454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14422839296 22250 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14422839296 22250 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14422839296 22250 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14422839296 22250 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251988392 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) S 31576 31579 25549 0 -1 1077944384 711 0 0 0 7 0 0 0 20 0 15 0 251988395 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116620835312 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14084804 memory=7453282923461570405 CPUtime=0.07 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) S 31576 31579 25549 0 -1 1077944384 233 0 0 0 7 0 0 0 20 0 15 0 251988395 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116619782768 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) R 31576 31579 25549 0 -1 4202560 459 0 0 0 15 0 0 0 20 0 15 0 251988395 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116618730224 140117130296130 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988395 14422839296 22250 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89000 KiB

[startup+1.50082 s]
/proc/loadavg: 1.40 1.40 1.41 4/216 31594
/proc/meminfo: memFree=28179132/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14090948 memory=136172 CPUtime=2.96 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 30413 0 0 0 289 7 0 0 20 0 15 0 251988389 14429130752 34043 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3522737 34043 3525 1 0 3484809 0
[pid=31579/tid=31581] ppid=31576 vsize=14090948 memory=131012 CPUtime=1.47 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 19450 0 0 0 142 5 0 0 20 0 15 0 251988390 14429130752 34043 33554432000 4194304 4196468 140721424845248 140117155587616 140116752376729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 34043 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 34043 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 34043 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 34043 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 34043 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0

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

[startup+2.38338 s]
# the end of solver process 31579 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.13647 s, system=0.091034 s

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

[startup+1.60094 s]
/proc/loadavg: 1.40 1.40 1.41 4/216 31594
/proc/meminfo: memFree=28179132/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14090948 memory=142504 CPUtime=3.26 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 30477 0 0 0 319 7 0 0 20 0 15 0 251988389 14429130752 35626 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3522737 35626 3534 1 0 3484809 0
[pid=31579/tid=31581] ppid=31576 vsize=14090948 memory=40852 CPUtime=1.57 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 19465 0 0 0 152 5 0 0 20 0 15 0 251988390 14429130752 35626 33554432000 4194304 4196468 140721424845248 140117155587616 140116752714437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 35626 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 35626 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 35626 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 35626 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14090948 memory=280356003512560 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14090948 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) R 31576 31579 25549 0 -1 4202560 3873 0 0 0 63 0 0 0 20 0 15 0 251988395 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116620821840 140117134737174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14090948 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) R 31576 31579 25549 0 -1 4202560 2496 0 0 0 65 0 0 0 20 0 15 0 251988395 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116619781952 140117131986429 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14090948 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) S 31576 31579 25549 0 -1 1077944384 3254 0 0 0 37 0 0 0 20 0 15 0 251988395 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116618730224 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14090948 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 35626 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 3.26 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 142504 KiB

[startup+2.00073 s]*
/proc/loadavg: 1.40 1.40 1.41 3/216 31594
/proc/meminfo: memFree=28114164/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14090948 memory=177544 CPUtime=3.81 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 30690 0 0 0 374 7 0 0 20 0 15 0 251988389 14429130752 44386 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3522737 44386 3537 1 0 3484809 0
[pid=31579/tid=31581] ppid=31576 vsize=14090948 memory=0 CPUtime=1.97 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 19552 0 0 0 192 5 0 0 20 0 15 0 251988390 14429130752 44386 33554432000 4194304 4196468 140721424845248 140117155585680 140116752376158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 44386 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14090948 memory=280356004054528 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 44386 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14090948 memory=280356003972416 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 44386 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14090948 memory=140178002177535 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 44386 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14090948 memory=280356132110192 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14090948 memory=140178002182143 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14090948 memory=140178002185026 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14090948 memory=140178002187334 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14090948 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) S 31576 31579 25549 0 -1 1077944384 3919 0 0 0 70 0 0 0 20 0 15 0 251988395 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116620835312 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14090948 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) S 31576 31579 25549 0 -1 1077944384 2513 0 0 0 71 0 0 0 20 0 15 0 251988395 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116619782768 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14090948 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) S 31576 31579 25549 0 -1 1077944384 3285 0 0 0 38 0 0 0 20 0 15 0 251988395 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116618730224 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14090948 memory=3472468457177736880 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 44386 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 3.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 177544 KiB

[startup+2.20068 s]
/proc/loadavg: 1.40 1.40 1.41 3/216 31594
/proc/meminfo: memFree=28114164/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14090948 memory=193928 CPUtime=4 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 30710 0 0 0 392 8 0 0 20 0 15 0 251988389 14429130752 48482 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3522737 48482 3537 1 0 3484809 0
[pid=31579/tid=31581] ppid=31576 vsize=14090948 memory=288230583233151328 CPUtime=2.17 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 19570 0 0 0 211 6 0 0 20 0 15 0 251988390 14429130752 48482 33554432000 4194304 4196468 140721424845248 140117155585680 140116752807987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14090948 memory=317873253393488977 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 48482 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14090948 memory=-4189253302817478279 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 48482 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14090948 memory=1399051139730258233 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 48482 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14090948 memory=8245426489384387174 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 48482 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14090948 memory=8763946466874782557 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14090948 memory=140178129933457 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14090948 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) S 31576 31579 25549 0 -1 1077944384 3919 0 0 0 70 0 0 0 20 0 15 0 251988395 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116620835312 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14090948 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) S 31576 31579 25549 0 -1 1077944384 2513 0 0 0 71 0 0 0 20 0 15 0 251988395 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116619782768 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14090948 memory=10 CPUtime=0.38 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) S 31576 31579 25549 0 -1 1077944384 3285 0 0 0 38 0 0 0 20 0 15 0 251988395 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116618730224 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14090948 memory=7453282923461570405 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14090948 memory=3184097920075968559 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 48482 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 193928 KiB

[startup+2.30071 s]
/proc/loadavg: 1.40 1.40 1.41 3/216 31594
/proc/meminfo: memFree=28114164/32770624 swapFree=67030680/67108860
[pid=31579] ppid=31576 vsize=14090948 memory=202120 CPUtime=4.12 cores=1,3,5,7
/proc/31579/stat : 31579 (java) S 31576 31579 25549 0 -1 1077944320 30719 0 0 0 404 8 0 0 20 0 15 0 251988389 14429130752 50530 33554432000 4194304 4196468 140721424845248 140721424827792 140117151350519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
/proc/31579/statm: 3522737 50530 3537 1 0 3484809 0
[pid=31579/tid=31581] ppid=31576 vsize=14090948 memory=136172 CPUtime=2.27 cores=1,3,5,7
/proc/31579/task/31581/stat : 31581 (java) R 31576 31579 25549 0 -1 4202560 19578 0 0 0 221 6 0 0 20 0 15 0 251988390 14429130752 50530 33554432000 4194304 4196468 140721424845248 140117155585680 140116752375966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31582] ppid=31576 vsize=14090948 memory=135108 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31582/stat : 31582 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 50530 33554432000 4194304 4196468 140721424845248 140117081438992 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31583] ppid=31576 vsize=14090948 memory=56 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31583/stat : 31583 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 50530 33554432000 4194304 4196468 140721424845248 140117080386448 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31584] ppid=31576 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31584/stat : 31584 (java) S 31576 31579 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 50530 33554432000 4194304 4196468 140721424845248 140117079333904 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31585] ppid=31576 vsize=14090948 memory=7088773812221943410 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31585/stat : 31585 (java) S 31576 31579 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251988390 14429130752 50530 33554432000 4194304 4196468 140721424845248 140117078281360 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31586] ppid=31576 vsize=14090948 memory=8128038100524242582 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31586/stat : 31586 (java) S 31576 31579 25549 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116625045488 140117151361666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31587] ppid=31576 vsize=14090948 memory=-7595718148000617580 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31587/stat : 31587 (java) S 31576 31579 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116623991712 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31588] ppid=31576 vsize=14090948 memory=-3704326594973231466 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31588/stat : 31588 (java) S 31576 31579 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251988392 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116622939120 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31589] ppid=31576 vsize=14090948 memory=-7595718316223324558 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31589/stat : 31589 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116621887696 140117151369115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31590] ppid=31576 vsize=14090948 memory=8259761640030508194 CPUtime=0.7 cores=1,3,5,7
/proc/31579/task/31590/stat : 31590 (java) S 31576 31579 25549 0 -1 1077944384 3919 0 0 0 70 0 0 0 20 0 15 0 251988395 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116620835312 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31591] ppid=31576 vsize=14090948 memory=7595428701632045176 CPUtime=0.73 cores=1,3,5,7
/proc/31579/task/31591/stat : 31591 (java) R 31576 31579 25549 0 -1 4202560 2514 0 0 0 73 0 0 0 20 0 15 0 251988395 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116619782768 140117131043623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31592] ppid=31576 vsize=14090948 memory=6944656592455875178 CPUtime=0.38 cores=1,3,5,7
/proc/31579/task/31592/stat : 31592 (java) S 31576 31579 25549 0 -1 1077944384 3285 0 0 0 38 0 0 0 20 0 15 0 251988395 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116618730224 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31593] ppid=31576 vsize=14090948 memory=6944656425122961013 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31593/stat : 31593 (java) S 31576 31579 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116617677920 140117151360725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
[pid=31579/tid=31594] ppid=31576 vsize=14090948 memory=8475934422144292502 CPUtime=0 cores=1,3,5,7
/proc/31579/task/31594/stat : 31594 (java) S 31576 31579 25549 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 251988395 14429130752 50530 33554432000 4194304 4196468 140721424845248 140116616624432 140117151361666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38805504 140721424847944 140721424848137 140721424848137 140721424850895 0
Current children cumulated CPU time: 4.12 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 202120 KiB

Child status: 0
Real time (s): 2.38342
CPU time (s): 4.2275
CPU user time (s): 4.13647
CPU system time (s): 0.091034
CPU usage (%): 177.371
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 202120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.13647
system time used= 0.091034
maximum resident set size= 211032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31130
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= 2196
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 31579
#   total CPU time (s): 4.2275
#   total CPU user time (s): 4.13647
#   total CPU system time (s): 0.091034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038892 second user time and 0.065409 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 16:44:12
IDJOB=4308102
IDBENCH=141567
IDSOLVER=2791
FILE ID=node102/4308102-1534344252
RUNJOBID= node102-1534334298-30609
PBS_JOBID= 21038150
Free space on /tmp= 43868 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308102-1534344252/watcher-4308102-1534344252 -o /tmp/evaluation-result-4308102-1534344252/solver-4308102-1534344252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534334298-30609 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1186793676 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308102-1534344252.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=1186793676

node102.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.51
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.51
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.51
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.51
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:        28276848 kB
MemAvailable:   31119648 kB
Buffers:          172472 kB
Cached:          2940848 kB
SwapCached:        51224 kB
Active:          2369536 kB
Inactive:        1577660 kB
Active(anon):     758568 kB
Inactive(anon):   135204 kB
Active(file):    1610968 kB
Inactive(file):  1442456 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             35880 kB
Writeback:             0 kB
AnonPages:        790632 kB
Mapped:            67176 kB
Shmem:             57196 kB
Slab:             239692 kB
SReclaimable:     210420 kB
SUnreclaim:        29272 kB
KernelStack:        3504 kB
PageTables:         8820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1450124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 43836 MiB
End job on node102 at 2018-08-15 16:44:15