Trace number 4307719

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 2018-08-14SAT 4.98251 2.47101

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.267621
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.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1938500116
0.68/0.55	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
3.94/2.02	c Parsing done, starting search...
4.89/2.46	s SATISFIABLE
4.89/2.46	v <instantiation>
4.89/2.46	v 	<list>
4.89/2.46	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.89/2.46	v 	</list>
4.89/2.46	v 	<values>
4.89/2.46	v 		25 24 3 4 2 14 18 0 25 4 17 14 11 4 17 4 21 14 19 4 17 4 17 14 3 0 8 19 2 14 11 0 8 13 4 8 13 20 8 19 4 18 
4.89/2.46	v 	</values>
4.89/2.46	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 (13135 MiB free)
  memory of node 1: 16384 MiB (10697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307719-1534263054/watcher-4307719-1534263054 -o /tmp/evaluation-result-4307719-1534263054/solver-4307719-1534263054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534258054-11236 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1938500116 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307719-1534263054.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.46 1.43 1.41 3/220 11896
/proc/meminfo: memFree=24370060/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14082736 memory=31284 CPUtime=0.12 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 6779 0 0 0 10 2 0 0 20 0 15 0 243868614 14420721664 7821 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3520684 7821 3140 1 0 3482761 0
[pid=11881/tid=11883] ppid=11878 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 4848 0 0 0 8 1 0 0 20 0 15 0 243868614 14420721664 7821 33554432000 4194304 4196468 140725557865280 140444374938240 140444370736285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14082736 memory=5793854992357087673 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 7821 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 7821 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 7821 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 7821 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443843519648 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443842466544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) S 11878 11881 11204 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443840363248 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0.01 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) S 11878 11881 11204 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 243868620 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443838257648 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 7821 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31284 KiB

[startup+0.211246 s]*
/proc/loadavg: 1.46 1.43 1.41 7/220 11896
/proc/meminfo: memFree=24338536/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14082736 memory=47340 CPUtime=0.31 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 10436 0 0 0 28 3 0 0 20 0 15 0 243868614 14420721664 11835 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3520684 11835 3378 1 0 3482761 0
[pid=11881/tid=11883] ppid=11878 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 8173 0 0 0 18 2 0 0 20 0 15 0 243868614 14420721664 11835 33554432000 4194304 4196468 140725557865280 140444374939248 140443971111919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14082736 memory=4211973467551985034 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 11835 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 11835 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 11835 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 11835 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443843519648 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443842466544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) S 11878 11881 11204 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 243868620 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443840363248 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 243868620 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0.05 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) R 11878 11881 11204 0 -1 4202560 271 0 0 0 5 0 0 0 20 0 15 0 243868620 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443838254584 140444349079044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 11835 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47340 KiB

[startup+0.310808 s]*
/proc/loadavg: 1.46 1.43 1.41 3/220 11896
/proc/meminfo: memFree=24321036/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14082736 memory=50688 CPUtime=0.44 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 10784 0 0 0 41 3 0 0 20 0 15 0 243868614 14420721664 12672 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3520684 12672 3381 1 0 3482761 0
[pid=11881/tid=11883] ppid=11878 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 8502 0 0 0 28 2 0 0 20 0 15 0 243868614 14420721664 12672 33554432000 4194304 4196468 140725557865280 140444374925872 140444352279329 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14082736 memory=4211973467551985034 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 12672 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14082736 memory=139741347196875 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 12672 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14082736 memory=139741190280660 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 12672 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14082736 memory=139741190278607 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243868615 14420721664 12672 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14082736 memory=139741347205727 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14082736 memory=139741190287791 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443843519648 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14082736 memory=279482380566416 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243868617 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443842466544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14082736 memory=279482380564112 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) S 11878 11881 11204 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 243868620 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443840363248 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 15 0 243868620 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0.07 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) S 11878 11881 11204 0 -1 1077944384 278 0 0 0 7 0 0 0 20 0 15 0 243868620 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443838257648 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14082736 memory=139741347194496 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868620 14420721664 12672 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50688 KiB

[startup+0.700686 s]
/proc/loadavg: 1.46 1.43 1.41 3/220 11896
/proc/meminfo: memFree=24265768/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14084804 memory=89020 CPUtime=0.99 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 17619 0 0 0 94 5 0 0 20 0 15 0 243868614 14422839296 22255 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3521201 22255 3502 1 0 3483273 0
[pid=11881/tid=11883] ppid=11878 vsize=14084804 memory=5728 CPUtime=0.67 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 14944 0 0 0 63 4 0 0 20 0 15 0 243868614 14422839296 22255 33554432000 4194304 4196468 140725557865280 140444374938464 140444370736285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14084804 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14422839296 22255 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14084804 memory=1092 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14422839296 22255 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868615 14422839296 22255 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14084804 memory=8025788814161897044 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243868615 14422839296 22255 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14084804 memory=5932762877087012201 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243868617 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243868617 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443843519648 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243868617 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443842466544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14084804 memory=91 CPUtime=0.09 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) S 11878 11881 11204 0 -1 1077944384 672 0 0 0 9 0 0 0 20 0 15 0 243868620 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443840363248 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14084804 memory=6 CPUtime=0.06 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 256 0 0 0 6 0 0 0 20 0 15 0 243868620 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) S 11878 11881 11204 0 -1 1077944384 365 0 0 0 15 0 0 0 20 0 15 0 243868620 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443838257648 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14084804 memory=279482380750320 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243868620 14422839296 22255 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89020 KiB

[startup+1.50075 s]
/proc/loadavg: 1.46 1.43 1.41 5/220 11896
/proc/meminfo: memFree=24076224/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14088900 memory=229868 CPUtime=3.14 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 27516 0 0 0 306 8 0 0 20 0 15 0 243868614 14427033600 57467 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3522225 57467 3567 1 0 3484297 0
[pid=11881/tid=11883] ppid=11878 vsize=14088900 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 20104 0 0 0 139 6 0 0 20 0 15 0 243868614 14427033600 57467 33554432000 4194304 4196468 140725557865280 140444374949408 140444355054342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 15 0 243868615 14427033600 57467 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14088900 memory=-3535359994705172322 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 243868615 14427033600 57467 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14088900 memory=9050714173945774253 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 243868615 14427033600 57467 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14088900 memory=-6296698962569549699 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 243868615 14427033600 57467 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14088900 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14088900 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443843519648 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443842466560 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14088900 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) R 11878 11881 11204 0 -1 4202560 1769 0 0 0 65 0 0 0 20 0 15 0 243868620 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443840363248 140444352235541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14088900 memory=4580 CPUtime=0.59 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 1437 0 0 0 59 0 0 0 20 0 15 0 243868620 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14088900 memory=-6876588461455810464 CPUtime=0.38 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) S 11878 11881 11204 0 -1 1077944384 2079 0 0 0 38 0 0 0 20 0 15 0 243868620 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443838257648 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14088900 memory=7666384899138478906 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14088900 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 57467 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 229868 KiB

[startup+2.47096 s]
# the end of solver process 11881 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.79052 s, system=0.191984 s

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

[startup+1.60089 s]
/proc/loadavg: 1.46 1.43 1.41 5/220 11896
/proc/meminfo: memFree=24076224/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14088900 memory=250424 CPUtime=3.4 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 27621 0 0 0 330 10 0 0 20 0 15 0 243868614 14427033600 62606 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3522225 62606 3568 1 0 3484297 0
[pid=11881/tid=11883] ppid=11878 vsize=14088900 memory=7957689449132282197 CPUtime=1.53 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 20109 0 0 0 147 6 0 0 20 0 15 0 243868614 14427033600 62606 33554432000 4194304 4196468 140725557865280 140444374948800 140443975348886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14088900 memory=7380671248541445222 CPUtime=0.02 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 15 0 243868615 14427033600 62606 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14088900 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 15 0 243868615 14427033600 62606 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14088900 memory=190799761561503 CPUtime=0.02 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 15 0 243868615 14427033600 62606 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14088900 memory=1284903 CPUtime=0.01 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 15 0 243868615 14427033600 62606 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443843519712 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14088900 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443842466560 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14088900 memory=-6223234201447392352 CPUtime=0.7 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) R 11878 11881 11204 0 -1 4202560 1784 0 0 0 70 0 0 0 20 0 15 0 243868620 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443840363248 140444348240701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14088900 memory=6656426216303648864 CPUtime=0.62 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 1450 0 0 0 62 0 0 0 20 0 15 0 243868620 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14088900 memory=6944656592455360604 CPUtime=0.39 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) S 11878 11881 11204 0 -1 1077944384 2089 0 0 0 39 0 0 0 20 0 15 0 243868620 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443838257648 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14088900 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14088900 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 62606 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 3.4 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 250424 KiB

[startup+2.00071 s]*
/proc/loadavg: 1.58 1.46 1.42 3/220 11896
/proc/meminfo: memFree=23846676/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14088900 memory=398528 CPUtime=3.94 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 27938 0 0 0 377 17 0 0 20 0 15 0 243868614 14427033600 99632 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3522225 99632 3571 1 0 3484297 0
[pid=11881/tid=11883] ppid=11878 vsize=14088900 memory=6735269665583770266 CPUtime=1.91 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 20164 0 0 0 183 8 0 0 20 0 15 0 243868614 14427033600 99632 33554432000 4194304 4196468 140725557865280 140444374948840 140443975722560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14088900 memory=4211973467551985034 CPUtime=0.05 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 351 0 0 0 4 1 0 0 20 0 15 0 243868615 14427033600 99632 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14088900 memory=3833019890286745760 CPUtime=0.05 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 125 0 0 0 4 1 0 0 20 0 15 0 243868615 14427033600 99632 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14088900 memory=4640766332535986532 CPUtime=0.05 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 166 0 0 0 4 1 0 0 20 0 15 0 243868615 14427033600 99632 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14088900 memory=3978984357847310376 CPUtime=0.04 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 15 0 243868615 14427033600 99632 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14088900 memory=3467969939532170928 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14088900 memory=10187662428460 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443843519712 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443842466560 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14088900 memory=7100839887319376492 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14088900 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) S 11878 11881 11204 0 -1 1077944384 1788 0 0 0 72 0 0 0 20 0 15 0 243868620 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443840363248 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14088900 memory=7588691151903879763 CPUtime=0.63 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 1456 0 0 0 63 0 0 0 20 0 15 0 243868620 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14088900 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) S 11878 11881 11204 0 -1 1077944384 2096 0 0 0 40 0 0 0 20 0 15 0 243868620 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443838257648 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 99632 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 398528 KiB

[startup+2.40068 s]
/proc/loadavg: 1.58 1.46 1.42 3/220 11896
/proc/meminfo: memFree=23846676/32770624 swapFree=67108840/67108860
[pid=11881] ppid=11878 vsize=14088900 memory=404348 CPUtime=4.89 cores=1,3,5,7
/proc/11881/stat : 11881 (java) S 11878 11881 11204 0 -1 1077944320 29956 0 0 0 471 18 0 0 20 0 15 0 243868614 14427033600 101087 33554432000 4194304 4196468 140725557865280 140725557847824 140444370714359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
/proc/11881/statm: 3522225 101087 3576 1 0 3484297 0
[pid=11881/tid=11883] ppid=11878 vsize=14088900 memory=0 CPUtime=2.29 cores=1,3,5,7
/proc/11881/task/11883/stat : 11883 (java) R 11878 11881 11204 0 -1 4202560 21092 0 0 0 221 8 0 0 20 0 15 0 243868614 14427033600 101087 33554432000 4194304 4196468 140725557865280 140444374950288 140443976554832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11884] ppid=11878 vsize=14088900 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11881/task/11884/stat : 11884 (java) S 11878 11881 11204 0 -1 1077944384 351 0 0 0 4 1 0 0 20 0 15 0 243868615 14427033600 101087 33554432000 4194304 4196468 140725557865280 140444300803088 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11885] ppid=11878 vsize=14088900 memory=6791534058613427641 CPUtime=0.05 cores=1,3,5,7
/proc/11881/task/11885/stat : 11885 (java) S 11878 11881 11204 0 -1 1077944384 125 0 0 0 4 1 0 0 20 0 15 0 243868615 14427033600 101087 33554432000 4194304 4196468 140725557865280 140444299750544 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11886] ppid=11878 vsize=14088900 memory=-3535359994705172322 CPUtime=0.05 cores=1,3,5,7
/proc/11881/task/11886/stat : 11886 (java) S 11878 11881 11204 0 -1 1077944384 166 0 0 0 4 1 0 0 20 0 15 0 243868615 14427033600 101087 33554432000 4194304 4196468 140725557865280 140444298697488 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11887] ppid=11878 vsize=14088900 memory=9050714173945774253 CPUtime=0.04 cores=1,3,5,7
/proc/11881/task/11887/stat : 11887 (java) S 11878 11881 11204 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 15 0 243868615 14427033600 101087 33554432000 4194304 4196468 140725557865280 140444297644944 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11888] ppid=11878 vsize=14088900 memory=-6296698962569549699 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11888/stat : 11888 (java) S 11878 11881 11204 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443844573424 140444370725506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11889] ppid=11878 vsize=14088900 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11889/stat : 11889 (java) S 11878 11881 11204 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443843519712 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11890] ppid=11878 vsize=14088900 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11890/stat : 11890 (java) S 11878 11881 11204 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243868617 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443842466560 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11891] ppid=11878 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11891/stat : 11891 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443841415120 140444370732955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11892] ppid=11878 vsize=14088900 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/11881/task/11892/stat : 11892 (java) S 11878 11881 11204 0 -1 1077944384 2330 0 0 0 97 0 0 0 20 0 15 0 243868620 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443840363248 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11893] ppid=11878 vsize=14088900 memory=7518590529597105984 CPUtime=0.84 cores=1,3,5,7
/proc/11881/task/11893/stat : 11893 (java) S 11878 11881 11204 0 -1 1077944384 1668 0 0 0 84 0 0 0 20 0 15 0 243868620 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443839310704 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11894] ppid=11878 vsize=14088900 memory=8099561564667007843 CPUtime=0.48 cores=1,3,5,7
/proc/11881/task/11894/stat : 11894 (java) S 11878 11881 11204 0 -1 1077944384 2429 0 0 0 48 0 0 0 20 0 15 0 243868620 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443838257648 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11895] ppid=11878 vsize=14088900 memory=4641047807512697188 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11895/stat : 11895 (java) S 11878 11881 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443837205344 140444370724565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
[pid=11881/tid=11896] ppid=11878 vsize=14088900 memory=354160765 CPUtime=0 cores=1,3,5,7
/proc/11881/task/11896/stat : 11896 (java) S 11878 11881 11204 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 243868620 14427033600 101087 33554432000 4194304 4196468 140725557865280 140443836152368 140444370725506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21393408 140725557871696 140725557871881 140725557871881 140725557874639 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 404348 KiB

Child status: 0
Real time (s): 2.47101
CPU time (s): 4.98251
CPU user time (s): 4.79052
CPU system time (s): 0.191984
CPU usage (%): 201.638
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 404348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.79052
system time used= 0.191984
maximum resident set size= 405200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30317
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= 2252
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 11881
#   total CPU time (s): 4.98251
#   total CPU user time (s): 4.79052
#   total CPU system time (s): 0.191984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037072 second user time and 0.06893 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-14 18:10:54
IDJOB=4307719
IDBENCH=141440
IDSOLVER=2790
FILE ID=node135/4307719-1534263054
RUNJOBID= node135-1534258054-11236
PBS_JOBID= 21038122
Free space on /tmp= 47240 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307719-1534263054/watcher-4307719-1534263054 -o /tmp/evaluation-result-4307719-1534263054/solver-4307719-1534263054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534258054-11236 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1938500116 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307719-1534263054.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=1938500116

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24407824 kB
MemAvailable:   31451784 kB
Buffers:          133704 kB
Cached:          7135616 kB
SwapCached:           20 kB
Active:          4360332 kB
Inactive:        3418640 kB
Active(anon):     458596 kB
Inactive(anon):   103288 kB
Active(file):    3901736 kB
Inactive(file):  3315352 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             37676 kB
Writeback:             0 kB
AnonPages:        468972 kB
Mapped:            70280 kB
Shmem:             49804 kB
Slab:             283448 kB
SReclaimable:     255332 kB
SUnreclaim:        28116 kB
KernelStack:        3776 kB
PageTables:         6240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1712596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47208 MiB
End job on node135 at 2018-08-14 18:10:57