Trace number 4290587

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 15.3582 13.3761

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P03_c18.xml
MD5SUM76f2570dac1ecc86f40824dfede26263
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.556125
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints28
Number of domains2
Minimum domain size26
Maximum domain size27
Distribution of domain sizes[{"size":26,"count":26},{"size":27,"count":12}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":26},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":26},{"arity":12,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints26
Distribution of constraint types[{"type":"intension","count":26},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 352929177
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.56/1.09	c Parsing done, starting search...
15.28/13.35	s SATISFIABLE
15.28/13.35	v <instantiation>
15.28/13.35	v 	<list>
15.28/13.35	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3]
15.28/13.35	v 	</list>
15.28/13.35	v 	<values>
15.28/13.35	v 		14 15 24 1 21 4 0 26 5 23 3 11 1 10 13 9 14 23 17 21 5 4 22 26 18 2 6 20 12 8 7 11 24 25 16 19 3 15 
15.28/13.35	v 	</values>
15.28/13.35	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 (8038 MiB free)
  memory of node 1: 16384 MiB (12304 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290587-1532236009/watcher-4290587-1532236009 -o /tmp/evaluation-result-4290587-1532236009/solver-4290587-1532236009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 352929177 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290587-1532236009.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=31319, runsolver pid=31316


[startup+0.100136 s]*
/proc/loadavg: 1.37 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20812992/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14082740 memory=31276 CPUtime=0.12 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 6713 0 0 0 11 1 0 0 20 0 15 0 41164054 14420725760 7819 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3520685 7819 3163 1 0 3482761 0
[pid=31319/tid=31321] ppid=31316 vsize=14082740 memory=-8701690554792054401 CPUtime=0.09 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 4771 0 0 0 8 1 0 0 20 0 15 0 41164054 14420725760 7819 33554432000 4194304 4196468 140732576059248 140415779823976 140415767857982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 7819 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 7819 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 7819 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 7819 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41164056 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41164057 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414687221152 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41164057 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414686168560 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) S 31316 31319 30253 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 41164059 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414681958640 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164060 14420725760 7819 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31276 KiB

[startup+0.218007 s]*
/proc/loadavg: 1.37 1.28 1.30 5/215 31334
/proc/meminfo: memFree=20797148/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14082740 memory=47272 CPUtime=0.32 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 10446 0 0 0 30 2 0 0 20 0 15 0 41164054 14420725760 11818 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3520685 11818 3383 1 0 3482761 0
[pid=31319/tid=31321] ppid=31316 vsize=14082740 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 8154 0 0 0 19 2 0 0 20 0 15 0 41164054 14420725760 11818 33554432000 4194304 4196468 140732576059248 140415779843728 140415775642781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 11818 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14082740 memory=140322172481729 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 11818 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 11818 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 11818 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41164056 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41164057 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414687221152 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41164057 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414686168560 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 547 0 0 0 2 0 0 0 20 0 15 0 41164059 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 15 0 41164059 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0.07 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) S 31316 31319 30253 0 -1 1077944384 300 0 0 0 7 0 0 0 20 0 15 0 41164059 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414681958640 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164060 14420725760 11818 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47272 KiB

[startup+0.310495 s]*
/proc/loadavg: 1.37 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20793860/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14082740 memory=50808 CPUtime=0.44 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 10790 0 0 0 42 2 0 0 20 0 15 0 41164054 14420725760 12702 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3520685 12702 3422 1 0 3482761 0
[pid=31319/tid=31321] ppid=31316 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 8468 0 0 0 28 2 0 0 20 0 15 0 41164054 14420725760 12702 33554432000 4194304 4196468 140732576059248 140415779832368 140415755896736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 12702 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14082740 memory=140322172481728 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 12702 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 12702 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41164055 14420725760 12702 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41164056 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41164057 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414687221152 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41164057 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414686168560 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 547 0 0 0 2 0 0 0 20 0 15 0 41164059 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 77 0 0 0 2 0 0 0 20 0 15 0 41164059 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0.08 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) S 31316 31319 30253 0 -1 1077944384 316 0 0 0 8 0 0 0 20 0 15 0 41164059 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414681958640 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14082740 memory=140322172262016 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164060 14420725760 12702 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50808 KiB

[startup+0.700755 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20769304/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14084808 memory=89188 CPUtime=0.99 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 17630 0 0 0 94 5 0 0 20 0 15 0 41164054 14422843392 22297 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3521202 22297 3500 1 0 3483273 0
[pid=31319/tid=31321] ppid=31316 vsize=14084808 memory=1836 CPUtime=0.68 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 14923 0 0 0 64 4 0 0 20 0 15 0 41164054 14422843392 22297 33554432000 4194304 4196468 140732576059248 140415779835880 140415775632790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14422843392 22297 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14084808 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14422843392 22297 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14084808 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14422843392 22297 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14084808 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41164055 14422843392 22297 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14084808 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41164056 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14084808 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41164057 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414687221152 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14084808 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41164057 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414686168560 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14084808 memory=7307465678416012608 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14084808 memory=7881696724453321575 CPUtime=0.06 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 676 0 0 0 6 0 0 0 20 0 15 0 41164059 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14084808 memory=5787213827096799335 CPUtime=0.09 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 241 0 0 0 9 0 0 0 20 0 15 0 41164059 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) R 31316 31319 30253 0 -1 4202560 408 0 0 0 15 0 0 0 20 0 15 0 41164059 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414681958640 140415775642202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14084808 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164060 14422843392 22297 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89188 KiB

[startup+1.50081 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20738596/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14090952 memory=148156 CPUtime=2.91 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 24924 0 0 0 283 8 0 0 20 0 15 0 41164054 14429134848 37039 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3522738 37039 3537 1 0 3484809 0
[pid=31319/tid=31321] ppid=31316 vsize=14090952 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 18943 0 0 0 141 6 0 0 20 0 15 0 41164054 14429134848 37039 33554432000 4194304 4196468 140732576059248 140415779857288 140415387276503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14090952 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14429134848 37039 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14090952 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14429134848 37039 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14090952 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41164055 14429134848 37039 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14090952 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41164055 14429134848 37039 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 41164056 14429134848 37039 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0

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

[startup+12.7008 s]
/proc/loadavg: 1.36 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20627084/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14090952 memory=213260 CPUtime=14.67 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 34755 0 0 0 1456 11 0 0 20 0 15 0 41164054 14429134848 53315 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3522738 53315 3573 1 0 3484809 0
[pid=31319/tid=31321] ppid=31316 vsize=14090952 memory=4140 CPUtime=12.58 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 21178 0 0 0 1250 8 0 0 20 0 15 0 41164054 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415779859120 140415383629958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 552 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14090952 memory=218800 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14090952 memory=233856 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1047 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14090952 memory=218752 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14090952 memory=5865465064658194540 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 41164056 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14090952 memory=227252 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414687221216 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14090952 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414686168576 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14090952 memory=14284 CPUtime=0.71 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 3129 0 0 0 71 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14090952 memory=1296 CPUtime=0.81 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 2946 0 0 0 81 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14090952 memory=2412 CPUtime=0.44 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) S 31316 31319 30253 0 -1 1077944384 2702 0 0 0 44 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414681958640 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14090952 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 842 0 0 0 0 0 0 0 20 0 15 0 41164060 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 213260 KiB

[startup+13.376 s]
# the end of solver process 31319 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.2313 s, system=0.126944 s

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

[startup+12.8009 s]
/proc/loadavg: 1.36 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20627084/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14090952 memory=213260 CPUtime=14.77 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 34755 0 0 0 1466 11 0 0 20 0 15 0 41164054 14429134848 53315 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3522738 53315 3573 1 0 3484809 0
[pid=31319/tid=31321] ppid=31316 vsize=14090952 memory=316 CPUtime=12.68 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 21178 0 0 0 1260 8 0 0 20 0 15 0 41164054 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415779859120 140415387674640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 552 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1047 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14090952 memory=280644035293856 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 53315 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14090952 memory=836 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 41164056 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414687221216 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14090952 memory=14284 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414686168576 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14090952 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 3129 0 0 0 71 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14090952 memory=6944656592455097440 CPUtime=0.81 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 2946 0 0 0 81 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14090952 memory=-7533522213388100735 CPUtime=0.44 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) S 31316 31319 30253 0 -1 1077944384 2702 0 0 0 44 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414681958640 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14090952 memory=-7533522213388100735 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14090952 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 842 0 0 0 0 0 0 0 20 0 15 0 41164060 14429134848 53315 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 14.77 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 213260 KiB

[startup+13.2007 s]
/proc/loadavg: 1.36 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20630360/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14090952 memory=211208 CPUtime=15.18 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 34758 0 0 0 1506 12 0 0 20 0 15 0 41164054 14429134848 52802 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3522738 52802 3573 1 0 3484809 0
[pid=31319/tid=31321] ppid=31316 vsize=14090952 memory=288230583166042426 CPUtime=13.08 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 21179 0 0 0 1300 8 0 0 20 0 15 0 41164054 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415779858800 140415387210752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14090952 memory=14413717810973266 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 553 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1047 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 41164056 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414687221216 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14090952 memory=280644035151600 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414686168576 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14090952 memory=280644035096352 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14090952 memory=-3253322038155611931 CPUtime=0.71 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 3129 0 0 0 71 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14090952 memory=11899 CPUtime=0.81 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 2946 0 0 0 81 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14090952 memory=4049080436322992160 CPUtime=0.44 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) S 31316 31319 30253 0 -1 1077944384 2702 0 0 0 44 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414681958640 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 842 0 0 0 0 0 0 0 20 0 15 0 41164060 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 15.18 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 211208 KiB

[startup+13.3007 s]
/proc/loadavg: 1.36 1.28 1.30 3/215 31334
/proc/meminfo: memFree=20630360/32770624 swapFree=67108860/67108860
[pid=31319] ppid=31316 vsize=14090952 memory=211208 CPUtime=15.28 cores=1,3,5,7
/proc/31319/stat : 31319 (java) S 31316 31319 30253 0 -1 1077944320 34758 0 0 0 1516 12 0 0 20 0 15 0 41164054 14429134848 52802 33554432000 4194304 4196468 140732576059248 140732576041792 140415775620855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
/proc/31319/statm: 3522738 52802 3573 1 0 3484809 0
[pid=31319/tid=31321] ppid=31316 vsize=14090952 memory=213260 CPUtime=13.18 cores=1,3,5,7
/proc/31319/task/31321/stat : 31321 (java) R 31316 31319 30253 0 -1 4202560 21179 0 0 0 1310 8 0 0 20 0 15 0 41164054 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415779858800 140415387287637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31322] ppid=31316 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31322/stat : 31322 (java) S 31316 31319 30253 0 -1 1077944384 553 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415705708816 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31323] ppid=31316 vsize=14090952 memory=218752 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31323/stat : 31323 (java) S 31316 31319 30253 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415704656272 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31324] ppid=31316 vsize=14090952 memory=5865465064658194540 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31324/stat : 31324 (java) S 31316 31319 30253 0 -1 1077944384 1047 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415703603728 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31325] ppid=31316 vsize=14090952 memory=218800 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31325/stat : 31325 (java) S 31316 31319 30253 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 41164055 14429134848 52802 33554432000 4194304 4196468 140732576059248 140415702551184 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31326] ppid=31316 vsize=14090952 memory=233856 CPUtime=0.01 cores=1,3,5,7
/proc/31319/task/31326/stat : 31326 (java) S 31316 31319 30253 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 41164056 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414688274928 140415775632002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31327] ppid=31316 vsize=14090952 memory=227252 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31327/stat : 31327 (java) S 31316 31319 30253 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414687221216 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31328] ppid=31316 vsize=14090952 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31328/stat : 31328 (java) S 31316 31319 30253 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 41164057 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414686168576 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31329] ppid=31316 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31329/stat : 31329 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414685117136 140415775639451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31330] ppid=31316 vsize=14090952 memory=14284 CPUtime=0.71 cores=1,3,5,7
/proc/31319/task/31330/stat : 31330 (java) S 31316 31319 30253 0 -1 1077944384 3129 0 0 0 71 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414684063728 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31331] ppid=31316 vsize=14090952 memory=1296 CPUtime=0.81 cores=1,3,5,7
/proc/31319/task/31331/stat : 31331 (java) S 31316 31319 30253 0 -1 1077944384 2946 0 0 0 81 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414683011184 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31332] ppid=31316 vsize=14090952 memory=2412 CPUtime=0.44 cores=1,3,5,7
/proc/31319/task/31332/stat : 31332 (java) S 31316 31319 30253 0 -1 1077944384 2702 0 0 0 44 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414681958640 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31333] ppid=31316 vsize=14090952 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31333/stat : 31333 (java) S 31316 31319 30253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41164059 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414680906336 140415775631061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
[pid=31319/tid=31334] ppid=31316 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31319/task/31334/stat : 31334 (java) S 31316 31319 30253 0 -1 1077944384 842 0 0 0 0 0 0 0 20 0 15 0 41164060 14429134848 52802 33554432000 4194304 4196468 140732576059248 140414679853872 140415775632002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12808192 140732576064585 140732576064777 140732576064777 140732576067535 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 211208 KiB

Child status: 0
Real time (s): 13.3761
CPU time (s): 15.3582
CPU user time (s): 15.2313
CPU system time (s): 0.126944
CPU usage (%): 114.819
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 233920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2313
system time used= 0.126944
maximum resident set size= 235972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35442
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= 3002
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 31319
#   total CPU time (s): 15.3582
#   total CPU user time (s): 15.2313
#   total CPU system time (s): 0.126944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.107269 second user time and 0.161324 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 07:06:49
IDJOB=4290587
IDBENCH=141166
IDSOLVER=2743
FILE ID=node104/4290587-1532236009
RUNJOBID= node104-1532226534-30285
PBS_JOBID= 21018958
Free space on /tmp= 57208 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P03_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-4290587-1532236009/watcher-4290587-1532236009 -o /tmp/evaluation-result-4290587-1532236009/solver-4290587-1532236009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532226534-30285 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 352929177 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290587-1532236009.xml

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

MD5SUM BENCH= 76f2570dac1ecc86f40824dfede26263
RANDOM SEED=352929177

node104.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.11
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.11
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.11
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.11
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:        20831372 kB
MemAvailable:   31339576 kB
Buffers:          226484 kB
Cached:         10490484 kB
SwapCached:            0 kB
Active:          2470564 kB
Inactive:        8899516 kB
Active(anon):     656000 kB
Inactive(anon):    17096 kB
Active(file):    1814564 kB
Inactive(file):  8882420 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35972 kB
Writeback:             0 kB
AnonPages:        762768 kB
Mapped:            48680 kB
Shmem:             17036 kB
Slab:             267504 kB
SReclaimable:     239680 kB
SUnreclaim:        27824 kB
KernelStack:        3808 kB
PageTables:         6324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1486152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57176 MiB
End job on node104 at 2018-07-22 07:07:02