Trace number 4295322

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.8-SuperNG 2018-06-13OPT628 9.62532 4.37197

General information on the benchmark

NameMario/
Mario-easy-2_c18.xml
MD5SUMf67e3538ea675b4814e62926b7227759
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark628
Best CPU time to get the best result obtained on this benchmark1.31422
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

1.00/0.73	c Concrete v3.8.1528841891564 running
8.76/4.12	o 356
8.76/4.15	o 390
8.76/4.15	o 396
8.76/4.15	o 464
9.09/4.26	o 493
9.09/4.27	o 499
9.09/4.28	o 567
9.09/4.29	o 581
9.43/4.32	o 614
9.43/4.34	o 628
9.43/4.34	v <instantiation cost="628">
9.43/4.34	v       <list>
9.43/4.34	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
9.43/4.34	v       </list>
9.43/4.34	v       <values>
9.43/4.34	v         11 0 4 2 14 7 3 9 1 6 5 12 10 8 13 18 0 110 127 294 12 31 221 335 27 146 33 334 167 143 0 0 40 67 89 50 6 19 47 68 94 86 34 14 14
9.43/4.34	v       </values>
9.43/4.34	v     </instantiation>
9.43/4.34	s OPTIMUM FOUND

Verifier Data

OK	628

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295322-1532548159/watcher-4295322-1532548159 -o /tmp/evaluation-result-4295322-1532548159/solver-4295322-1532548159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2040963211 -superng HOME/instance-4295322-1532548159.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=32359, runsolver pid=32356
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 1.37 1.45 1.41 3/206 32416
/proc/meminfo: memFree=12181080/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=9989820 memory=18856 CPUtime=0.1 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 4354 12901 0 0 1 1 5 3 20 0 7 0 72379088 10229575680 4714 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2497455 4714 1971 1 0 2485893 0
[pid=32359/tid=32412] ppid=32356 vsize=10055356 memory=4279135704013833615 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 1077944384 2156 12901 0 0 1 0 5 3 20 0 7 0 72379097 10296684544 4714 33554432000 4194304 4196468 140727284860688 139684901780240 139684929947349 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 7 0 72379097 10296684544 4714 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10055356 memory=140071483197056 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 7 0 72379097 10296684544 4714 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 7 0 72379097 10296684544 4714 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 7 0 72379097 10296684544 4714 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10055356 memory=140071483197056 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 7 0 72379099 10296684544 4714 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9989820 KiB
Current children cumulated memory: 18856 KiB

[startup+0.2099 s]*
/proc/loadavg: 1.37 1.45 1.41 3/215 32425
/proc/meminfo: memFree=12161692/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10819044 memory=46136 CPUtime=0.27 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 8915 12901 0 0 17 2 5 3 20 0 15 0 72379088 11078701056 11534 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2704761 11534 2966 1 0 2667149 0
[pid=32359/tid=32412] ppid=32356 vsize=10819044 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 5565 12901 0 0 10 1 5 3 20 0 15 0 72379097 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684901761952 139684853014390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10819044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379097 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10819044 memory=140071483197056 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10819044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10819044 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10819044 memory=140071483197056 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379099 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10819044 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 33 12901 0 0 0 0 5 3 20 0 15 0 72379099 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684388345248 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10819044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11078701056 11534 33554432000 4194304 4196468 140727284860688 139683812074992 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10819044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11078701056 11534 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10819044 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) S 32356 32359 31421 0 -1 1077944384 510 12901 0 0 1 0 5 3 20 0 15 0 72379102 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684354787312 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10819044 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) R 32356 32359 31421 0 -1 1077944384 90 12901 0 0 1 0 5 3 20 0 15 0 72379102 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684353734768 139684929948290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10819044 memory=140071483197056 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) R 32356 32359 31421 0 -1 4202560 534 12901 0 0 3 0 5 3 20 0 15 0 72379102 11078701056 11534 33554432000 4194304 4196468 140727284860688 139684352682224 139684929958490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10819052 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11078709248 11534 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10819052 memory=140071483197056 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379103 11078709248 11534 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819044 KiB
Current children cumulated memory: 46136 KiB

[startup+0.310491 s]*
/proc/loadavg: 1.37 1.45 1.41 3/215 32425
/proc/meminfo: memFree=12149100/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10819352 memory=54012 CPUtime=0.39 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 10096 12901 0 0 29 2 5 3 20 0 15 0 72379088 11079016448 13503 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2704838 13503 3085 1 0 2667149 0
[pid=32359/tid=32412] ppid=32356 vsize=10819352 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 6709 12901 0 0 20 2 5 3 20 0 15 0 72379097 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684901749152 139684910212975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379099 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10819352 memory=140071483197055 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 33 12901 0 0 0 0 5 3 20 0 15 0 72379099 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684388345248 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11079016448 13503 33554432000 4194304 4196468 140727284860688 139683812074992 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11079016448 13503 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) S 32356 32359 31421 0 -1 1077944384 510 12901 0 0 1 0 5 3 20 0 15 0 72379102 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684354787312 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10819352 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) S 32356 32359 31421 0 -1 1077944384 91 12901 0 0 2 0 5 3 20 0 15 0 72379102 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684353734768 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10819352 memory=140071483197056 CPUtime=0.13 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) S 32356 32359 31421 0 -1 1077944384 545 12901 0 0 5 0 5 3 20 0 15 0 72379102 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684352682224 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11079016448 13503 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10819352 memory=140071483197056 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379103 11079016448 13503 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54012 KiB

[startup+0.700794 s]
/proc/loadavg: 1.37 1.45 1.41 3/215 32425
/proc/meminfo: memFree=12140292/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10819352 memory=86160 CPUtime=1 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 16172 12901 0 0 88 4 5 3 20 0 15 0 72379088 11079016448 21540 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2704838 21540 3237 1 0 2667149 0
[pid=32359/tid=32412] ppid=32356 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 11702 12901 0 0 56 3 5 3 20 0 15 0 72379097 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684901757968 139684914017630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10819352 memory=3619116856260172848 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 2 12901 0 0 0 0 5 3 20 0 15 0 72379097 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10819352 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 5 12901 0 0 0 0 5 3 20 0 15 0 72379099 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10819352 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 33 12901 0 0 0 0 5 3 20 0 15 0 72379099 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684388345248 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11079016448 21540 33554432000 4194304 4196468 140727284860688 139683812074992 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10819352 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11079016448 21540 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10819352 memory=11044 CPUtime=0.15 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) S 32356 32359 31421 0 -1 1077944384 908 12901 0 0 7 0 5 3 20 0 15 0 72379102 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684354787312 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) S 32356 32359 31421 0 -1 1077944384 721 12901 0 0 9 0 5 3 20 0 15 0 72379102 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684353734768 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10819352 memory=27300 CPUtime=0.21 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) S 32356 32359 31421 0 -1 1077944384 598 12901 0 0 13 0 5 3 20 0 15 0 72379102 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684352682224 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11079016448 21540 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10819352 memory=140071365805712 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379103 11079016448 21540 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86160 KiB

[startup+1.50073 s]
/proc/loadavg: 1.37 1.45 1.41 4/215 32425
/proc/meminfo: memFree=12094216/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10836300 memory=177716 CPUtime=2.31 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 23506 12901 0 0 213 10 5 3 20 0 15 0 72379088 11096371200 44429 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2709075 44429 3473 1 0 2670733 0
[pid=32359/tid=32412] ppid=32356 vsize=10836300 memory=10 CPUtime=1.44 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 17332 12901 0 0 130 6 5 3 20 0 15 0 72379097 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684901768608 139684914017630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10836300 memory=12 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 19 12901 0 0 0 0 5 3 20 0 15 0 72379097 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10836300 memory=19 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 190 12901 0 0 1 0 5 3 20 0 15 0 72379097 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 69 12901 0 0 1 0 5 3 20 0 15 0 72379097 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 30 12901 0 0 1 0 5 3 20 0 15 0 72379097 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10836300 memory=7017545425871726933 CPUtime=0.09 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 57 12901 0 0 1 0 5 3 20 0 15 0 72379099 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10836300 memory=7810480187923654998 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 34 12901 0 0 0 0 5 3 20 0 15 0 72379099 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684388345312 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10836300 memory=7161657349976975984 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11096371200 44429 33554432000 4194304 4196468 140727284860688 139683812075008 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10836300 memory=7011348500760777560 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11096371200 44429 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10836300 memory=7738995495378704487 CPUtime=0.29 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) S 32356 32359 31421 0 -1 1077944384 1454 12901 0 0 21 0 5 3 20 0 15 0 72379102 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684354787312 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10836300 memory=7377268298744687981 CPUtime=0.28 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) S 32356 32359 31421 0 -1 1077944384 944 12901 0 0 20 0 5 3 20 0 15 0 72379102 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684353734768 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10836300 memory=7379808140522975090 CPUtime=0.41 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) S 32356 32359 31421 0 -1 1077944384 1178 12901 0 0 33 0 5 3 20 0 15 0 72379102 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684352682224 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10836300 memory=7590935268139167078 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11096371200 44429 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10836300 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379103 11096371200 44429 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0

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

[startup+4.37192 s]
# the end of solver process 32359 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.34557 s, system=0.279749 s

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

[startup+3.20092 s]
/proc/loadavg: 1.37 1.45 1.41 5/215 32425
/proc/meminfo: memFree=11960592/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10848608 memory=251148 CPUtime=5.73 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 42761 12901 0 0 548 17 5 3 20 0 15 0 72379088 11108974592 62787 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2712152 62787 3494 1 0 2673805 0
[pid=32359/tid=32412] ppid=32356 vsize=10848608 memory=0 CPUtime=3.09 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 28088 12901 0 0 292 9 5 3 20 0 15 0 72379097 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684901741144 139684910582138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 36 12901 0 0 3 0 5 3 20 0 15 0 72379097 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 199 12901 0 0 3 0 5 3 20 0 15 0 72379097 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 84 12901 0 0 3 0 5 3 20 0 15 0 72379097 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 62 12901 0 0 3 0 5 3 20 0 15 0 72379097 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 1386 12901 0 0 3 0 5 3 20 0 15 0 72379099 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 34 12901 0 0 0 0 5 3 20 0 15 0 72379099 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684388345312 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11108974592 62787 33554432000 4194304 4196468 140727284860688 139683812075008 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10848608 memory=3689207229883425325 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11108974592 62787 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10848608 memory=280142732103120 CPUtime=0.88 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) R 32356 32359 31421 0 -1 4202560 5438 12901 0 0 78 2 5 3 20 0 15 0 72379102 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684354768880 139684915951449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10848608 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) S 32356 32359 31421 0 -1 1077944384 1371 12901 0 0 54 0 5 3 20 0 15 0 72379102 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684353734768 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10848608 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) S 32356 32359 31421 0 -1 1077944384 3903 12901 0 0 105 2 5 3 20 0 15 0 72379102 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684352682224 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11108974592 62787 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379103 11108974592 62787 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 251148 KiB

[startup+4.00063 s]*
/proc/loadavg: 1.42 1.45 1.41 5/215 32425
/proc/meminfo: memFree=11879372/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10916192 memory=324680 CPUtime=8.42 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 73716 12901 0 0 812 22 5 3 20 0 15 0 72379088 11178180608 81170 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2729048 81170 3500 1 0 2690701 0
[pid=32359/tid=32412] ppid=32356 vsize=10916192 memory=0 CPUtime=3.89 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 46159 12901 0 0 370 11 5 3 20 0 15 0 72379097 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684901767696 139684907931152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10916192 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 36 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10916192 memory=3472463969664366256 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 199 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10916192 memory=5795684477813870690 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 84 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10916192 memory=3979264768055915062 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 62 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10916192 memory=3467970269668173488 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 1415 12901 0 0 3 0 5 3 20 0 15 0 72379099 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10916192 memory=3474863774068127775 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 34 12901 0 0 0 0 5 3 20 0 15 0 72379099 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684388345312 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10916192 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11178180608 81170 33554432000 4194304 4196468 140727284860688 139683812075008 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10916192 memory=290763875203416420 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11178180608 81170 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10916192 memory=4340187366975877920 CPUtime=1.68 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) R 32356 32359 31421 0 -1 4202560 13850 12901 0 0 157 3 5 3 20 0 15 0 72379102 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684354774160 139684915054263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10916192 memory=7668954370464627011 CPUtime=1.42 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) R 32356 32359 31421 0 -1 4202560 4727 12901 0 0 133 1 5 3 20 0 15 0 72379102 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684353725744 139684909183881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10916192 memory=1399051139730258233 CPUtime=1.44 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) R 32356 32359 31421 0 -1 1077944384 4945 12901 0 0 133 3 5 3 20 0 15 0 72379102 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684352682224 139684929948290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10916192 memory=-7035114785800479027 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11178180608 81170 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10916192 memory=140071483204577 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 7 12901 0 0 0 0 5 3 20 0 15 0 72379103 11178180608 81170 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 324680 KiB

[startup+4.20485 s]
/proc/loadavg: 1.42 1.45 1.41 5/215 32425
/proc/meminfo: memFree=11879372/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10916192 memory=328472 CPUtime=9.09 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 74598 12901 0 0 878 23 5 3 20 0 15 0 72379088 11178180608 82118 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2729048 82118 3500 1 0 2690701 0
[pid=32359/tid=32412] ppid=32356 vsize=10916192 memory=6082770343395606631 CPUtime=4.08 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 46387 12901 0 0 389 11 5 3 20 0 15 0 72379097 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684901768352 139684512489152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10916192 memory=7381513504230629971 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 36 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10916192 memory=7089629476927651940 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 199 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10916192 memory=5931329032301859429 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 84 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10916192 memory=7444825462488458048 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 62 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10916192 memory=7305796620367453341 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 1691 12901 0 0 3 0 5 3 20 0 15 0 72379099 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10916192 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 34 12901 0 0 0 0 5 3 20 0 15 0 72379099 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684388345312 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10916192 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11178180608 82118 33554432000 4194304 4196468 140727284860688 139683812075008 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10916192 memory=-2023959437020729679 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11178180608 82118 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10916192 memory=6655300316396806240 CPUtime=1.87 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) R 32356 32359 31421 0 -1 4202560 13929 12901 0 0 176 3 5 3 20 0 15 0 72379102 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684354776912 139684907684495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10916192 memory=6944652177228980320 CPUtime=1.59 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) R 32356 32359 31421 0 -1 4202560 4795 12901 0 0 150 1 5 3 20 0 15 0 72379102 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684353723568 139684909895334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10916192 memory=6944656592455360604 CPUtime=1.55 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) S 32356 32359 31421 0 -1 1077944384 5174 12901 0 0 144 3 5 3 20 0 15 0 72379102 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684352682224 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10916192 memory=6933690279252828305 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11178180608 82118 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10916192 memory=-7449383003082255508 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 9 12901 0 0 0 0 5 3 20 0 15 0 72379103 11178180608 82118 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 328472 KiB

[startup+4.30073 s]
/proc/loadavg: 1.42 1.45 1.41 5/215 32425
/proc/meminfo: memFree=11879372/32770624 swapFree=67108860/67108860
[pid=32359] ppid=32356 vsize=10916192 memory=339444 CPUtime=9.43 cores=1,3,5,7
/proc/32359/stat : 32359 (java) S 32356 32359 31421 0 -1 1077944320 74798 12901 0 0 912 23 5 3 20 0 15 0 72379088 11178180608 84861 33554432000 4194304 4196468 140727284860688 140727284843232 139684929937143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
/proc/32359/statm: 2729048 84861 3501 1 0 2690701 0
[pid=32359/tid=32412] ppid=32356 vsize=10916192 memory=221148 CPUtime=4.18 cores=1,3,5,7
/proc/32359/task/32412/stat : 32412 (java) R 32356 32359 31421 0 -1 4202560 46399 12901 0 0 398 12 5 3 20 0 15 0 72379097 11178180608 84861 33554432000 4194304 4196468 140727284860688 139684901765808 139684512490071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32413] ppid=32356 vsize=10916192 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32413/stat : 32413 (java) S 32356 32359 31421 0 -1 1077944384 36 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684934179088 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32414] ppid=32356 vsize=10916192 memory=4368060241939925536 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32414/stat : 32414 (java) S 32356 32359 31421 0 -1 1077944384 199 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684822452624 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32415] ppid=32356 vsize=10916192 memory=294640 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32415/stat : 32415 (java) S 32356 32359 31421 0 -1 1077944384 84 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684821400080 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32416] ppid=32356 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32416/stat : 32416 (java) S 32356 32359 31421 0 -1 1077944384 62 12901 0 0 3 0 5 3 20 0 15 0 72379097 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684820347536 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32417] ppid=32356 vsize=10916192 memory=2244 CPUtime=0.11 cores=1,3,5,7
/proc/32359/task/32417/stat : 32417 (java) S 32356 32359 31421 0 -1 1077944384 1691 12901 0 0 3 0 5 3 20 0 15 0 72379099 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684389399024 139684929948290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32418] ppid=32356 vsize=10916192 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32418/stat : 32418 (java) S 32356 32359 31421 0 -1 1077944384 34 12901 0 0 0 0 5 3 20 0 15 0 72379099 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684388345312 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32419] ppid=32356 vsize=10916192 memory=1584 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32419/stat : 32419 (java) S 32356 32359 31421 0 -1 1077944384 1 12901 0 0 0 0 5 3 20 0 15 0 72379099 11178180608 85373 33554432000 4194304 4196468 140727284860688 139683812075008 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32420] ppid=32356 vsize=10916192 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32420/stat : 32420 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11178180608 85373 33554432000 4194304 4196468 140727284860688 139683504675536 139684929955739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32421] ppid=32356 vsize=10916192 memory=8 CPUtime=1.97 cores=1,3,5,7
/proc/32359/task/32421/stat : 32421 (java) R 32356 32359 31421 0 -1 4202560 13968 12901 0 0 186 3 5 3 20 0 15 0 72379102 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684354775984 139684910582154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32422] ppid=32356 vsize=10916192 memory=8 CPUtime=1.68 cores=1,3,5,7
/proc/32359/task/32422/stat : 32422 (java) R 32356 32359 31421 0 -1 4202560 4818 12901 0 0 159 1 5 3 20 0 15 0 72379102 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684353725744 139684911481705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32423] ppid=32356 vsize=10916192 memory=280142731880880 CPUtime=1.6 cores=1,3,5,7
/proc/32359/task/32423/stat : 32423 (java) R 32356 32359 31421 0 -1 1077944384 5300 12901 0 0 149 3 5 3 20 0 15 0 72379102 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684352682224 139684929948290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32424] ppid=32356 vsize=10916192 memory=10877 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32424/stat : 32424 (java) S 32356 32359 31421 0 -1 1077944384 3 12901 0 0 0 0 5 3 20 0 15 0 72379102 11178180608 85373 33554432000 4194304 4196468 140727284860688 139683471116896 139684929947349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
[pid=32359/tid=32425] ppid=32356 vsize=10916192 memory=20712 CPUtime=0.08 cores=1,3,5,7
/proc/32359/task/32425/stat : 32425 (java) S 32356 32359 31421 0 -1 1077944384 9 12901 0 0 0 0 5 3 20 0 15 0 72379103 11178180608 85373 33554432000 4194304 4196468 140727284860688 139684351630128 139684929948290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34504704 140727284865195 140727284868444 140727284868444 140727284871119 0
Current children cumulated CPU time: 9.43 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 339444 KiB

Child status: 0
Real time (s): 4.37197
CPU time (s): 9.62532
CPU user time (s): 9.34557
CPU system time (s): 0.279749
CPU usage (%): 220.16
Max. virtual memory (cumulated for all children) (KiB): 10919004
Max. memory (cumulated for all children) (KiB): 339444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.34557
system time used= 0.279749
maximum resident set size= 352276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87933
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6859
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 32359
#   total CPU time (s): 9.62532
#   total CPU user time (s): 9.34557
#   total CPU system time (s): 0.279749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055032 second user time and 0.079532 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 21:49:19
IDJOB=4295322
IDBENCH=141519
IDSOLVER=2751
FILE ID=node107/4295322-1532548159
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295322-1532548159/watcher-4295322-1532548159 -o /tmp/evaluation-result-4295322-1532548159/solver-4295322-1532548159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2040963211 -superng HOME/instance-4295322-1532548159.xml

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

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=2040963211

node107.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.40
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.40
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.40
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.40
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:        12191288 kB
MemAvailable:   31107756 kB
Buffers:          283948 kB
Cached:         18752660 kB
SwapCached:            0 kB
Active:          5081740 kB
Inactive:       14830016 kB
Active(anon):     878152 kB
Inactive(anon):    25036 kB
Active(file):    4203588 kB
Inactive(file): 14804980 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26408 kB
Writeback:             4 kB
AnonPages:        882132 kB
Mapped:            53120 kB
Shmem:             25228 kB
Slab:             363952 kB
SReclaimable:     336360 kB
SUnreclaim:        27592 kB
KernelStack:        3488 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1740480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 21:49:23