Trace number 4299953

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.08 2503.91

General information on the benchmark

NameMagicSquare/
MagicSquare-11-sum_c18.xml
MD5SUM9fb1cf873c57982715ec6b9bcc5cb523
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 variables121
Number of constraints25
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":100},{"degree":4,"count":20},{"degree":5,"count":1}]
Minimum constraint arity11
Maximum constraint arity121
Distribution of constraint arities[{"arity":11,"count":24},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":24}]
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.06/2503.90	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 (9699 MiB free)
  memory of node 1: 16384 MiB (12787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299953-1532833545/watcher-4299953-1532833545 -o /tmp/evaluation-result-4299953-1532833545/solver-4299953-1532833545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299953-1532833545.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=7275, runsolver pid=7272
Current StackSize limit: 8192 KiB


[startup+0.101028 s]*
/proc/loadavg: 1.20 1.37 1.42 4/215 7290
/proc/meminfo: memFree=23010268/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10658972 memory=27756 CPUtime=0.13 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 5280 0 0 0 12 1 0 0 20 0 15 0 100917649 10914787328 6939 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664743 6939 2890 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10658972 memory=-8536673642147050688 CPUtime=0.09 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 3110 0 0 0 9 0 0 0 20 0 15 0 100917649 10914787328 6939 33554432000 4194304 4196468 140731852483824 139884122083344 139884095450721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914787328 6939 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10658972 memory=140549999658624 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914787328 6939 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914787328 6939 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917650 10914787328 6939 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10658972 memory=140549999658624 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917651 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100917652 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100917652 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) S 7272 7275 4348 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 100917654 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883673353904 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) R 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917654 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883672308336 139884117867138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10658972 memory=140549999658624 CPUtime=0.02 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) R 7272 7275 4348 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 100917654 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883671255792 139884103224190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10658972 memory=140549999658624 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917654 10914787328 6939 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27756 KiB

[startup+0.210555 s]*
/proc/loadavg: 1.20 1.37 1.42 3/215 7290
/proc/meminfo: memFree=22998768/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10659048 memory=40272 CPUtime=0.32 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 8163 0 0 0 30 2 0 0 20 0 15 0 100917649 10914865152 10068 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664762 10068 2961 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10659048 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 5204 0 0 0 18 1 0 0 20 0 15 0 100917649 10914865152 10068 33554432000 4194304 4196468 140731852483824 139884122088304 139884101936478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=345 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 10068 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=140549999979861 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 10068 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 10068 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 10068 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=140549999658624 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917651 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) S 7272 7275 4348 0 -1 1077944384 788 0 0 0 2 0 0 0 20 0 15 0 100917654 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883673360880 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10659048 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) S 7272 7275 4348 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 15 0 100917654 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883672308336 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10659048 memory=140549999658624 CPUtime=0.07 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) S 7272 7275 4348 0 -1 1077944384 753 0 0 0 7 0 0 0 20 0 15 0 100917654 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883671255792 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10659048 memory=140549999658624 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 10068 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40272 KiB

[startup+0.315701 s]*
/proc/loadavg: 1.26 1.38 1.42 6/215 7290
/proc/meminfo: memFree=22992340/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10659048 memory=46636 CPUtime=0.58 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 8740 0 0 0 56 2 0 0 20 0 15 0 100917649 10914865152 11659 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664762 11659 3051 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 5516 0 0 0 29 1 0 0 20 0 15 0 100917649 10914865152 11659 33554432000 4194304 4196468 140731852483824 139884122092800 139883748270290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 11659 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=14274987646092952 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 11659 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 11659 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 11659 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=140549999658624 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917651 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10659048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) R 7272 7275 4348 0 -1 4202560 896 0 0 0 7 0 0 0 20 0 15 0 100917654 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883673345072 139884101849712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10659048 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) R 7272 7275 4348 0 -1 4202560 90 0 0 0 5 0 0 0 20 0 15 0 100917654 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883672299664 139884102248385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10659048 memory=140549999658624 CPUtime=0.14 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) R 7272 7275 4348 0 -1 1077944384 869 0 0 0 14 0 0 0 20 0 15 0 100917654 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883671255792 139884117867138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10659048 memory=140549999658624 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 11659 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46636 KiB

[startup+0.700782 s]
/proc/loadavg: 1.26 1.38 1.42 5/215 7290
/proc/meminfo: memFree=22962184/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10659048 memory=100296 CPUtime=1.61 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 12388 0 0 0 158 3 0 0 20 0 15 0 100917649 10914865152 25074 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664762 25074 3086 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10659048 memory=1836 CPUtime=0.68 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 5536 0 0 0 66 2 0 0 20 0 15 0 100917649 10914865152 25074 33554432000 4194304 4196468 140731852483824 139884122093032 139883748836100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=13044 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 25074 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 25074 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 25074 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 25074 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=8556 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100917651 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10659048 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10659048 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10659048 memory=7668879548562892096 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10659048 memory=7881696724453321575 CPUtime=0.38 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) R 7272 7275 4348 0 -1 4202560 2723 0 0 0 38 0 0 0 20 0 15 0 100917654 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883673360880 139884099045715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10659048 memory=5787213827130353767 CPUtime=0.36 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) R 7272 7275 4348 0 -1 4202560 1741 0 0 0 36 0 0 0 20 0 15 0 100917654 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883672308336 139884099400258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10659048 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) S 7272 7275 4348 0 -1 1077944384 1019 0 0 0 16 0 0 0 20 0 15 0 100917654 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883671255792 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10659048 memory=33 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 25074 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 100296 KiB

[startup+1.50075 s]
/proc/loadavg: 1.26 1.38 1.42 3/215 7290
/proc/meminfo: memFree=22889636/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10659048 memory=184920 CPUtime=2.45 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 14282 0 0 0 240 5 0 0 20 0 15 0 100917649 10914865152 46230 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664762 46230 3119 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10659048 memory=8112282956445269571 CPUtime=1.47 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 5785 0 0 0 144 3 0 0 20 0 15 0 100917649 10914865152 46230 33554432000 4194304 4196468 140731852483824 139884122095480 139883748633372 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 46230 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 46230 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 46230 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 100917650 10914865152 46230 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 100917651 10914865152 46230 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0

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

/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 20172 0 0 0 242886 21 0 0 20 0 15 0 100917649 10914865152 84425 33554432000 4194304 4196468 140731852483824 139884122095152 139883748541576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=0 CPUtime=5.35 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 5731 0 0 0 494 41 0 0 20 0 15 0 100917650 10914865152 84425 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=333604 CPUtime=5.35 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 4561 0 0 0 490 45 0 0 20 0 15 0 100917650 10914865152 84425 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=29152 CPUtime=5.39 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 4336 0 0 0 495 44 0 0 20 0 15 0 100917650 10914865152 84425 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=331556 CPUtime=5.37 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 5277 0 0 0 494 43 0 0 20 0 15 0 100917650 10914865152 84425 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=335652 CPUtime=5.26 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 6857 0 0 0 488 38 0 0 20 0 15 0 100917651 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10659048 memory=337700 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10659048 memory=337700 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10659048 memory=337700 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10659048 memory=337700 CPUtime=0.42 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) S 7272 7275 4348 0 -1 1077944384 2901 0 0 0 42 0 0 0 20 0 15 0 100917654 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883673360880 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10659048 memory=337700 CPUtime=0.44 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) S 7272 7275 4348 0 -1 1077944384 2969 0 0 0 44 0 0 0 20 0 15 0 100917654 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883672308336 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10659048 memory=337700 CPUtime=0.18 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) S 7272 7275 4348 0 -1 1077944384 1747 0 0 0 18 0 0 0 20 0 15 0 100917654 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883671255792 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10659048 memory=337700 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10659048 memory=337700 CPUtime=1.05 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 908 0 0 0 50 55 0 0 20 0 15 0 100917654 10914865152 84425 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 2457.95 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 337700 KiB

[startup+2502.3 s]
/proc/loadavg: 1.40 1.32 1.32 3/215 7441
/proc/meminfo: memFree=22678668/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10659048 memory=339748 CPUtime=2518.44 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 58187 0 0 0 251615 229 0 0 20 0 15 0 100917649 10914865152 84937 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664762 84937 3124 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10659048 memory=339748 CPUtime=2488.73 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 20537 0 0 0 248852 21 0 0 20 0 15 0 100917649 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884122095152 139883748638832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.52 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 5973 0 0 0 510 42 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.52 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 4937 0 0 0 505 47 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.55 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 4409 0 0 0 511 44 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.53 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 5321 0 0 0 510 43 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.39 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 7027 0 0 0 500 39 0 0 20 0 15 0 100917651 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10659048 memory=7091030112755477611 CPUtime=0.42 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) S 7272 7275 4348 0 -1 1077944384 2904 0 0 0 42 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883673360880 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.44 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) S 7272 7275 4348 0 -1 1077944384 2971 0 0 0 44 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883672308336 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.18 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) S 7272 7275 4348 0 -1 1077944384 1749 0 0 0 18 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883671255792 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10659048 memory=339748 CPUtime=1.07 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 925 0 0 0 50 57 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 2518.44 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 339748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.9 s]
/proc/loadavg: 1.40 1.32 1.32 3/215 7441
/proc/meminfo: memFree=22678684/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10659048 memory=339748 CPUtime=2520.06 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 58200 0 0 0 251777 229 0 0 20 0 15 0 100917649 10914865152 84937 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664762 84937 3124 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10659048 memory=339748 CPUtime=2490.32 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 20544 0 0 0 249011 21 0 0 20 0 15 0 100917649 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884122095472 139883748875499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.52 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 5974 0 0 0 510 42 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.52 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 4938 0 0 0 505 47 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.56 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 4409 0 0 0 512 44 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.54 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 5321 0 0 0 511 43 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.39 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 7029 0 0 0 500 39 0 0 20 0 15 0 100917651 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.42 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) S 7272 7275 4348 0 -1 1077944384 2904 0 0 0 42 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883673360880 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.44 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) S 7272 7275 4348 0 -1 1077944384 2971 0 0 0 44 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883672308336 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.18 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) S 7272 7275 4348 0 -1 1077944384 1749 0 0 0 18 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883671255792 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10659048 memory=7091030112755477611 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10659048 memory=339748 CPUtime=1.07 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 927 0 0 0 50 57 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 339748 KiB

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

[startup+2503.91 s]
# the end of solver process 7275 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.78 s, system=2.29809 s

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

[startup+2503.9 s]
/proc/loadavg: 1.40 1.32 1.32 3/215 7441
/proc/meminfo: memFree=22678684/32770624 swapFree=67108860/67108860
[pid=7275] ppid=7272 vsize=10659048 memory=339748 CPUtime=2520.06 cores=1,3,5,7
/proc/7275/stat : 7275 (java) S 7272 7275 4348 0 -1 1077944320 58200 0 0 0 251777 229 0 0 20 0 15 0 100917649 10914865152 84937 33554432000 4194304 4196468 140731852483824 140731852466368 139884117855991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
/proc/7275/statm: 2664762 84937 3124 1 0 2627263 0
[pid=7275/tid=7277] ppid=7272 vsize=10659048 memory=339748 CPUtime=2490.32 cores=1,3,5,7
/proc/7275/task/7277/stat : 7277 (java) R 7272 7275 4348 0 -1 4202560 20544 0 0 0 249011 21 0 0 20 0 15 0 100917649 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884122095472 139883748875499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7278] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.52 cores=1,3,5,7
/proc/7275/task/7278/stat : 7278 (java) S 7272 7275 4348 0 -1 1077944384 5974 0 0 0 510 42 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884070476560 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7279] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.52 cores=1,3,5,7
/proc/7275/task/7279/stat : 7279 (java) S 7272 7275 4348 0 -1 1077944384 4938 0 0 0 505 47 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884069424016 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7280] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.56 cores=1,3,5,7
/proc/7275/task/7280/stat : 7280 (java) S 7272 7275 4348 0 -1 1077944384 4409 0 0 0 512 44 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884068371472 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7281] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.54 cores=1,3,5,7
/proc/7275/task/7281/stat : 7281 (java) S 7272 7275 4348 0 -1 1077944384 5321 0 0 0 511 43 0 0 20 0 15 0 100917650 10914865152 84937 33554432000 4194304 4196468 140731852483824 139884067318928 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7282] ppid=7272 vsize=10659048 memory=339748 CPUtime=5.39 cores=1,3,5,7
/proc/7275/task/7282/stat : 7282 (java) S 7272 7275 4348 0 -1 1077944384 7029 0 0 0 500 39 0 0 20 0 15 0 100917651 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883677571056 139884117867138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7283] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7283/stat : 7283 (java) S 7272 7275 4348 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883676517280 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7284] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7284/stat : 7284 (java) S 7272 7275 4348 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 100917652 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883675464688 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7285] ppid=7272 vsize=10659048 memory=339748 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7285/stat : 7285 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883674413264 139884117874587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7286] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.42 cores=1,3,5,7
/proc/7275/task/7286/stat : 7286 (java) S 7272 7275 4348 0 -1 1077944384 2904 0 0 0 42 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883673360880 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7287] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.44 cores=1,3,5,7
/proc/7275/task/7287/stat : 7287 (java) S 7272 7275 4348 0 -1 1077944384 2971 0 0 0 44 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883672308336 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7288] ppid=7272 vsize=10659048 memory=339748 CPUtime=0.18 cores=1,3,5,7
/proc/7275/task/7288/stat : 7288 (java) S 7272 7275 4348 0 -1 1077944384 1749 0 0 0 18 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883671255792 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7289] ppid=7272 vsize=10659048 memory=7091030112755477611 CPUtime=0 cores=1,3,5,7
/proc/7275/task/7289/stat : 7289 (java) S 7272 7275 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883670203488 139884117866197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
[pid=7275/tid=7290] ppid=7272 vsize=10659048 memory=339748 CPUtime=1.07 cores=1,3,5,7
/proc/7275/task/7290/stat : 7290 (java) S 7272 7275 4348 0 -1 1077944384 927 0 0 0 50 57 0 0 20 0 15 0 100917654 10914865152 84937 33554432000 4194304 4196468 140731852483824 139883669150000 139884117867138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15429632 140731852489901 140731852489993 140731852489993 140731852492751 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 339748 KiB

Child status: 143
Real time (s): 2503.91
CPU time (s): 2520.08
CPU user time (s): 2517.78
CPU system time (s): 2.29809
CPU usage (%): 100.646
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 339748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.78
system time used= 2.29809
maximum resident set size= 340120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58394
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208975
involuntary context switches= 5218


# summary of solver processes directly reported to runsolver:
#   pid: 7275
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.78
#   total CPU system time (s): 2.29809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9732 second user time and 22.3415 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 05:05:45
IDJOB=4299953
IDBENCH=141512
IDSOLVER=2763
FILE ID=node107/4299953-1532833545
RUNJOBID= node107-1532811420-4380
PBS_JOBID= 21022487
Free space on /tmp= 54468 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-11-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299953-1532833545/watcher-4299953-1532833545 -o /tmp/evaluation-result-4299953-1532833545/solver-4299953-1532833545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299953-1532833545.xml

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

MD5SUM BENCH= 9fb1cf873c57982715ec6b9bcc5cb523
RANDOM SEED=1429637063

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:        23026852 kB
MemAvailable:   31725092 kB
Buffers:          236336 kB
Cached:          8698112 kB
SwapCached:            0 kB
Active:          4051384 kB
Inactive:        5147584 kB
Active(anon):     215828 kB
Inactive(anon):    76492 kB
Active(file):    3835556 kB
Inactive(file):  5071092 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        238376 kB
Mapped:            55756 kB
Shmem:             25228 kB
Slab:             242920 kB
SReclaimable:     214852 kB
SUnreclaim:        28068 kB
KernelStack:        3808 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1130604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 54468 MiB
End job on node107 at 2018-07-29 05:47:29