Trace number 4290674

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02SAT 4.44159 2.19896

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.67/0.55	c version: 2018-07-02
0.67/0.56	c seed: 699408639
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
4.04/2.07	c Parsing done, starting search...
4.19/2.18	s SATISFIABLE
4.19/2.18	v <instantiation>
4.19/2.18	v 	<list>
4.19/2.18	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.19/2.18	v 	</list>
4.19/2.18	v 	<values>
4.19/2.18	v 		0 6 7 0 21 13 8 2 14 14 13 4 4 11 20 21 0 20 17 18 8 12 4 3 8 0 19 4 1 17 4 19 19 14 13 0 8 17 0 8 13 18 
4.19/2.18	v 	</values>
4.19/2.18	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 (3740 MiB free)
  memory of node 1: 16384 MiB (11659 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290674-1532255689/watcher-4290674-1532255689 -o /tmp/evaluation-result-4290674-1532255689/solver-4290674-1532255689 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26942 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 699408639 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290674-1532255689.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30396, runsolver pid=30393

[startup+0.100117 s]*
/proc/loadavg: 0.92 1.35 1.44 3/215 30411
/proc/meminfo: memFree=15752004/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14082740 memory=31568 CPUtime=0.12 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 6786 0 0 0 11 1 0 0 20 0 15 0 43132046 14420725760 7892 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3520685 7892 3159 1 0 3482761 0
[pid=30396/tid=30398] ppid=30393 vsize=14082740 memory=-8701690554791923582 CPUtime=0.09 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) R 30393 30396 26910 0 -1 4202560 4837 0 0 0 8 1 0 0 20 0 15 0 43132047 14420725760 7892 33554432000 4194304 4196468 140723869317696 139854350772080 139854330639710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43132047 14420725760 7892 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 7892 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 7892 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 7892 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) S 30393 30396 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43132049 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853258799984 139854346570370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43132049 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853257745952 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43132050 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853256693104 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) S 30393 30396 26910 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853254588784 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853253535984 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0.01 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) R 30393 30396 26910 0 -1 4202560 267 0 0 0 1 0 0 0 20 0 15 0 43132052 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853252483184 139854332883607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 7892 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31568 KiB

[startup+0.213918 s]*
/proc/loadavg: 0.92 1.35 1.44 6/215 30411
/proc/meminfo: memFree=15735972/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14082740 memory=47360 CPUtime=0.32 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 10466 0 0 0 29 3 0 0 20 0 15 0 43132046 14420725760 11840 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3520685 11840 3364 1 0 3482761 0
[pid=30396/tid=30398] ppid=30393 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) R 30393 30396 26910 0 -1 4202560 8177 0 0 0 18 2 0 0 20 0 15 0 43132047 14420725760 11840 33554432000 4194304 4196468 140723869317696 139854350778976 139854346581149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14082740 memory=342 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43132047 14420725760 11840 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14082740 memory=139873453374098 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 11840 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 11840 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 11840 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) S 30393 30396 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43132049 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853258799984 139854346570370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43132049 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853257745952 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43132050 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853256693104 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) S 30393 30396 26910 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 15 0 43132052 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853254588784 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) R 30393 30396 26910 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 43132052 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853253535984 139854346570370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0.06 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) R 30393 30396 26910 0 -1 4202560 298 0 0 0 6 0 0 0 20 0 15 0 43132052 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853252481584 139854346580570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 11840 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47360 KiB

[startup+0.310839 s]*
/proc/loadavg: 0.92 1.35 1.44 3/215 30411
/proc/meminfo: memFree=15732236/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14082740 memory=50952 CPUtime=0.45 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 10824 0 0 0 42 3 0 0 20 0 15 0 43132046 14420725760 12738 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3520685 12738 3414 1 0 3482761 0
[pid=30396/tid=30398] ppid=30393 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) R 30393 30396 26910 0 -1 4202560 8504 0 0 0 28 2 0 0 20 0 15 0 43132047 14420725760 12738 33554432000 4194304 4196468 140723869317696 139854350770736 139854329746061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43132047 14420725760 12738 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14082740 memory=139873453374096 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 12738 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 12738 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14420725760 12738 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) S 30393 30396 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43132049 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853258799984 139854346570370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43132049 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853257745952 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43132050 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853256693104 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) S 30393 30396 26910 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 15 0 43132052 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853254588784 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) S 30393 30396 26910 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 15 0 43132052 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853253535984 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0.08 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) S 30393 30396 26910 0 -1 1077944384 306 0 0 0 8 0 0 0 20 0 15 0 43132052 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853252483184 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14082740 memory=139873453155968 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132052 14420725760 12738 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50952 KiB

[startup+0.700646 s]
/proc/loadavg: 0.92 1.35 1.44 3/215 30411
/proc/meminfo: memFree=15708548/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14084808 memory=88992 CPUtime=0.99 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 17636 0 0 0 94 5 0 0 20 0 15 0 43132046 14422843392 22248 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3521202 22248 3500 1 0 3483273 0
[pid=30396/tid=30398] ppid=30393 vsize=14084808 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) R 30393 30396 26910 0 -1 4202560 14936 0 0 0 64 4 0 0 20 0 15 0 43132047 14422843392 22248 33554432000 4194304 4196468 140723869317696 139854350781824 139854346581149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43132047 14422843392 22248 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14084808 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14422843392 22248 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14422843392 22248 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14084808 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132048 14422843392 22248 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14084808 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) S 30393 30396 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43132049 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853258799984 139854346570370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14084808 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43132049 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853257745952 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14084808 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43132050 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853256693104 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14084808 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14084808 memory=6945208482816681536 CPUtime=0.07 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) S 30393 30396 26910 0 -1 1077944384 561 0 0 0 7 0 0 0 20 0 15 0 43132052 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853254588784 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14084808 memory=7811323491934034026 CPUtime=0.07 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) S 30393 30396 26910 0 -1 1077944384 378 0 0 0 7 0 0 0 20 0 15 0 43132052 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853253535984 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14084808 memory=5787213827147130983 CPUtime=0.14 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) S 30393 30396 26910 0 -1 1077944384 380 0 0 0 14 0 0 0 20 0 15 0 43132052 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853252483184 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43132052 14422843392 22248 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88992 KiB

[startup+1.50163 s]
/proc/loadavg: 0.93 1.35 1.43 5/215 30411
/proc/meminfo: memFree=15600512/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14088904 memory=230372 CPUtime=3.18 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 25198 0 0 0 308 10 0 0 20 0 15 0 43132046 14427037696 57593 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3522226 57593 3564 1 0 3484297 0
[pid=30396/tid=30398] ppid=30393 vsize=14088904 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) R 30393 30396 26910 0 -1 4202560 18077 0 0 0 140 6 0 0 20 0 15 0 43132047 14427037696 57593 33554432000 4194304 4196468 140723869317696 139854350794176 139854346571158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 43132047 14427037696 57593 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14088904 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 43132048 14427037696 57593 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 43132048 14427037696 57593 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 43132048 14427037696 57593 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) S 30393 30396 26910 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853258799984 139854346570370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14088904 memory=7666350800736251234 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853257745952 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14088904 memory=7734198239776631394 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 43132050 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853256693104 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14088904 memory=7090988413152880236 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14088904 memory=8298057586837934455 CPUtime=0.64 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) R 30393 30396 26910 0 -1 4202560 1726 0 0 0 64 0 0 0 20 0 15 0 43132052 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853254572736 139854326055369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14088904 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) R 30393 30396 26910 0 -1 4202560 1377 0 0 0 63 0 0 0 20 0 15 0 43132052 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853253522192 139854328081689 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14088904 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) R 30393 30396 26910 0 -1 4202560 1934 0 0 0 37 1 0 0 20 0 15 0 43132052 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853252483184 139854346580570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 57593 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 230372 KiB

[startup+2.19892 s]
# the end of solver process 30396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.23392 s, system=0.207674 s

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

[startup+1.60246 s]
/proc/loadavg: 0.93 1.35 1.43 5/215 30411
/proc/meminfo: memFree=15600512/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14088904 memory=249028 CPUtime=3.44 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 25345 0 0 0 332 12 0 0 20 0 15 0 43132046 14427037696 62257 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3522226 62257 3573 1 0 3484297 0
[pid=30396/tid=30398] ppid=30393 vsize=14088904 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) S 30393 30396 26910 0 -1 1077944384 18107 0 0 0 148 6 0 0 20 0 15 0 43132047 14427037696 62257 33554432000 4194304 4196468 140723869317696 139854350794912 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14088904 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 43132047 14427037696 62257 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14088904 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 15 0 43132048 14427037696 62257 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14088904 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 15 0 43132048 14427037696 62257 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14088904 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 305 0 0 0 1 0 0 0 20 0 15 0 43132048 14427037696 62257 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14088904 memory=139873453157681 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) R 30393 30396 26910 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853258798496 139854330918616 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14088904 memory=7737860816189876581 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853257745952 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14088904 memory=6082514196445294695 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 43132050 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853256693104 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14088904 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14088904 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) S 30393 30396 26910 0 -1 1077944384 1738 0 0 0 69 0 0 0 20 0 15 0 43132052 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853254573776 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14088904 memory=270453218350594 CPUtime=0.67 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) S 30393 30396 26910 0 -1 1077944384 1387 0 0 0 67 0 0 0 20 0 15 0 43132052 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853253524912 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14088904 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) S 30393 30396 26910 0 -1 1077944384 1964 0 0 0 38 1 0 0 20 0 15 0 43132052 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853252483184 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14088904 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14088904 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 62257 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 249028 KiB

[startup+2.00074 s]*
/proc/loadavg: 0.93 1.35 1.43 3/215 30411
/proc/meminfo: memFree=15384052/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14088904 memory=399324 CPUtime=4.04 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 25679 0 0 0 385 19 0 0 20 0 15 0 43132046 14427037696 99831 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3522226 99831 3574 1 0 3484297 0
[pid=30396/tid=30398] ppid=30393 vsize=14088904 memory=5450919713671312938 CPUtime=1.91 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) R 30393 30396 26910 0 -1 4202560 18161 0 0 0 183 8 0 0 20 0 15 0 43132047 14427037696 99831 33554432000 4194304 4196468 140723869317696 139854350794912 139853954730223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14088904 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 98 0 0 0 4 2 0 0 20 0 15 0 43132047 14427037696 99831 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14088904 memory=139873453169216 CPUtime=0.06 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 116 0 0 0 4 2 0 0 20 0 15 0 43132048 14427037696 99831 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14088904 memory=1228 CPUtime=0.05 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 136 0 0 0 4 1 0 0 20 0 15 0 43132048 14427037696 99831 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14088904 memory=3617551796267921439 CPUtime=0.06 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 327 0 0 0 4 2 0 0 20 0 15 0 43132048 14427037696 99831 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14088904 memory=3540022095370869681 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) S 30393 30396 26910 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853258799984 139854346570370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14088904 memory=4049052939945849143 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853257746016 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14088904 memory=5787219346483269989 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 43132050 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853256693120 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14088904 memory=7368004788338839632 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14088904 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) S 30393 30396 26910 0 -1 1077944384 1750 0 0 0 72 0 0 0 20 0 15 0 43132052 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853254588784 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14088904 memory=-1 CPUtime=0.71 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) S 30393 30396 26910 0 -1 1077944384 1400 0 0 0 71 0 0 0 20 0 15 0 43132052 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853253535984 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14088904 memory=279746781070768 CPUtime=0.41 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) S 30393 30396 26910 0 -1 1077944384 1980 0 0 0 40 1 0 0 20 0 15 0 43132052 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853252483184 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14088904 memory=139873327580735 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14088904 memory=279746780739040 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 99831 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 4.04 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 399324 KiB

[startup+2.11018 s]
/proc/loadavg: 0.93 1.35 1.43 3/215 30411
/proc/meminfo: memFree=15384052/32770624 swapFree=67108860/67108860
[pid=30396] ppid=30393 vsize=14088904 memory=400028 CPUtime=4.19 cores=1,3,5,7
/proc/30396/stat : 30396 (java) S 30393 30396 26910 0 -1 1077944320 26402 0 0 0 400 19 0 0 20 0 15 0 43132046 14427037696 100007 33554432000 4194304 4196468 140723869317696 140723869300240 139854346559223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
/proc/30396/statm: 3522226 100007 3574 1 0 3484297 0
[pid=30396/tid=30398] ppid=30393 vsize=14088904 memory=0 CPUtime=2.01 cores=1,3,5,7
/proc/30396/task/30398/stat : 30398 (java) R 30393 30396 26910 0 -1 4202560 18369 0 0 0 193 8 0 0 20 0 15 0 43132047 14427037696 100007 33554432000 4194304 4196468 140723869317696 139854350794976 139854346571158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30399] ppid=30393 vsize=14088904 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/30396/task/30399/stat : 30399 (java) S 30393 30396 26910 0 -1 1077944384 98 0 0 0 4 2 0 0 20 0 15 0 43132047 14427037696 100007 33554432000 4194304 4196468 140723869317696 139854276647568 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30400] ppid=30393 vsize=14088904 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/30396/task/30400/stat : 30400 (java) S 30393 30396 26910 0 -1 1077944384 116 0 0 0 4 2 0 0 20 0 15 0 43132048 14427037696 100007 33554432000 4194304 4196468 140723869317696 139854275594768 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30401] ppid=30393 vsize=14088904 memory=32484 CPUtime=0.05 cores=1,3,5,7
/proc/30396/task/30401/stat : 30401 (java) S 30393 30396 26910 0 -1 1077944384 136 0 0 0 4 1 0 0 20 0 15 0 43132048 14427037696 100007 33554432000 4194304 4196468 140723869317696 139854274541968 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30402] ppid=30393 vsize=14088904 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/30396/task/30402/stat : 30402 (java) S 30393 30396 26910 0 -1 1077944384 327 0 0 0 4 2 0 0 20 0 15 0 43132048 14427037696 100007 33554432000 4194304 4196468 140723869317696 139854273489168 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30403] ppid=30393 vsize=14088904 memory=8740 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30403/stat : 30403 (java) S 30393 30396 26910 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853258799984 139854346570370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30404] ppid=30393 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30404/stat : 30404 (java) S 30393 30396 26910 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 43132049 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853257746016 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30405] ppid=30393 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30405/stat : 30405 (java) S 30393 30396 26910 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 43132050 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853256693120 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30406] ppid=30393 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30406/stat : 30406 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853255641424 139854346577819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30407] ppid=30393 vsize=14088904 memory=644 CPUtime=0.73 cores=1,3,5,7
/proc/30396/task/30407/stat : 30407 (java) S 30393 30396 26910 0 -1 1077944384 1823 0 0 0 73 0 0 0 20 0 15 0 43132052 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853254588784 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30408] ppid=30393 vsize=14088904 memory=1792 CPUtime=0.73 cores=1,3,5,7
/proc/30396/task/30408/stat : 30408 (java) S 30393 30396 26910 0 -1 1077944384 1618 0 0 0 73 0 0 0 20 0 15 0 43132052 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853253535984 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30409] ppid=30393 vsize=14088904 memory=960 CPUtime=0.43 cores=1,3,5,7
/proc/30396/task/30409/stat : 30409 (java) R 30393 30396 26910 0 -1 4202560 2204 0 0 0 42 1 0 0 20 0 15 0 43132052 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853252483184 139854346580570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30410] ppid=30393 vsize=14088904 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30410/stat : 30410 (java) S 30393 30396 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853251430624 139854346569429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
[pid=30396/tid=30411] ppid=30393 vsize=14088904 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/30396/task/30411/stat : 30411 (java) S 30393 30396 26910 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 43132052 14427037696 100007 33554432000 4194304 4196468 140723869317696 139853250378928 139854346570370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140723869324361 140723869324553 140723869324553 140723869327311 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 400028 KiB

Child status: 0
Real time (s): 2.19896
CPU time (s): 4.44159
CPU user time (s): 4.23392
CPU system time (s): 0.207674
CPU usage (%): 201.986
Max. virtual memory (cumulated for all children) (KiB): 14088904
Max. memory (cumulated for all children) (KiB): 400028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.23392
system time used= 0.207674
maximum resident set size= 403900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29224
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= 2171
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 30396
#   total CPU time (s): 4.44159
#   total CPU user time (s): 4.23392
#   total CPU system time (s): 0.207674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032977 second user time and 0.068081 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 12:34:49
IDJOB=4290674
IDBENCH=141440
IDSOLVER=2743
FILE ID=node105/4290674-1532255689
RUNJOBID= node105-1532224841-26942
PBS_JOBID= 21018944
Free space on /tmp= 44888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290674-1532255689/watcher-4290674-1532255689 -o /tmp/evaluation-result-4290674-1532255689/solver-4290674-1532255689 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26942 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 699408639 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290674-1532255689.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=699408639

node105.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.32
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.32
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.32
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.32
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:        15769836 kB
MemAvailable:   31622536 kB
Buffers:          152952 kB
Cached:         15672816 kB
SwapCached:            0 kB
Active:          1614768 kB
Inactive:       14582284 kB
Active(anon):     325944 kB
Inactive(anon):    65196 kB
Active(file):    1288824 kB
Inactive(file): 14517088 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             37488 kB
Writeback:             0 kB
AnonPages:        390804 kB
Mapped:            49228 kB
Shmem:             17036 kB
Slab:             502456 kB
SReclaimable:     475248 kB
SUnreclaim:        27208 kB
KernelStack:        3792 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1318380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44852 MiB
End job on node105 at 2018-07-22 12:34:51