Trace number 4299757

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27SAT 4.69301 2.61797

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
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.270002
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
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
4.57/2.59	s SATISFIABLE
4.57/2.59	v <instantiation>
4.57/2.59	v 	<list>
4.57/2.59	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] 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[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] 
4.57/2.59	v 	</list>
4.57/2.59	v 	<values>
4.57/2.59	v 		0 1 2 4 3 0 8 1 0 0 11 14 13 18 0 13 13 14 13 2 0 3 14 14 17 13 8 10 11 14 13 3 0 11 0 0 11 0 8 18 4 18 
4.57/2.59	v 	</values>
4.57/2.59	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 (12281 MiB free)
  memory of node 1: 16384 MiB (14725 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299757-1532824589/watcher-4299757-1532824589 -o /tmp/evaluation-result-4299757-1532824589/solver-4299757-1532824589 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299757-1532824589.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=14736, runsolver pid=14733

[startup+0.100127 s]*
/proc/loadavg: 1.35 1.36 1.35 4/215 14751
/proc/meminfo: memFree=27639148/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10661052 memory=27544 CPUtime=0.12 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 5289 0 0 0 11 1 0 0 20 0 15 0 100022202 10916917248 6886 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2665263 6886 2859 1 0 2627263 0
[pid=14736/tid=14738] ppid=14733 vsize=10661052 memory=-8269626465541329278 CPUtime=0.09 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) R 14733 14736 11440 0 -1 4202560 3164 0 0 0 9 0 0 0 20 0 15 0 100022203 10916917248 6952 33554432000 4194304 4196468 140728011090960 140554155703152 140553762110716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 6952 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10661052 memory=139742183724672 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 6952 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 6952 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 6952 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10661052 memory=139742183724672 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100022205 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553642330480 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100022205 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100022205 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14746] ppid=14733 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14746/stat : 14746 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553639171920 140554151491483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) S 14733 14736 11440 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553638120304 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) R 14733 14736 11440 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553637059152 140554134908625 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10661052 memory=139742183724672 CPUtime=0.01 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) R 14733 14736 11440 0 -1 4202560 330 0 0 0 1 0 0 0 20 0 15 0 100022208 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553636014704 140554129993333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14751] ppid=14733 vsize=10661052 memory=139742183724672 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14751/stat : 14751 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 6952 33554432000 4194304 4196468 140728011090960 140553633909424 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27544 KiB

[startup+0.210505 s]*
/proc/loadavg: 1.35 1.36 1.35 4/215 14751
/proc/meminfo: memFree=27627332/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10661052 memory=40252 CPUtime=0.34 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 8128 0 0 0 32 2 0 0 20 0 15 0 100022202 10916917248 10063 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2665263 10063 2997 1 0 2627263 0
[pid=14736/tid=14738] ppid=14733 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) R 14733 14736 11440 0 -1 4202560 5122 0 0 0 19 1 0 0 20 0 15 0 100022203 10916917248 10063 33554432000 4194304 4196468 140728011090960 140554155702128 140554151494813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 10063 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10661052 memory=3545938522084775584 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 10063 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 10063 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100022203 10916917248 10063 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10661052 memory=139742183724672 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100022205 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553642330480 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100022205 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100022205 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14746] ppid=14733 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14746/stat : 14746 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553639171920 140554151491483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) R 14733 14736 11440 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 100022208 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553638120304 140554144457929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) R 14733 14736 11440 0 -1 4202560 503 0 0 0 2 0 0 0 20 0 15 0 100022208 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553637067504 140554132173184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10661052 memory=139742183724672 CPUtime=0.07 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) S 14733 14736 11440 0 -1 1077944384 818 0 0 0 7 0 0 0 20 0 15 0 100022208 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553636014704 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14751] ppid=14733 vsize=10661052 memory=139742183724672 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14751/stat : 14751 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022208 10916917248 10063 33554432000 4194304 4196468 140728011090960 140553633909424 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40252 KiB

[startup+0.313765 s]*
/proc/loadavg: 1.35 1.36 1.35 7/215 14751
/proc/meminfo: memFree=27606172/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10661128 memory=61596 CPUtime=0.58 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 8886 0 0 0 56 2 0 0 20 0 15 0 100022202 10916995072 15399 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2665282 15399 3057 1 0 2627263 0
[pid=14736/tid=14738] ppid=14733 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) R 14733 14736 11440 0 -1 4202560 5448 0 0 0 29 1 0 0 20 0 15 0 100022203 10916995072 15399 33554432000 4194304 4196468 140728011090960 140554155709568 140553761167943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10661128 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 15399 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10661128 memory=3978282986800715424 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 15399 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 15399 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 15399 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10661128 memory=139742183724672 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553642330480 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14746] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14746/stat : 14746 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553639171920 140554151491483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) R 14733 14736 11440 0 -1 1077944384 530 0 0 0 5 0 0 0 20 0 15 0 100022208 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553638113328 140554151483093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10661128 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) R 14733 14736 11440 0 -1 4202560 516 0 0 0 9 0 0 0 20 0 15 0 100022208 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553637057136 140554135868024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10661128 memory=139742183724672 CPUtime=0.12 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) R 14733 14736 11440 0 -1 4202560 1031 0 0 0 12 0 0 0 20 0 15 0 100022208 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553636014832 140554144572734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14751] ppid=14733 vsize=10661128 memory=139742183724672 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14751/stat : 14751 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 15399 33554432000 4194304 4196468 140728011090960 140553633909424 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 61596 KiB

[startup+0.700806 s]
/proc/loadavg: 1.35 1.36 1.35 5/215 14751
/proc/meminfo: memFree=27523568/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10661128 memory=190636 CPUtime=1.76 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 11093 0 0 0 171 5 0 0 20 0 15 0 100022202 10916995072 47659 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2665282 47659 3121 1 0 2627263 0
[pid=14736/tid=14738] ppid=14733 vsize=10661128 memory=203062765440246 CPUtime=0.67 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) R 14733 14736 11440 0 -1 4202560 5595 0 0 0 64 3 0 0 20 0 15 0 100022203 10916995072 47659 33554432000 4194304 4196468 140728011090960 140554155708824 140553764163687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10661128 memory=604424 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 47659 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 47659 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 47659 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 47659 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553642330480 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14746] ppid=14733 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14746/stat : 14746 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553639171920 140554151491483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) R 14733 14736 11440 0 -1 4202560 1449 0 0 0 39 0 0 0 20 0 15 0 100022208 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553638111760 140554133017500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10661128 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) R 14733 14736 11440 0 -1 4202560 1267 0 0 0 45 0 0 0 20 0 15 0 100022208 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553637060528 140554129067632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10661128 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) S 14733 14736 11440 0 -1 1077944384 1292 0 0 0 21 0 0 0 20 0 15 0 100022208 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553636014704 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14751] ppid=14733 vsize=10661128 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14751/stat : 14751 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 47659 33554432000 4194304 4196468 140728011090960 140553633909424 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 190636 KiB

[startup+1.50075 s]
/proc/loadavg: 1.35 1.36 1.35 5/215 14751
/proc/meminfo: memFree=27471696/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10661128 memory=198580 CPUtime=3.55 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 13085 0 0 0 349 6 0 0 20 0 15 0 100022202 10916995072 49645 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2665282 49645 3135 1 0 2627263 0
[pid=14736/tid=14738] ppid=14733 vsize=10661128 memory=10799 CPUtime=1.46 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) R 14733 14736 11440 0 -1 4202560 5648 0 0 0 143 3 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554155711408 140553764812363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553642330480 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14746] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14746/stat : 14746 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553639171920 140554151491483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10661128 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) S 14733 14736 11440 0 -1 1077944384 2254 0 0 0 83 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553638120304 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10661128 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) S 14733 14736 11440 0 -1 1077944384 2308 0 0 0 93 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553637067504 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10661128 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) S 14733 14736 11440 0 -1 1077944384 1385 0 0 0 26 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553636014704 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14751] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14751/stat : 14751 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553633909424 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 3.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 198580 KiB

[startup+2.61792 s]
# the end of solver process 14736 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.6205 s, system=0.07251 s

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

[startup+1.60073 s]
/proc/loadavg: 1.35 1.36 1.35 5/215 14751
/proc/meminfo: memFree=27471696/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10661128 memory=198580 CPUtime=3.65 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 13089 0 0 0 359 6 0 0 20 0 15 0 100022202 10916995072 49645 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2665282 49645 3135 1 0 2627263 0
[pid=14736/tid=14738] ppid=14733 vsize=10661128 memory=139742183750865 CPUtime=1.56 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) R 14733 14736 11440 0 -1 4202560 5648 0 0 0 153 3 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554155711408 140553764919488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10661128 memory=279484125401744 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10661128 memory=139742062698458 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10661128 memory=3467824671636873280 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10661128 memory=7523071198212214892 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49645 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10661128 memory=5859273620209619044 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553642330480 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10661128 memory=6935649255759568978 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14746] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14746/stat : 14746 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553639171920 140554151491483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10661128 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) S 14733 14736 11440 0 -1 1077944384 2254 0 0 0 83 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553638120304 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10661128 memory=6655300316396806240 CPUtime=0.93 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) S 14733 14736 11440 0 -1 1077944384 2308 0 0 0 93 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553637067504 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10661128 memory=6944656592387989600 CPUtime=0.26 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) S 14733 14736 11440 0 -1 1077944384 1389 0 0 0 26 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553636014704 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10661128 memory=11763915425922 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14751] ppid=14733 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14751/stat : 14751 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49645 33554432000 4194304 4196468 140728011090960 140553633909424 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 3.65 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 198580 KiB

[startup+2.40061 s]
/proc/loadavg: 1.35 1.36 1.35 3/215 14751
/proc/meminfo: memFree=27467604/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10661128 memory=198944 CPUtime=4.47 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 13142 0 0 0 441 6 0 0 20 0 15 0 100022202 10916995072 49736 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2665282 49736 3135 1 0 2627263 0
[pid=14736/tid=14738] ppid=14733 vsize=10661128 memory=27492 CPUtime=2.36 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) R 14733 14736 11440 0 -1 4202560 5668 0 0 0 233 3 0 0 20 0 15 0 100022203 10916995072 49736 33554432000 4194304 4196468 140728011090960 140554155712040 140553764919492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10661128 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49736 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49736 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10661128 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49736 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10661128 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 100022203 10916995072 49736 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10661128 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553642330480 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10661128 memory=9124443767561732153 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10661128 memory=-7737643479190322274 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100022205 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14746] ppid=14733 vsize=10661128 memory=139742183731857 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14746/stat : 14746 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553639171920 140554151491483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10661128 memory=7372792165432911462 CPUtime=0.83 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) S 14733 14736 11440 0 -1 1077944384 2257 0 0 0 83 0 0 0 20 0 15 0 100022208 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553638120304 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10661128 memory=7306931418860446571 CPUtime=0.94 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) S 14733 14736 11440 0 -1 1077944384 2313 0 0 0 94 0 0 0 20 0 15 0 100022208 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553637067504 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10661128 memory=8173022122674184533 CPUtime=0.27 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) S 14733 14736 11440 0 -1 1077944384 1414 0 0 0 27 0 0 0 20 0 15 0 100022208 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553636014704 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10661128 memory=198580 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14751] ppid=14733 vsize=10661128 memory=279484125573600 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14751/stat : 14751 (java) S 14733 14736 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100022208 10916995072 49736 33554432000 4194304 4196468 140728011090960 140553633909424 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 4.47 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 198944 KiB

[startup+2.60059 s]
/proc/loadavg: 1.35 1.36 1.35 3/215 14751
/proc/meminfo: memFree=27467604/32770624 swapFree=67108792/67108860
[pid=14736] ppid=14733 vsize=10727692 memory=199164 CPUtime=4.68 cores=1,3,5,7
/proc/14736/stat : 14736 (java) S 14733 14736 11440 0 -1 1077944320 13232 0 0 0 462 6 0 0 20 0 13 0 100022202 10985156608 49791 33554432000 4194304 4196468 140728011090960 140728011073504 140554151472887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
/proc/14736/statm: 2681923 49791 3137 1 0 2643904 0
[pid=14736/tid=14738] ppid=14733 vsize=10727692 memory=4640185777728278608 CPUtime=2.56 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (java) S 14733 14736 11440 0 -1 1077944384 5705 0 0 0 253 3 0 0 20 0 13 0 100022203 10985156608 49791 33554432000 4194304 4196468 140728011090960 140554155715728 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14739] ppid=14733 vsize=10727692 memory=7377289163443694955 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (java) S 14733 14736 11440 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 13 0 100022203 10985156608 49791 33554432000 4194304 4196468 140728011090960 140554088164496 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14740] ppid=14733 vsize=10727692 memory=7882817117809438061 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14740/stat : 14740 (java) S 14733 14736 11440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 13 0 100022203 10985156608 49791 33554432000 4194304 4196468 140728011090960 140554087111696 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14741] ppid=14733 vsize=10727692 memory=7737294550555061605 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14741/stat : 14741 (java) S 14733 14736 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 13 0 100022203 10985156608 49791 33554432000 4194304 4196468 140728011090960 140554086058896 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14742] ppid=14733 vsize=10727692 memory=7020101803344094036 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14742/stat : 14742 (java) S 14733 14736 11440 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 13 0 100022203 10985156608 49791 33554432000 4194304 4196468 140728011090960 140554085006096 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14743] ppid=14733 vsize=10727692 memory=7739267057168836457 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14743/stat : 14743 (java) S 14733 14736 11440 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 13 0 100022205 10985156608 49791 33554432000 4194304 4196468 140728011090960 140553642330688 140554151484034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14744] ppid=14733 vsize=10727692 memory=7521686895876006763 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14744/stat : 14744 (java) S 14733 14736 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 100022205 10985156608 49791 33554432000 4194304 4196468 140728011090960 140553641276448 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14745] ppid=14733 vsize=10727692 memory=7955159477069768293 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14745/stat : 14745 (java) S 14733 14736 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 100022205 10985156608 49791 33554432000 4194304 4196468 140728011090960 140553640223600 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14747] ppid=14733 vsize=10727692 memory=7517469178231285348 CPUtime=0.84 cores=1,3,5,7
/proc/14736/task/14747/stat : 14747 (java) S 14733 14736 11440 0 -1 1077944384 2263 0 0 0 84 0 0 0 20 0 13 0 100022208 10985156608 49791 33554432000 4194304 4196468 140728011090960 140553638100784 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14748] ppid=14733 vsize=10727692 memory=56 CPUtime=0.94 cores=1,3,5,7
/proc/14736/task/14748/stat : 14748 (java) S 14733 14736 11440 0 -1 1077944384 2313 0 0 0 94 0 0 0 20 0 13 0 100022208 10985156608 49791 33554432000 4194304 4196468 140728011090960 140553637047984 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14749] ppid=14733 vsize=10727692 memory=7100839852959575963 CPUtime=0.27 cores=1,3,5,7
/proc/14736/task/14749/stat : 14749 (java) S 14733 14736 11440 0 -1 1077944384 1419 0 0 0 27 0 0 0 20 0 13 0 100022208 10985156608 49791 33554432000 4194304 4196468 140728011090960 140553636014704 140554151484034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
[pid=14736/tid=14750] ppid=14733 vsize=10727692 memory=-6000919503509141558 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14750/stat : 14750 (java) S 14733 14736 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 100022208 10985156608 49791 33554432000 4194304 4196468 140728011090960 140553634962144 140554151483093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9900032 140728011097226 140728011097353 140728011097353 140728011100111 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 10727692 KiB
Current children cumulated memory: 199164 KiB

Child status: 0
Real time (s): 2.61797
CPU time (s): 4.69301
CPU user time (s): 4.6205
CPU system time (s): 0.07251
CPU usage (%): 179.262
Max. virtual memory (cumulated for all children) (KiB): 10727692
Max. memory (cumulated for all children) (KiB): 199164

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


# summary of solver processes directly reported to runsolver:
#   pid: 14736
#   total CPU time (s): 4.69301
#   total CPU user time (s): 4.6205
#   total CPU system time (s): 0.07251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032935 second user time and 0.070714 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 02:36:29
IDJOB=4299757
IDBENCH=141440
IDSOLVER=2767
FILE ID=node150/4299757-1532824589
RUNJOBID= node150-1532808681-11472
PBS_JOBID= 21022473
Free space on /tmp= 53100 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299757-1532824589/watcher-4299757-1532824589 -o /tmp/evaluation-result-4299757-1532824589/solver-4299757-1532824589 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299757-1532824589.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=688300379

node150.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.76
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.76
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.76
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.76
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:        27655336 kB
MemAvailable:   31505052 kB
Buffers:          213208 kB
Cached:          3874872 kB
SwapCached:           32 kB
Active:          1917876 kB
Inactive:        2656532 kB
Active(anon):     437688 kB
Inactive(anon):    76188 kB
Active(file):    1480188 kB
Inactive(file):  2580344 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2484 kB
Writeback:             0 kB
AnonPages:        491820 kB
Mapped:            55356 kB
Shmem:             25156 kB
Slab:             238540 kB
SReclaimable:     210040 kB
SUnreclaim:        28500 kB
KernelStack:        3536 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1498428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53096 MiB
End job on node150 at 2018-07-29 02:36:32