Trace number 4308128

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT 7.33415 5.02446

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
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.013569
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 394319718
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.51/1.04	c Parsing done, starting search...
7.20/5.00	s SATISFIABLE
7.20/5.00	v <instantiation>
7.20/5.00	v 	<list>
7.20/5.00	v 		cn[0][0] cn[0][1] cn[1][0] cn[1][1] cn[2][0] cn[2][1] cn[3][0] cn[3][1] cn[4][0] cn[4][1] cn[5][0] cn[5][1] cn[6][0] cn[6][1] cn[7][0] cn[7][1] cn[8][0] cn[8][1] ce[0][0][1] ce[1][0][1] ce[2][0][1] ce[3][0][1] ce[4][0][1] ce[5][0][1] ce[6][0][1] ce[7][0][1] ce[8][0][1] cie[0][0] cie[0][1] cie[1][0] cie[1][1] cie[2][0] cie[2][1] cie[3][0] cie[3][1] cie[4][0] cie[4][1] cie[5][0] cie[5][1] cie[6][0] cie[6][1] cie[7][0] cie[7][1]
7.20/5.00	v 	</list>
7.20/5.00	v 	<values>
7.20/5.00	v 		5 11 17 19 1 22 20 2 9 24 23 0 16 25 3 8 13 12 6 2 21 18 15 23 9 5 1 12 8 16 3 19 20 11 22 14 24 7 25 13 17 10 4 
7.20/5.00	v 	</values>
7.20/5.00	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 (13770 MiB free)
  memory of node 1: 16384 MiB (13092 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308128-1534278328/watcher-4308128-1534278328 -o /tmp/evaluation-result-4308128-1534278328/solver-4308128-1534278328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 394319718 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308128-1534278328.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=17374, runsolver pid=17371
Current StackSize limit: 8192 KiB


[startup+0.102021 s]*
/proc/loadavg: 1.95 1.83 1.86 3/215 17389
/proc/meminfo: memFree=27488712/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14082736 memory=31176 CPUtime=0.13 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 6679 0 0 0 11 2 0 0 20 0 15 0 245395934 14420721664 7794 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3520684 7794 3158 1 0 3482761 0
[pid=17374/tid=17376] ppid=17371 vsize=14082736 memory=-8701690554792054402 CPUtime=0.09 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 4716 0 0 0 8 1 0 0 20 0 15 0 245395934 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933723648064 139933703497054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245395936 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245395937 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933260424480 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245395937 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933259372144 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933258320464 139933719435163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) S 17371 17374 15043 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933257267312 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0.01 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) S 17371 17374 15043 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 245395939 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933187561840 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17389] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17389/stat : 17389 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395940 14420721664 7794 33554432000 4194304 4196468 140723460003824 139933185457072 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31176 KiB

[startup+0.213575 s]*
/proc/loadavg: 1.95 1.83 1.86 6/215 17389
/proc/meminfo: memFree=27473340/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14082736 memory=46976 CPUtime=0.32 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 10398 0 0 0 29 3 0 0 20 0 15 0 245395934 14420721664 11744 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3520684 11744 3356 1 0 3482761 0
[pid=17374/tid=17376] ppid=17371 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 8083 0 0 0 18 2 0 0 20 0 15 0 245395934 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933723643632 139933703460197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14082736 memory=3762109652481701536 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245395936 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245395937 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933260424480 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245395937 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933259372144 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933258320464 139933719435163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) R 17371 17374 15043 0 -1 4202560 502 0 0 0 2 0 0 0 20 0 15 0 245395939 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933257267312 139933719428502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) R 17371 17374 15043 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 15 0 245395939 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0.06 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) R 17371 17374 15043 0 -1 4202560 319 0 0 0 6 0 0 0 20 0 15 0 245395939 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933187561024 139933719428502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17389] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17389/stat : 17389 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395940 14420721664 11744 33554432000 4194304 4196468 140723460003824 139933185457072 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46976 KiB

[startup+0.310528 s]*
/proc/loadavg: 1.95 1.83 1.86 3/215 17389
/proc/meminfo: memFree=27469556/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14082736 memory=50656 CPUtime=0.44 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 10777 0 0 0 41 3 0 0 20 0 15 0 245395934 14420721664 12664 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3520684 12664 3372 1 0 3482761 0
[pid=17374/tid=17376] ppid=17371 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 8431 0 0 0 28 2 0 0 20 0 15 0 245395934 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933723624400 139933699692448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14082736 memory=3905098940650714784 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245395936 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245395937 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933260424480 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245395937 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933259372144 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933258320464 139933719435163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) S 17371 17374 15043 0 -1 1077944384 507 0 0 0 2 0 0 0 20 0 15 0 245395939 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933257267312 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) S 17371 17374 15043 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 15 0 245395939 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0.07 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) S 17371 17374 15043 0 -1 1077944384 337 0 0 0 7 0 0 0 20 0 15 0 245395939 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933187561840 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17389] ppid=17371 vsize=14082736 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17389/stat : 17389 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395940 14420721664 12664 33554432000 4194304 4196468 140723460003824 139933185457072 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50656 KiB

[startup+0.700734 s]
/proc/loadavg: 1.95 1.83 1.86 5/215 17389
/proc/meminfo: memFree=27445396/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14084804 memory=89304 CPUtime=0.99 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 17634 0 0 0 94 5 0 0 20 0 15 0 245395934 14422839296 22326 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3521201 22326 3503 1 0 3483273 0
[pid=17374/tid=17376] ppid=17371 vsize=14084804 memory=33316 CPUtime=0.68 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 14884 0 0 0 64 4 0 0 20 0 15 0 245395934 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933723631472 139933703497054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245395935 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245395936 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245395937 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933260424480 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245395937 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933259372144 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933258320464 139933719435163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) S 17371 17374 15043 0 -1 1077944384 669 0 0 0 7 0 0 0 20 0 15 0 245395939 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933257267312 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14084804 memory=7453282923461570405 CPUtime=0.07 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) S 17371 17374 15043 0 -1 1077944384 269 0 0 0 7 0 0 0 20 0 15 0 245395939 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) S 17371 17374 15043 0 -1 1077944384 431 0 0 0 15 0 0 0 20 0 15 0 245395939 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933187561840 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17389] ppid=17371 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17389/stat : 17389 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395940 14422839296 22326 33554432000 4194304 4196468 140723460003824 139933185457072 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89304 KiB

[startup+1.50138 s]
/proc/loadavg: 1.95 1.83 1.86 3/215 17389
/proc/meminfo: memFree=27412144/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14090948 memory=141444 CPUtime=2.94 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 28354 0 0 0 286 8 0 0 20 0 15 0 245395934 14429130752 35361 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3522737 35361 3531 1 0 3484809 0
[pid=17374/tid=17376] ppid=17371 vsize=14090948 memory=130980 CPUtime=1.46 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 18635 0 0 0 141 5 0 0 20 0 15 0 245395934 14429130752 35361 33554432000 4194304 4196468 140723460003824 139933723652312 139933343951604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 35361 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 35361 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 35361 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 35361 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245395936 14429130752 35361 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0

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

Current children cumulated memory: 225204 KiB

[startup+5.02441 s]
# the end of solver process 17374 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.21604 s, system=0.118113 s

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

[startup+3.20093 s]
/proc/loadavg: 2.04 1.85 1.87 3/215 17389
/proc/meminfo: memFree=27294660/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14090948 memory=225204 CPUtime=5.49 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 32596 0 0 0 538 11 0 0 20 0 15 0 245395934 14429130752 56301 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3522737 56301 3559 1 0 3484809 0
[pid=17374/tid=17376] ppid=17371 vsize=14090948 memory=0 CPUtime=3.16 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 18818 0 0 0 309 7 0 0 20 0 15 0 245395934 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933723654624 139933344447617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14090948 memory=2228 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14090948 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14090948 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 15 0 245395936 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 245395937 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933260424544 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 245395937 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933259372160 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933258320464 139933719435163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14090948 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) S 17371 17374 15043 0 -1 1077944384 3436 0 0 0 92 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933257267312 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14090948 memory=4211821575712316544 CPUtime=0.94 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) S 17371 17374 15043 0 -1 1077944384 4566 0 0 0 93 1 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14090948 memory=6944656592455359580 CPUtime=0.4 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) S 17371 17374 15043 0 -1 1077944384 3475 0 0 0 40 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933187561840 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14090948 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17389] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17389/stat : 17389 (java) S 17371 17374 15043 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 245395940 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933185457072 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225204 KiB

[startup+4.00068 s]*
/proc/loadavg: 2.04 1.85 1.87 3/215 17389
/proc/meminfo: memFree=27294536/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14090948 memory=225204 CPUtime=6.31 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 32605 0 0 0 620 11 0 0 20 0 15 0 245395934 14429130752 56301 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3522737 56301 3559 1 0 3484809 0
[pid=17374/tid=17376] ppid=17371 vsize=14090948 memory=750222120183660849 CPUtime=3.97 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 18819 0 0 0 390 7 0 0 20 0 15 0 245395934 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933723654080 139933343973908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14090948 memory=140280901514241 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 245395936 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14090948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 245395937 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933260424544 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 245395937 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933259372160 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933258320464 139933719435163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14090948 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) S 17371 17374 15043 0 -1 1077944384 3436 0 0 0 92 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933257267312 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14090948 memory=-1 CPUtime=0.94 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) S 17371 17374 15043 0 -1 1077944384 4566 0 0 0 93 1 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14090948 memory=3762954068875718071 CPUtime=0.4 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) S 17371 17374 15043 0 -1 1077944384 3475 0 0 0 40 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933187561840 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14090948 memory=3763093063592849455 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17389] ppid=17371 vsize=14090948 memory=140280900187776 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17389/stat : 17389 (java) S 17371 17374 15043 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 245395940 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933185457072 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225204 KiB

[startup+4.80073 s]
/proc/loadavg: 2.04 1.85 1.87 3/215 17389
/proc/meminfo: memFree=27294536/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14090948 memory=225204 CPUtime=7.1 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 32609 0 0 0 699 11 0 0 20 0 15 0 245395934 14429130752 56301 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3522737 56301 3559 1 0 3484809 0
[pid=17374/tid=17376] ppid=17371 vsize=14090948 memory=6791534058613427641 CPUtime=4.76 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) R 17371 17374 15043 0 -1 4202560 18820 0 0 0 469 7 0 0 20 0 15 0 245395934 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933723651760 139933343929116 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14090948 memory=-7606807118811733936 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14090948 memory=7517750678825102433 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14090948 memory=7238798801035015221 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 245395935 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14090948 memory=13844 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 245395936 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933261478512 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14090948 memory=280561491249328 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 245395937 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933260424544 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 245395937 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933259372160 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14090948 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933258320464 139933719435163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14090948 memory=280561491078016 CPUtime=0.92 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) S 17371 17374 15043 0 -1 1077944384 3436 0 0 0 92 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933257267312 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14090948 memory=280561491082816 CPUtime=0.94 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) S 17371 17374 15043 0 -1 1077944384 4566 0 0 0 93 1 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14090948 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) S 17371 17374 15043 0 -1 1077944384 3475 0 0 0 40 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933187561840 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14090948 memory=-6804530867367538332 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245395939 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17389] ppid=17371 vsize=14090948 memory=6944656592452807316 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17389/stat : 17389 (java) S 17371 17374 15043 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 245395940 14429130752 56301 33554432000 4194304 4196468 140723460003824 139933185457072 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 7.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 225204 KiB

[startup+5.00072 s]*
/proc/loadavg: 2.04 1.85 1.87 3/215 17389
/proc/meminfo: memFree=27292488/32770624 swapFree=67030676/67108860
[pid=17374] ppid=17371 vsize=14157512 memory=225480 CPUtime=7.32 cores=1,3,5,7
/proc/17374/stat : 17374 (java) S 17371 17374 15043 0 -1 1077944320 33494 0 0 0 721 11 0 0 20 0 14 0 245395934 14497292288 56370 33554432000 4194304 4196468 140723460003824 140723459986368 139933719416567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
/proc/17374/statm: 3539378 56370 3561 1 0 3501450 0
[pid=17374/tid=17376] ppid=17371 vsize=14157512 memory=7022364594140610616 CPUtime=4.96 cores=1,3,5,7
/proc/17374/task/17376/stat : 17376 (java) S 17371 17374 15043 0 -1 1077944384 19526 0 0 0 489 7 0 0 20 0 14 0 245395934 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933723659408 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17377] ppid=17371 vsize=14157512 memory=343 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17377/stat : 17377 (java) S 17371 17374 15043 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 14 0 245395935 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933672036752 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17378] ppid=17371 vsize=14157512 memory=3762109652481701536 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17378/stat : 17378 (java) S 17371 17374 15043 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 14 0 245395935 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933670983952 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17379] ppid=17371 vsize=14157512 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17379/stat : 17379 (java) S 17371 17374 15043 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 14 0 245395935 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933669931664 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17380] ppid=17371 vsize=14157512 memory=3471202396320837679 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17380/stat : 17380 (java) S 17371 17374 15043 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 14 0 245395935 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933668878864 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17381] ppid=17371 vsize=14157512 memory=7234459977784874975 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17381/stat : 17381 (java) S 17371 17374 15043 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 14 0 245395936 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933261478720 139933719427714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17382] ppid=17371 vsize=14157512 memory=4121110564014733105 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17382/stat : 17382 (java) S 17371 17374 15043 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 14 0 245395937 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933260424544 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17383] ppid=17371 vsize=14157512 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17383/stat : 17383 (java) S 17371 17374 15043 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 14 0 245395937 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933259372160 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17384] ppid=17371 vsize=14157512 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17384/stat : 17384 (java) S 17371 17374 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 245395939 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933258320112 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17385] ppid=17371 vsize=14157512 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/17374/task/17385/stat : 17385 (java) S 17371 17374 15043 0 -1 1077944384 3509 0 0 0 92 0 0 0 20 0 14 0 245395939 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933257267312 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17386] ppid=17371 vsize=14157512 memory=41904 CPUtime=0.94 cores=1,3,5,7
/proc/17374/task/17386/stat : 17386 (java) S 17371 17374 15043 0 -1 1077944384 4566 0 0 0 93 1 0 0 20 0 14 0 245395939 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933188614128 139933719427714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17387] ppid=17371 vsize=14157512 memory=3472468577127868080 CPUtime=0.41 cores=1,3,5,7
/proc/17374/task/17387/stat : 17387 (java) S 17371 17374 15043 0 -1 1077944384 3545 0 0 0 41 0 0 0 20 0 14 0 245395939 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933187557712 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
[pid=17374/tid=17388] ppid=17371 vsize=14157512 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/17374/task/17388/stat : 17388 (java) S 17371 17374 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 245395939 14497292288 56370 33554432000 4194304 4196468 140723460003824 139933186509280 139933719426773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140723460006985 140723460007177 140723460007177 140723460009935 0
Current children cumulated CPU time: 7.32 s
Current children cumulated vsize: 14157512 KiB
Current children cumulated memory: 225480 KiB

Child status: 0
Real time (s): 5.02446
CPU time (s): 7.33415
CPU user time (s): 7.21604
CPU system time (s): 0.118113
CPU usage (%): 145.969
Max. virtual memory (cumulated for all children) (KiB): 14157512
Max. memory (cumulated for all children) (KiB): 225480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.21604
system time used= 0.118113
maximum resident set size= 225972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33522
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2354
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 17374
#   total CPU time (s): 7.33415
#   total CPU user time (s): 7.21604
#   total CPU system time (s): 0.118113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048431 second user time and 0.09912 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-14 22:25:28
IDJOB=4308128
IDBENCH=141172
IDSOLVER=2791
FILE ID=node102/4308128-1534278328
RUNJOBID= node102-1534258226-15075
PBS_JOBID= 21038131
Free space on /tmp= 39488 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_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-4308128-1534278328/watcher-4308128-1534278328 -o /tmp/evaluation-result-4308128-1534278328/solver-4308128-1534278328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 394319718 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308128-1534278328.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=394319718

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27507208 kB
MemAvailable:   31726940 kB
Buffers:          199992 kB
Cached:          4271012 kB
SwapCached:        51228 kB
Active:          2112208 kB
Inactive:        2591100 kB
Active(anon):     157376 kB
Inactive(anon):   126904 kB
Active(file):    1954832 kB
Inactive(file):  2464196 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030676 kB
Dirty:             35792 kB
Writeback:             0 kB
AnonPages:        188896 kB
Mapped:            66072 kB
Shmem:             49000 kB
Slab:             257964 kB
SReclaimable:     229164 kB
SUnreclaim:        28800 kB
KernelStack:        3760 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1225360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39452 MiB
End job on node102 at 2018-08-14 22:25:33