Trace number 4387483

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10OPT2 10.2753 4.611

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-05-07.xml
MD5SUM91a6e92a2ae9197e0e5abb82e178125f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.3106
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints211
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":35}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":35}]
Minimum constraint arity4
Maximum constraint arity35
Distribution of constraint arities[{"arity":4,"count":210},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.72/0.54	c Concrete v3.10.1560635388952 running
9.43/3.85	o 34
9.66/4.20	o 4
9.70/4.22	o 3
9.70/4.24	o 2
10.03/4.33	v <instantiation
10.03/4.33	v         cost = '2'>
10.03/4.33	v       <list>
10.03/4.33	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6]
10.03/4.33	v       </list>
10.03/4.33	v       <values>
10.03/4.33	v         0 1 1 1 2 2 2 1 0 0 1 0 1 2 1 0 2 0 1 2 0 1 2 1 0 0 0 2 1 2 2 2 2 0 1
10.03/4.33	v       </values>
10.03/4.33	v     </instantiation>
10.03/4.33	s OPTIMUM FOUND

Verifier Data

OK	2

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 (14076 MiB free)
  memory of node 1: 16384 MiB (15549 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387483-1568307488/watcher-4387483-1568307488 -o /tmp/evaluation-result-4387483-1568307488/solver-4387483-1568307488 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=982712630 HOME/instance-4387483-1568307488.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=12524, runsolver pid=12521
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.54 1.39 1.41 3/218 12581
/proc/meminfo: memFree=30329236/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=9972712 memory=17340 CPUtime=0.08 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 4563 13119 0 0 1 0 5 2 20 0 6 0 406686773 10212057088 4335 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2493178 4335 1958 1 0 2481616 0
[pid=12524/tid=12577] ppid=12521 vsize=9988792 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) R 12521 12524 5064 0 -1 4202560 2398 13119 0 0 1 0 5 2 20 0 6 0 406686782 10228523008 4335 33554432000 4194304 4196468 140721299803584 140432332669520 140432344592592 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=9988792 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 6 0 406686783 10228523008 4335 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=9988792 memory=139690009380480 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 6 0 406686783 10228523008 4335 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 6 0 406686783 10228523008 4335 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 6 0 406686783 10228523008 4335 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.209702 s]*
/proc/loadavg: 1.54 1.39 1.41 5/227 12590
/proc/meminfo: memFree=30306636/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=10818940 memory=43356 CPUtime=0.25 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 7127 13119 0 0 16 2 5 2 20 0 15 0 406686773 11078594560 10839 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2704735 10839 2987 1 0 2667149 0
[pid=12524/tid=12577] ppid=12521 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) R 12521 12524 5064 0 -1 4202560 3650 13119 0 0 11 0 5 2 20 0 15 0 406686782 11078594560 10839 33554432000 4194304 4196468 140721299803584 140432332665440 140432344913246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10818940 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11078594560 10839 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10818940 memory=139690009392923 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11078594560 10839 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11078594560 10839 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686783 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10818940 memory=139690009380480 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686784 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431887481712 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 13 13119 0 0 0 0 5 2 20 0 15 0 406686784 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431807473184 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686785 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431337710960 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686787 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431069276496 140432360851355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) R 12521 12524 5064 0 -1 1077944384 356 13119 0 0 1 0 5 2 20 0 15 0 406686787 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431886428528 140432360843906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) S 12521 12524 5064 0 -1 1077944384 268 13119 0 0 1 0 5 2 20 0 15 0 406686787 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431885375728 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10818940 memory=139690009380480 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) S 12521 12524 5064 0 -1 1077944384 619 13119 0 0 3 0 5 2 20 0 15 0 406686787 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431884322928 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 15 0 406686788 11078594560 10839 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12590] ppid=12521 vsize=10818940 memory=139690009380480 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12590/stat : 12590 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686788 11078594560 10839 33554432000 4194304 4196468 140721299803584 140431883271344 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43356 KiB

[startup+0.310144 s]*
/proc/loadavg: 1.54 1.39 1.41 4/227 12590
/proc/meminfo: memFree=30296248/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=10820096 memory=54724 CPUtime=0.39 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 10871 13119 0 0 29 3 5 2 20 0 15 0 406686773 11079778304 13681 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2705024 13681 3241 1 0 2667149 0
[pid=12524/tid=12577] ppid=12521 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) R 12521 12524 5064 0 -1 4202560 7375 13119 0 0 19 2 5 2 20 0 15 0 406686782 11079778304 13681 33554432000 4194304 4196468 140721299803584 140432332654160 140431960021528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11079778304 13681 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11079778304 13681 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11079778304 13681 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686783 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686784 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431887481712 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 13 13119 0 0 0 0 5 2 20 0 15 0 406686784 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431807473184 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686785 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431337710960 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686787 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431069276496 140432360851355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) S 12521 12524 5064 0 -1 1077944384 356 13119 0 0 1 0 5 2 20 0 15 0 406686787 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431886428528 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) S 12521 12524 5064 0 -1 1077944384 270 13119 0 0 2 0 5 2 20 0 15 0 406686787 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431885375728 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10820096 memory=139690009380480 CPUtime=0.12 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) R 12521 12524 5064 0 -1 4202560 634 13119 0 0 5 0 5 2 20 0 15 0 406686787 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431884322928 140432360854106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 15 0 406686788 11079778304 13681 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12590] ppid=12521 vsize=10820096 memory=139690009380480 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12590/stat : 12590 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686788 11079778304 13681 33554432000 4194304 4196468 140721299803584 140431883271344 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54724 KiB

[startup+0.700654 s]
/proc/loadavg: 1.50 1.38 1.41 5/227 12590
/proc/meminfo: memFree=30281400/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=10825364 memory=85028 CPUtime=1.15 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 14952 13119 0 0 102 6 5 2 20 0 15 0 406686773 11085172736 21257 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2706341 21257 3509 1 0 2668429 0
[pid=12524/tid=12577] ppid=12521 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) R 12521 12524 5064 0 -1 1077944384 10662 13119 0 0 56 4 5 2 20 0 15 0 406686782 11084124160 21257 33554432000 4194304 4196468 140721299803584 140432332650720 140432353511981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11085172736 21257 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10825364 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11085172736 21257 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686783 11085172736 21257 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686783 11085172736 21257 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 5 13119 0 0 0 0 5 2 20 0 15 0 406686784 11084124160 21257 33554432000 4194304 4196468 140721299803584 140431887481712 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 13 13119 0 0 0 0 5 2 20 0 15 0 406686784 11084124160 21257 33554432000 4194304 4196468 140721299803584 140431807473184 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686785 11084124160 21257 33554432000 4194304 4196468 140721299803584 140431337710960 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686787 11084124160 21257 33554432000 4194304 4196468 140721299803584 140431069276496 140432360851355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10825364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) S 12521 12524 5064 0 -1 1077944384 604 13119 0 0 13 0 5 2 20 0 15 0 406686787 11085172736 21257 33554432000 4194304 4196468 140721299803584 140431886428528 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10825364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) S 12521 12524 5064 0 -1 1077944384 658 13119 0 0 14 0 5 2 20 0 15 0 406686787 11085172736 21257 33554432000 4194304 4196468 140721299803584 140431885375728 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10825364 memory=3616 CPUtime=0.25 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) S 12521 12524 5064 0 -1 1077944384 794 13119 0 0 18 0 5 2 20 0 15 0 406686787 11085172736 21257 33554432000 4194304 4196468 140721299803584 140431884322928 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10824340 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 15 0 406686788 11084124160 21257 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12590] ppid=12521 vsize=10824340 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12590/stat : 12590 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686788 11084124160 21257 33554432000 4194304 4196468 140721299803584 140431883271344 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10825364 KiB
Current children cumulated memory: 85028 KiB

[startup+1.50075 s]
/proc/loadavg: 1.50 1.38 1.41 3/227 12590
/proc/meminfo: memFree=30241312/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=10834656 memory=172220 CPUtime=2.52 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 22175 13119 0 0 234 11 5 2 20 0 15 0 406686773 11094687744 43055 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2708664 43055 3580 1 0 2670733 0
[pid=12524/tid=12577] ppid=12521 vsize=10834656 memory=2811011 CPUtime=1.42 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) R 12521 12524 5064 0 -1 4202560 15939 13119 0 0 130 5 5 2 20 0 15 0 406686782 11094687744 43055 33554432000 4194304 4196468 140721299803584 140432332639856 140432344913246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10834656 memory=2812297 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 68 13119 0 0 1 0 5 2 20 0 15 0 406686783 11094687744 43055 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10834656 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 32 13119 0 0 1 0 5 2 20 0 15 0 406686783 11094687744 43055 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 320 13119 0 0 1 0 5 2 20 0 15 0 406686783 11094687744 43055 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 82 13119 0 0 1 0 5 2 20 0 15 0 406686783 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 478 13119 0 0 1 0 5 2 20 0 15 0 406686784 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431887481712 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10834656 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 14 13119 0 0 0 0 5 2 20 0 15 0 406686784 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431807473248 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10834656 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686785 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431337710976 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10834656 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686787 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431069276496 140432360851355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10834656 memory=1172 CPUtime=0.34 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) S 12521 12524 5064 0 -1 1077944384 709 13119 0 0 27 0 5 2 20 0 15 0 406686787 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431886428528 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10834656 memory=14008 CPUtime=0.33 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) S 12521 12524 5064 0 -1 1077944384 793 13119 0 0 26 0 5 2 20 0 15 0 406686787 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431885375728 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10834656 memory=14072 CPUtime=0.49 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) S 12521 12524 5064 0 -1 1077944384 1528 13119 0 0 42 0 5 2 20 0 15 0 406686787 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431884322928 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10834656 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 15 0 406686788 11094687744 43055 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12590] ppid=12521 vsize=10834656 memory=6888 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12590/stat : 12590 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686788 11094687744 43055 33554432000 4194304 4196468 140721299803584 140431883271344 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834656 KiB

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

/proc/12524/statm: 2710717 68762 3602 1 0 2672781 0
[pid=12524/tid=12577] ppid=12521 vsize=10842868 memory=0 CPUtime=3.03 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) R 12521 12524 5064 0 -1 4202560 21163 13119 0 0 289 7 5 2 20 0 15 0 406686782 11103096832 68762 33554432000 4194304 4196468 140721299803584 140432332666096 140431965134464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10842868 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 68 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 68762 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10842868 memory=288230377094308734 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 32 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 68762 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10842868 memory=172220 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 320 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 68762 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10842868 memory=2811011 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 82 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10842868 memory=2812297 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 511 13119 0 0 1 0 5 2 20 0 15 0 406686784 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431887481712 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10842868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 14 13119 0 0 0 0 5 2 20 0 15 0 406686784 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431807473248 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10842868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686785 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431337710976 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10842868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686787 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431069276496 140432360851355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10842868 memory=92136 CPUtime=1.44 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) S 12521 12524 5064 0 -1 1077944384 3158 13119 0 0 137 0 5 2 20 0 15 0 406686787 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431886428528 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10842868 memory=0 CPUtime=1.59 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) R 12521 12524 5064 0 -1 4202560 4639 13119 0 0 151 1 5 2 20 0 15 0 406686787 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431885374912 140432339284833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10842868 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) R 12521 12524 5064 0 -1 1077944384 6679 13119 0 0 122 2 5 2 20 0 15 0 406686787 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431884322928 140432360843906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10842868 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 15 0 406686788 11103096832 68762 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12590] ppid=12521 vsize=10842868 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12590/stat : 12590 (java) S 12521 12524 5064 0 -1 1077944384 10 13119 0 0 0 0 5 2 20 0 15 0 406686788 11103096832 68762 33554432000 4194304 4196468 140721299803584 140431883271344 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 7.29 s
Current children cumulated vsize: 10842868 KiB
Current children cumulated memory: 275048 KiB

[startup+4.61095 s]
# the end of solver process 12524 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.035 s, system=0.240296 s

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

[startup+3.20511 s]
/proc/loadavg: 1.50 1.38 1.41 5/227 12590
/proc/meminfo: memFree=30091608/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=10842868 memory=283140 CPUtime=7.52 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 39523 13119 0 0 730 15 5 2 20 0 15 0 406686773 11103096832 70785 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2710717 70785 3602 1 0 2672781 0
[pid=12524/tid=12577] ppid=12521 vsize=10842868 memory=6656426216303648864 CPUtime=3.12 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) R 12521 12524 5064 0 -1 4202560 21649 13119 0 0 298 7 5 2 20 0 15 0 406686782 11103096832 70785 33554432000 4194304 4196468 140721299803584 140432332658896 140432344913246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10842868 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 68 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 70785 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10842868 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 32 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 70785 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10842868 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 320 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 70785 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10842868 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 82 13119 0 0 1 0 5 2 20 0 15 0 406686783 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10842868 memory=5932 CPUtime=0.08 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 511 13119 0 0 1 0 5 2 20 0 15 0 406686784 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431887481712 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10842868 memory=588 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 14 13119 0 0 0 0 5 2 20 0 15 0 406686784 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431807473248 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10842868 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 1 13119 0 0 0 0 5 2 20 0 15 0 406686785 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431337710976 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10842868 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686787 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431069276496 140432360851355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10842868 memory=11464 CPUtime=1.49 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) S 12521 12524 5064 0 -1 1077944384 3188 13119 0 0 141 1 5 2 20 0 15 0 406686787 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431886428528 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10842868 memory=3364 CPUtime=1.63 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) R 12521 12524 5064 0 -1 1077944384 4653 13119 0 0 155 1 5 2 20 0 15 0 406686787 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431885375728 140432360843906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10842868 memory=2828 CPUtime=1.36 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) S 12521 12524 5064 0 -1 1077944384 6780 13119 0 0 127 2 5 2 20 0 15 0 406686787 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431884322928 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10842868 memory=1000 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 15 0 406686788 11103096832 70785 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12590] ppid=12521 vsize=10842868 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12590/stat : 12590 (java) S 12521 12524 5064 0 -1 1077944384 10 13119 0 0 0 0 5 2 20 0 15 0 406686788 11103096832 70785 33554432000 4194304 4196468 140721299803584 140431883271344 140432360843906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 10842868 KiB
Current children cumulated memory: 283140 KiB

[startup+4.00069 s]*
/proc/loadavg: 1.50 1.38 1.41 2/227 12590
/proc/meminfo: memFree=30005920/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=10846964 memory=335276 CPUtime=9.66 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 51235 13119 0 0 941 18 5 2 20 0 15 0 406686773 11107291136 83819 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2711741 83819 3616 1 0 2673805 0
[pid=12524/tid=12577] ppid=12521 vsize=10846964 memory=4639059877604708710 CPUtime=3.76 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) D 12521 12524 5064 0 -1 4202560 23018 13119 0 0 361 8 5 2 20 0 15 0 406686782 11107291136 83819 33554432000 4194304 4196468 140721299803584 140432332669304 140432346573042 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10846964 memory=2319389199166349359 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 185 13119 0 0 3 0 5 2 20 0 15 0 406686783 11107291136 83819 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10846964 memory=279379704340240 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 103 13119 0 0 3 0 5 2 20 0 15 0 406686783 11107291136 83819 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10846964 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 340 13119 0 0 3 0 5 2 20 0 15 0 406686783 11107291136 83819 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10846964 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 108 13119 0 0 3 0 5 2 20 0 15 0 406686783 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10846964 memory=590024538737094835 CPUtime=0.11 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 2474 13119 0 0 4 0 5 2 20 0 15 0 406686784 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431887481712 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10846964 memory=317222505837159329 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 17 13119 0 0 0 0 5 2 20 0 15 0 406686784 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431807473248 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10846964 memory=301794158561794612 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 6 13119 0 0 0 0 5 2 20 0 15 0 406686785 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431337710976 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10846964 memory=-9001733975035373671 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 2 13119 0 0 0 0 5 2 20 0 15 0 406686787 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431069276496 140432360851355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10846964 memory=0 CPUtime=2.04 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) D 12521 12524 5064 0 -1 4202560 6454 13119 0 0 196 1 5 2 20 0 15 0 406686787 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431886412936 140432353549911 0 4 0 16800975 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10846964 memory=0 CPUtime=2.16 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) D 12521 12524 5064 0 -1 4202560 7294 13119 0 0 208 1 5 2 20 0 15 0 406686787 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431885360088 140432345229595 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10846964 memory=0 CPUtime=1.64 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) D 12521 12524 5064 0 -1 4202560 9011 13119 0 0 155 2 5 2 20 0 15 0 406686787 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431884322848 140432340756895 0 4 0 16800975 18446744072100220037 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 15 0 406686788 11107291136 83819 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12590] ppid=12521 vsize=10846964 memory=7008456880039552613 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12590/stat : 12590 (java) D 12521 12524 5064 0 -1 4202560 10 13119 0 0 0 0 5 2 20 0 15 0 406686788 11107291136 83819 33554432000 4194304 4196468 140721299803584 140431883271264 140432345688846 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 335276 KiB

[startup+4.40074 s]
/proc/loadavg: 1.50 1.38 1.41 2/227 12590
/proc/meminfo: memFree=30005920/32770624 swapFree=66916436/67108860
[pid=12524] ppid=12521 vsize=10950540 memory=354920 CPUtime=10.24 cores=1,3,5,7
/proc/12524/stat : 12524 (java) S 12521 12524 5064 0 -1 1077944320 57161 13119 0 0 997 20 5 2 20 0 14 0 406686773 11213352960 88730 33554432000 4194304 4196468 140721299803584 140721299786128 140432360832759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
/proc/12524/statm: 2737635 88730 3618 1 0 2699699 0
[pid=12524/tid=12577] ppid=12521 vsize=10950540 memory=0 CPUtime=3.89 cores=1,3,5,7
/proc/12524/task/12577/stat : 12577 (java) S 12521 12524 5064 0 -1 1077944384 23056 13119 0 0 374 8 5 2 20 0 14 0 406686782 11213352960 88730 33554432000 4194304 4196468 140721299803584 140432332676240 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12578] ppid=12521 vsize=10950540 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12578/stat : 12578 (java) S 12521 12524 5064 0 -1 1077944384 185 13119 0 0 3 0 5 2 20 0 14 0 406686783 11213352960 88730 33554432000 4194304 4196468 140721299803584 140432365075088 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12579] ppid=12521 vsize=10950540 memory=300472 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12579/stat : 12579 (java) S 12521 12524 5064 0 -1 1077944384 103 13119 0 0 3 0 5 2 20 0 14 0 406686783 11213352960 88730 33554432000 4194304 4196468 140721299803584 140432279894544 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12580] ppid=12521 vsize=10950540 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12580/stat : 12580 (java) S 12521 12524 5064 0 -1 1077944384 340 13119 0 0 3 0 5 2 20 0 14 0 406686783 11213352960 88730 33554432000 4194304 4196468 140721299803584 140432278841744 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12581] ppid=12521 vsize=10950540 memory=14072 CPUtime=0.1 cores=1,3,5,7
/proc/12524/task/12581/stat : 12581 (java) S 12521 12524 5064 0 -1 1077944384 108 13119 0 0 3 0 5 2 20 0 14 0 406686783 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431931922704 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12582] ppid=12521 vsize=10950540 memory=2116 CPUtime=0.11 cores=1,3,5,7
/proc/12524/task/12582/stat : 12582 (java) S 12521 12524 5064 0 -1 1077944384 2474 13119 0 0 4 0 5 2 20 0 14 0 406686784 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431887481920 140432360843906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12583] ppid=12521 vsize=10950540 memory=6888 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12583/stat : 12583 (java) S 12521 12524 5064 0 -1 1077944384 17 13119 0 0 0 0 5 2 20 0 14 0 406686784 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431807473248 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12584] ppid=12521 vsize=10950540 memory=528 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12584/stat : 12584 (java) S 12521 12524 5064 0 -1 1077944384 6 13119 0 0 0 0 5 2 20 0 14 0 406686785 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431337710976 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12585] ppid=12521 vsize=10950540 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12585/stat : 12585 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 14 0 406686787 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431069276144 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12586] ppid=12521 vsize=10950540 memory=932 CPUtime=2.22 cores=1,3,5,7
/proc/12524/task/12586/stat : 12586 (java) S 12521 12524 5064 0 -1 1077944384 8927 13119 0 0 214 1 5 2 20 0 14 0 406686787 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431886413040 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12587] ppid=12521 vsize=10950540 memory=1492 CPUtime=2.37 cores=1,3,5,7
/proc/12524/task/12587/stat : 12587 (java) R 12521 12524 5064 0 -1 4202560 10053 13119 0 0 229 1 5 2 20 0 14 0 406686787 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431885361224 140432342376977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12588] ppid=12521 vsize=10950540 memory=864 CPUtime=1.69 cores=1,3,5,7
/proc/12524/task/12588/stat : 12588 (java) S 12521 12524 5064 0 -1 1077944384 9651 13119 0 0 159 3 5 2 20 0 14 0 406686787 11213352960 88730 33554432000 4194304 4196468 140721299803584 140431884320432 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
[pid=12524/tid=12589] ppid=12521 vsize=10950540 memory=1448 CPUtime=0.07 cores=1,3,5,7
/proc/12524/task/12589/stat : 12589 (java) S 12521 12524 5064 0 -1 1077944384 3 13119 0 0 0 0 5 2 20 0 14 0 406686788 11213352960 88730 33554432000 4194304 4196468 140721299803584 140430599514336 140432360842965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32698368 140721299806966 140721299809477 140721299809477 140721299812303 0
Current children cumulated CPU time: 10.24 s
Current children cumulated vsize: 10950540 KiB
Current children cumulated memory: 354920 KiB

[startup+4.60959 s]
/proc/loadavg: 1.50 1.38 1.41 2/214 12591
/proc/meminfo: memFree=30339628/32770624 swapFree=66916436/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.611
CPU time (s): 10.2753
CPU user time (s): 10.035
CPU system time (s): 0.240296
CPU usage (%): 222.843
Max. virtual memory (cumulated for all children) (KiB): 10950540
Max. memory (cumulated for all children) (KiB): 354920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.035
system time used= 0.240296
maximum resident set size= 355232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70304
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6066
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 12524
#   total CPU time (s): 10.2753
#   total CPU user time (s): 10.035
#   total CPU system time (s): 0.240296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058146 second user time and 0.0757 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 18:57:27
IDJOB=4387483
IDBENCH=139742
IDSOLVER=2823
FILE ID=node141/4387483-1568307488
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 56076 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-05-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387483-1568307488/watcher-4387483-1568307488 -o /tmp/evaluation-result-4387483-1568307488/solver-4387483-1568307488 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=982712630 HOME/instance-4387483-1568307488.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=982712630

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30337560 kB
MemAvailable:   30547016 kB
Buffers:          110024 kB
Cached:           399856 kB
SwapCached:        81960 kB
Active:          1582928 kB
Inactive:         319624 kB
Active(anon):    1316052 kB
Inactive(anon):   106204 kB
Active(file):     266876 kB
Inactive(file):   213420 kB
Unevictable:      108408 kB
Mlocked:          108408 kB
SwapTotal:      67108860 kB
SwapFree:       66916436 kB
Dirty:             35224 kB
Writeback:             0 kB
AnonPages:       1417664 kB
Mapped:            45528 kB
Shmem:             20968 kB
Slab:             118416 kB
SReclaimable:      89988 kB
SUnreclaim:        28428 kB
KernelStack:        3744 kB
PageTables:        10104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2313540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1228800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 56040 MiB
End job on node141 at 2019-09-12 18:57:32