Trace number 4300353

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniCPFever 2018-04-29? (TO) 2520.09 2473.32

General information on the benchmark

NameFrb/
frb-50-23-1-mgd_c18.xml
MD5SUM89c27d49b20a714b89297264b4c82bd7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints430
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":2},{"degree":12,"count":1},{"degree":13,"count":6},{"degree":14,"count":1},{"degree":15,"count":7},{"degree":16,"count":2},{"degree":17,"count":8},{"degree":18,"count":5},{"degree":19,"count":7},{"degree":20,"count":4},{"degree":21,"count":1},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":430}]
Number of extensional constraints430
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":430}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.05/2473.30	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300353-1532869314/watcher-4300353-1532869314 -o /tmp/evaluation-result-4300353-1532869314/solver-4300353-1532869314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532844847-28544 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300353-1532869314.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=31059, runsolver pid=31056
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.37 1.32 1.34 5/218 31074
/proc/meminfo: memFree=21094984/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10658972 memory=27816 CPUtime=0.13 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 5350 0 0 0 12 1 0 0 20 0 15 0 104494525 10914787328 6954 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664743 6954 2828 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10658972 memory=-8269626465541198971 CPUtime=0.09 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 3253 0 0 0 9 0 0 0 20 0 15 0 104494525 10914787328 6954 33554432000 4194304 4196468 140731367355104 140677336612208 140676968662688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 6954 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10658972 memory=140090545116800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10658972 memory=140090545116800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104494527 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) R 31056 31059 28512 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 15 0 104494530 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676819831280 140677315825361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) R 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494530 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676818778736 140677332400770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10658972 memory=140090545116800 CPUtime=0.02 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) S 31056 31059 28512 0 -1 1077944384 287 0 0 0 2 0 0 0 20 0 15 0 104494530 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676817726192 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10658972 memory=140090545116800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) R 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494531 10914787328 6954 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27816 KiB

[startup+0.210688 s]*
/proc/loadavg: 1.37 1.32 1.34 4/218 31074
/proc/meminfo: memFree=21083824/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10658972 memory=40436 CPUtime=0.34 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 8268 0 0 0 32 2 0 0 20 0 15 0 104494525 10914787328 10109 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664743 10109 2965 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10658972 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 1077944384 5144 0 0 0 18 1 0 0 20 0 15 0 104494525 10914787328 10109 33554432000 4194304 4196468 140731367355104 140677336627232 140677332399829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10658972 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 10109 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10658972 memory=288370466696828544 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104494526 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10658972 memory=140090545116800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104494527 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) S 31056 31059 28512 0 -1 1077944384 721 0 0 0 3 0 0 0 20 0 15 0 104494530 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676819831280 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) R 31056 31059 28512 0 -1 4202560 193 0 0 0 2 0 0 0 20 0 15 0 104494530 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676818770192 140677324626750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10658972 memory=140090545116800 CPUtime=0.08 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) R 31056 31059 28512 0 -1 4202560 843 0 0 0 8 0 0 0 20 0 15 0 104494530 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676817723856 140677310976476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10658972 memory=140090545116800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494531 10914787328 10109 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40436 KiB

[startup+0.319025 s]*
/proc/loadavg: 1.37 1.32 1.34 6/218 31074
/proc/meminfo: memFree=21075884/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10659048 memory=47340 CPUtime=0.63 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 8992 0 0 0 60 3 0 0 20 0 15 0 104494525 10914865152 11835 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664762 11835 3058 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 5465 0 0 0 28 2 0 0 20 0 15 0 104494525 10914865152 11835 33554432000 4194304 4196468 140731367355104 140677336624960 140676968563435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10659048 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 11835 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10659048 memory=288370466696828544 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10659048 memory=140090545116800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 104494527 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10659048 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) R 31056 31059 28512 0 -1 4202560 856 0 0 0 6 0 0 0 20 0 15 0 104494530 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676819817536 140677311636376 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10659048 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) R 31056 31059 28512 0 -1 4202560 329 0 0 0 7 0 0 0 20 0 15 0 104494530 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676818764128 140677315889810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10659048 memory=140090545116800 CPUtime=0.17 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) R 31056 31059 28512 0 -1 4202560 970 0 0 0 17 0 0 0 20 0 15 0 104494530 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676817722560 140677316637999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10659048 memory=140090545116800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 11835 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 47340 KiB

[startup+0.70081 s]
/proc/loadavg: 1.37 1.32 1.34 5/218 31074
/proc/meminfo: memFree=21012344/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10659048 memory=144488 CPUtime=1.89 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 12359 0 0 0 183 6 0 0 20 0 15 0 104494525 10914865152 36122 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664762 36122 3103 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10659048 memory=1628 CPUtime=0.67 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 5705 0 0 0 63 4 0 0 20 0 15 0 104494525 10914865152 36122 33554432000 4194304 4196468 140731367355104 140677336627040 140676972315751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10659048 memory=8800 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 36122 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10659048 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10659048 memory=832 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10659048 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 104494527 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10659048 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10659048 memory=4032 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10659048 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10659048 memory=4639098309541129069 CPUtime=0.42 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) R 31056 31059 28512 0 -1 4202560 2112 0 0 0 42 0 0 0 20 0 15 0 104494530 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676819822736 140677313073894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10659048 memory=7739276948477865066 CPUtime=0.44 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) R 31056 31059 28512 0 -1 4202560 1327 0 0 0 44 0 0 0 20 0 15 0 104494530 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676818768528 140677313569244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10659048 memory=7236547281622689387 CPUtime=0.32 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) S 31056 31059 28512 0 -1 1077944384 1843 0 0 0 32 0 0 0 20 0 15 0 104494530 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676817726192 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) S 31056 31059 28512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 36122 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 144488 KiB

[startup+1.50107 s]
/proc/loadavg: 1.37 1.32 1.34 5/218 31074
/proc/meminfo: memFree=20927892/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10659048 memory=211032 CPUtime=4.29 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 16336 0 0 0 420 9 0 0 20 0 15 0 104494525 10914865152 52758 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664762 52758 3139 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10659048 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 5781 0 0 0 139 5 0 0 20 0 15 0 104494525 10914865152 52758 33554432000 4194304 4196468 140731367355104 140677336628344 140676973049772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10659048 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 104494526 10914865152 52758 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10659048 memory=-6509546260019855295 CPUtime=0.01 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 104494526 10914865152 52758 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10659048 memory=-7390251449858225344 CPUtime=0.01 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 104494526 10914865152 52758 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10659048 memory=4134692831991786133 CPUtime=0.01 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 104494526 10914865152 52758 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 104494527 10914865152 52758 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0

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

/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 56881 0 0 0 235630 68 0 0 20 0 15 0 104494525 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677336628608 140676973299335 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.4 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 23389 0 0 0 1377 63 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.39 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 22565 0 0 0 1375 64 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.35 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 20220 0 0 0 1373 62 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.33 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 23634 0 0 0 1371 62 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10659048 memory=2199408 CPUtime=8.5 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 25685 0 0 0 788 62 0 0 20 0 15 0 104494527 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.29 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) S 31056 31059 28512 0 -1 1077944384 6271 0 0 0 128 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676819831280 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.31 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) S 31056 31059 28512 0 -1 1077944384 6184 0 0 0 131 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676818778736 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0.44 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) S 31056 31059 28512 0 -1 1077944384 3217 0 0 0 43 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676817726192 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10659048 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10659048 memory=960 CPUtime=1.39 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) S 31056 31059 28512 0 -1 1077944384 1831 0 0 0 57 82 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 2427.47 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2199408 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.32 1.32 3/216 31303
/proc/meminfo: memFree=18931056/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10659048 memory=2199408 CPUtime=2488.56 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 194461 0 0 0 248445 411 0 0 20 0 15 0 104494525 10914865152 549852 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664762 549852 3170 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10659048 memory=2199408 CPUtime=2416.27 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 58011 0 0 0 241558 69 0 0 20 0 15 0 104494525 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677336628720 140676973100495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.77 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 23604 0 0 0 1412 65 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.78 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 22968 0 0 0 1411 67 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.73 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 20622 0 0 0 1409 64 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.71 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 24126 0 0 0 1407 64 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10659048 memory=2199408 CPUtime=8.76 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 26205 0 0 0 811 65 0 0 20 0 15 0 104494527 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10659048 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.29 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) S 31056 31059 28512 0 -1 1077944384 6277 0 0 0 128 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676819831280 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.31 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) S 31056 31059 28512 0 -1 1077944384 6191 0 0 0 131 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676818778736 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0.44 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) S 31056 31059 28512 0 -1 1077944384 3223 0 0 0 43 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676817726192 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.43 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) S 31056 31059 28512 0 -1 1077944384 1874 0 0 0 58 85 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 2488.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2199408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.3 s]
/proc/loadavg: 1.40 1.35 1.33 3/216 31304
/proc/meminfo: memFree=18930684/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10659048 memory=2199408 CPUtime=2520.05 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 196576 0 0 0 251591 414 0 0 20 0 15 0 104494525 10914865152 549852 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664762 549852 3170 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10659048 memory=2199408 CPUtime=2446.95 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 58801 0 0 0 244626 69 0 0 20 0 15 0 104494525 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677336628560 140676968867004 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.94 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 23641 0 0 0 1429 65 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.94 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 23254 0 0 0 1427 67 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.89 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 20929 0 0 0 1425 64 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.88 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 24431 0 0 0 1424 64 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10659048 memory=2199408 CPUtime=8.87 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 26553 0 0 0 821 66 0 0 20 0 15 0 104494527 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10659048 memory=131 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.29 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) S 31056 31059 28512 0 -1 1077944384 6281 0 0 0 128 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676819831280 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.31 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) S 31056 31059 28512 0 -1 1077944384 6195 0 0 0 131 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676818778736 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10659048 memory=3708 CPUtime=0.44 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) S 31056 31059 28512 0 -1 1077944384 3227 0 0 0 43 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676817726192 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10659048 memory=1120 CPUtime=1.45 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) S 31056 31059 28512 0 -1 1077944384 1904 0 0 0 59 86 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2199408 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2473.32 s]
# the end of solver process 31059 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.93 s, system=4.15703 s

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

[startup+2473.3 s]
/proc/loadavg: 1.40 1.35 1.33 3/216 31304
/proc/meminfo: memFree=18930684/32770624 swapFree=67108796/67108860
[pid=31059] ppid=31056 vsize=10659048 memory=2199408 CPUtime=2520.05 cores=1,3,5,7
/proc/31059/stat : 31059 (java) S 31056 31059 28512 0 -1 1077944320 196576 0 0 0 251591 414 0 0 20 0 15 0 104494525 10914865152 549852 33554432000 4194304 4196468 140731367355104 140731367337648 140677332389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
/proc/31059/statm: 2664762 549852 3170 1 0 2627263 0
[pid=31059/tid=31061] ppid=31056 vsize=10659048 memory=2199408 CPUtime=2446.95 cores=1,3,5,7
/proc/31059/task/31061/stat : 31061 (java) R 31056 31059 28512 0 -1 4202560 58801 0 0 0 244626 69 0 0 20 0 15 0 104494525 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677336628560 140676968867004 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31062] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.94 cores=1,3,5,7
/proc/31059/task/31062/stat : 31062 (java) S 31056 31059 28512 0 -1 1077944384 23641 0 0 0 1429 65 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140677293349648 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31063] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.94 cores=1,3,5,7
/proc/31059/task/31063/stat : 31063 (java) S 31056 31059 28512 0 -1 1077944384 23254 0 0 0 1427 67 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676938046352 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31064] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.89 cores=1,3,5,7
/proc/31059/task/31064/stat : 31064 (java) S 31056 31059 28512 0 -1 1077944384 20929 0 0 0 1425 64 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676936993808 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31065] ppid=31056 vsize=10659048 memory=2199408 CPUtime=14.88 cores=1,3,5,7
/proc/31059/task/31065/stat : 31065 (java) S 31056 31059 28512 0 -1 1077944384 24431 0 0 0 1424 64 0 0 20 0 15 0 104494526 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676935941264 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31066] ppid=31056 vsize=10659048 memory=2199408 CPUtime=8.87 cores=1,3,5,7
/proc/31059/task/31066/stat : 31066 (java) S 31056 31059 28512 0 -1 1077944384 26553 0 0 0 821 66 0 0 20 0 15 0 104494527 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676892039152 140677332400770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31067] ppid=31056 vsize=10659048 memory=131 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31067/stat : 31067 (java) S 31056 31059 28512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676890985376 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31068] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31068/stat : 31068 (java) S 31056 31059 28512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104494528 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676821935088 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31069] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31069/stat : 31069 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676820883664 140677332408219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31070] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.29 cores=1,3,5,7
/proc/31059/task/31070/stat : 31070 (java) S 31056 31059 28512 0 -1 1077944384 6281 0 0 0 128 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676819831280 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31071] ppid=31056 vsize=10659048 memory=2199408 CPUtime=1.31 cores=1,3,5,7
/proc/31059/task/31071/stat : 31071 (java) S 31056 31059 28512 0 -1 1077944384 6195 0 0 0 131 0 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676818778736 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31072] ppid=31056 vsize=10659048 memory=3708 CPUtime=0.44 cores=1,3,5,7
/proc/31059/task/31072/stat : 31072 (java) S 31056 31059 28512 0 -1 1077944384 3227 0 0 0 43 1 0 0 20 0 15 0 104494530 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676817726192 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31073] ppid=31056 vsize=10659048 memory=2199408 CPUtime=0 cores=1,3,5,7
/proc/31059/task/31073/stat : 31073 (java) S 31056 31059 28512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676816673888 140677332399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
[pid=31059/tid=31074] ppid=31056 vsize=10659048 memory=1120 CPUtime=1.45 cores=1,3,5,7
/proc/31059/task/31074/stat : 31074 (java) S 31056 31059 28512 0 -1 1077944384 1904 0 0 0 59 86 0 0 20 0 15 0 104494531 10914865152 549852 33554432000 4194304 4196468 140731367355104 140676815620400 140677332400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36675584 140731367359661 140731367359753 140731367359753 140731367362511 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2199408 KiB

Child status: 143
Real time (s): 2473.32
CPU time (s): 2520.09
CPU user time (s): 2515.93
CPU system time (s): 4.15703
CPU usage (%): 101.891
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 2390992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.93
system time used= 4.15703
maximum resident set size= 2409156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302565
involuntary context switches= 4655


# summary of solver processes directly reported to runsolver:
#   pid: 31059
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.93
#   total CPU system time (s): 4.15703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.517 second user time and 23.3198 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-29 15:01:54
IDJOB=4300353
IDBENCH=141589
IDSOLVER=2763
FILE ID=node138/4300353-1532869314
RUNJOBID= node138-1532844847-28544
PBS_JOBID= 21022500
Free space on /tmp= 56152 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Frb/frb-50-23-1-mgd_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300353-1532869314/watcher-4300353-1532869314 -o /tmp/evaluation-result-4300353-1532869314/solver-4300353-1532869314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532844847-28544 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300353-1532869314.xml

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

MD5SUM BENCH= 89c27d49b20a714b89297264b4c82bd7
RANDOM SEED=1002561627

node138.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.71
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.71
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.71
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.71
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:        21111380 kB
MemAvailable:   30658716 kB
Buffers:          222344 kB
Cached:          9536496 kB
SwapCached:           44 kB
Active:          3687168 kB
Inactive:        7393712 kB
Active(anon):    1266164 kB
Inactive(anon):    83480 kB
Active(file):    2421004 kB
Inactive(file):  7310232 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1676 kB
Writeback:             0 kB
AnonPages:       1333108 kB
Mapped:            50936 kB
Shmem:             25164 kB
Slab:             272732 kB
SReclaimable:     244560 kB
SUnreclaim:        28172 kB
KernelStack:        3696 kB
PageTables:         7780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2739132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1222656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 56152 MiB
End job on node138 at 2018-07-29 15:43:07