Trace number 4297967

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.02 2492.31

General information on the benchmark

NameColouredQueens/
ColouredQueens-09_c18.xml
MD5SUM698e4c4133fb0965f93dce5d7165b624
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 variables81
Number of constraints48
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":77}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":48}]
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.00/2492.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 (10550 MiB free)
  memory of node 1: 16384 MiB (12669 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297967-1532739285/watcher-4297967-1532739285 -o /tmp/evaluation-result-4297967-1532739285/solver-4297967-1532739285 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23279 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4297967-1532739285.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
Current StackSize limit: 8192 KiB

solver pid=23474, runsolver pid=23471

[startup+0.100059 s]*
/proc/loadavg: 7.61 8.20 8.26 4/216 23489
/proc/meminfo: memFree=23759616/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10658972 memory=27608 CPUtime=0.13 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 5374 0 0 0 12 1 0 0 20 0 15 0 91491638 10914787328 6902 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664743 6902 2856 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10658972 memory=-8269626465541068157 CPUtime=0.09 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 3205 0 0 0 8 1 0 0 20 0 15 0 91491638 10914787328 6902 33554432000 4194304 4196468 140735268522112 140225675388912 140225671171478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914787328 6902 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10658972 memory=139750483646080 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914787328 6902 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914787328 6902 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91491639 10914787328 6902 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10658972 memory=139750483646080 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91491640 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91491641 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) S 23471 23474 23247 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 91491643 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224702265968 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) R 23471 23474 23247 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 91491643 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224701213168 140225671180890 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10658972 memory=139750483646080 CPUtime=0.02 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) R 23471 23474 23247 0 -1 4202560 326 0 0 0 2 0 0 0 20 0 15 0 91491643 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224700160880 140225671171478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10658972 memory=139750483646080 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491643 10914787328 6902 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27608 KiB

[startup+0.210537 s]*
/proc/loadavg: 7.61 8.20 8.26 3/216 23489
/proc/meminfo: memFree=23747724/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10659048 memory=40392 CPUtime=0.33 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 8115 0 0 0 31 2 0 0 20 0 15 0 91491638 10914865152 10098 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664762 10098 2970 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 5231 0 0 0 19 1 0 0 20 0 15 0 91491638 10914865152 10098 33554432000 4194304 4196468 140735268522112 140225675391856 140225655240030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=342 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 10098 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=288370126635357824 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 10098 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 10098 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 10098 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=139750483646080 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91491640 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) S 23471 23474 23247 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 15 0 91491643 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224702265968 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10659048 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) S 23471 23474 23247 0 -1 1077944384 441 0 0 0 3 0 0 0 20 0 15 0 91491643 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224701213168 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10659048 memory=139750483646080 CPUtime=0.07 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) S 23471 23474 23247 0 -1 1077944384 741 0 0 0 7 0 0 0 20 0 15 0 91491643 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224700160880 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10659048 memory=139750483646080 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 10098 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40392 KiB

[startup+0.310153 s]*
/proc/loadavg: 7.61 8.20 8.26 4/216 23489
/proc/meminfo: memFree=23740776/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10659048 memory=46612 CPUtime=0.55 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 8760 0 0 0 52 3 0 0 20 0 15 0 91491638 10914865152 11653 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664762 11653 2985 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10659048 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 5534 0 0 0 28 1 0 0 20 0 15 0 91491638 10914865152 11653 33554432000 4194304 4196468 140735268522112 140225675396336 140225671180890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 11653 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=288370126635357824 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 11653 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 11653 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 11653 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=139750483646080 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91491640 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10659048 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) R 23471 23474 23247 0 -1 1077944384 478 0 0 0 4 0 0 0 20 0 15 0 91491643 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224702256080 140225671169749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10659048 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) R 23471 23474 23247 0 -1 4202560 454 0 0 0 4 0 0 0 20 0 15 0 91491643 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224701213264 140225664144585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10659048 memory=139750483646080 CPUtime=0.14 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) R 23471 23474 23247 0 -1 4202560 924 0 0 0 14 0 0 0 20 0 15 0 91491643 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224700158672 140225663400933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10659048 memory=139750483646080 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 11653 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46612 KiB

[startup+0.7008 s]
/proc/loadavg: 7.61 8.20 8.26 4/216 23489
/proc/meminfo: memFree=23708508/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10659048 memory=125636 CPUtime=1.36 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 11076 0 0 0 133 3 0 0 20 0 15 0 91491638 10914865152 31409 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664762 31409 3077 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10659048 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 5580 0 0 0 66 2 0 0 20 0 15 0 91491638 10914865152 31409 33554432000 4194304 4196468 140735268522112 140225675396680 140225265787510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 31409 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 31409 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 31409 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 31409 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91491640 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10659048 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10659048 memory=7017547551848162880 CPUtime=0.24 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) S 23471 23474 23247 0 -1 1077944384 1559 0 0 0 24 0 0 0 20 0 15 0 91491643 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224702265968 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10659048 memory=7811323491934034026 CPUtime=0.26 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) S 23471 23474 23247 0 -1 1077944384 1498 0 0 0 26 0 0 0 20 0 15 0 91491643 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224701213168 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10659048 memory=5787213827163908199 CPUtime=0.16 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) S 23471 23474 23247 0 -1 1077944384 1068 0 0 0 16 0 0 0 20 0 15 0 91491643 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224700160880 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10659048 memory=279500768490432 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 31409 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 125636 KiB

[startup+1.50078 s]
/proc/loadavg: 7.61 8.20 8.26 3/216 23489
/proc/meminfo: memFree=23611660/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10659048 memory=179068 CPUtime=2.26 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 11184 0 0 0 221 5 0 0 20 0 15 0 91491638 10914865152 44767 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664762 44767 3088 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10659048 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 5609 0 0 0 144 3 0 0 20 0 15 0 91491638 10914865152 44767 33554432000 4194304 4196468 140735268522112 140225675398928 140225265756291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 44767 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 44767 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 44767 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 91491639 10914865152 44767 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 91491640 10914865152 44767 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0

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

/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 26399 0 0 0 236068 29 0 0 20 0 15 0 91491638 10914865152 95516 33554432000 4194304 4196468 140735268522112 140225675398704 140225265757551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=382064 CPUtime=9.13 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 5925 0 0 0 852 61 0 0 20 0 15 0 91491639 10914865152 95516 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=380016 CPUtime=9.18 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 5861 0 0 0 850 68 0 0 20 0 15 0 91491639 10914865152 95516 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=380016 CPUtime=9.17 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 6193 0 0 0 851 66 0 0 20 0 15 0 91491639 10914865152 95516 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=375920 CPUtime=9.15 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 5115 0 0 0 855 60 0 0 20 0 15 0 91491639 10914865152 95516 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=382064 CPUtime=8.52 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 5604 0 0 0 793 59 0 0 20 0 15 0 91491640 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10659048 memory=382064 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10659048 memory=382064 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10659048 memory=382064 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10659048 memory=382064 CPUtime=0.31 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) S 23471 23474 23247 0 -1 1077944384 1640 0 0 0 31 0 0 0 20 0 15 0 91491643 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224702265968 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10659048 memory=382064 CPUtime=0.27 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) S 23471 23474 23247 0 -1 1077944384 1583 0 0 0 27 0 0 0 20 0 15 0 91491643 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224701213168 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10659048 memory=382064 CPUtime=0.18 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) S 23471 23474 23247 0 -1 1077944384 1169 0 0 0 18 0 0 0 20 0 15 0 91491643 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224700160880 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10659048 memory=917 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10659048 memory=382064 CPUtime=1.33 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 937 0 0 0 64 69 0 0 20 0 15 0 91491643 10914865152 95516 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 2408.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 382064 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.49 1.90 3/216 23578
/proc/meminfo: memFree=23229572/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10659048 memory=388208 CPUtime=2469.25 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 63390 0 0 0 246595 330 0 0 20 0 15 0 91491638 10914865152 97052 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664762 97052 3115 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10659048 memory=388208 CPUtime=2420.32 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 26926 0 0 0 242002 30 0 0 20 0 15 0 91491638 10914865152 97052 33554432000 4194304 4196468 140735268522112 140225675398848 140225265758818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=375920 CPUtime=9.46 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 6387 0 0 0 884 62 0 0 20 0 15 0 91491639 10914865152 97052 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=386160 CPUtime=9.51 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 6060 0 0 0 882 69 0 0 20 0 15 0 91491639 10914865152 97052 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=386160 CPUtime=9.49 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 6272 0 0 0 882 67 0 0 20 0 15 0 91491639 10914865152 97052 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=388208 CPUtime=9.48 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 5312 0 0 0 886 62 0 0 20 0 15 0 91491639 10914865152 97052 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=388208 CPUtime=8.75 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 5720 0 0 0 814 61 0 0 20 0 15 0 91491640 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10659048 memory=388208 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10659048 memory=388208 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10659048 memory=388208 CPUtime=0.31 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) S 23471 23474 23247 0 -1 1077944384 1642 0 0 0 31 0 0 0 20 0 15 0 91491643 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224702265968 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10659048 memory=384112 CPUtime=0.27 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) S 23471 23474 23247 0 -1 1077944384 1585 0 0 0 27 0 0 0 20 0 15 0 91491643 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224701213168 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10659048 memory=4616 CPUtime=0.18 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) S 23471 23474 23247 0 -1 1077944384 1171 0 0 0 18 0 0 0 20 0 15 0 91491643 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224700160880 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10659048 memory=388208 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10659048 memory=9992 CPUtime=1.36 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 954 0 0 0 66 70 0 0 20 0 15 0 91491643 10914865152 97052 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 2469.25 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 388208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.3 s]
/proc/loadavg: 1.52 1.50 1.87 3/207 23647
/proc/meminfo: memFree=23562496/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10659048 memory=392304 CPUtime=2520 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 64689 0 0 0 251662 338 0 0 20 0 15 0 91491638 10914865152 98076 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664762 98076 3115 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10659048 memory=392304 CPUtime=2469.75 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 27384 0 0 0 246944 31 0 0 20 0 15 0 91491638 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225675398784 140225265787259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=392304 CPUtime=9.74 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 6488 0 0 0 911 63 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=289 CPUtime=9.78 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 6268 0 0 0 908 70 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=392304 CPUtime=9.77 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 6493 0 0 0 908 69 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=392304 CPUtime=9.76 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 5485 0 0 0 913 63 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=392304 CPUtime=8.93 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 5835 0 0 0 831 62 0 0 20 0 15 0 91491640 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10659048 memory=392304 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10659048 memory=392304 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10659048 memory=392304 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10659048 memory=392304 CPUtime=0.31 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) S 23471 23474 23247 0 -1 1077944384 1644 0 0 0 31 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224702265968 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10659048 memory=6003404296273293673 CPUtime=0.27 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) S 23471 23474 23247 0 -1 1077944384 1587 0 0 0 27 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224701213168 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10659048 memory=392304 CPUtime=0.18 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) S 23471 23474 23247 0 -1 1077944384 1173 0 0 0 18 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224700160880 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10659048 memory=392304 CPUtime=1.4 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 971 0 0 0 68 72 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 392304 KiB

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

[startup+2492.31 s]
# the end of solver process 23474 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.64 s, system=3.38594 s

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

[startup+2492.3 s]
/proc/loadavg: 1.52 1.50 1.87 3/207 23647
/proc/meminfo: memFree=23562496/32770624 swapFree=67108860/67108860
[pid=23474] ppid=23471 vsize=10659048 memory=392304 CPUtime=2520 cores=1,3,5,7
/proc/23474/stat : 23474 (java) S 23471 23474 23247 0 -1 1077944320 64689 0 0 0 251662 338 0 0 20 0 15 0 91491638 10914865152 98076 33554432000 4194304 4196468 140735268522112 140735268504656 140225671159543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
/proc/23474/statm: 2664762 98076 3115 1 0 2627263 0
[pid=23474/tid=23476] ppid=23471 vsize=10659048 memory=392304 CPUtime=2469.75 cores=1,3,5,7
/proc/23474/task/23476/stat : 23476 (java) R 23471 23474 23247 0 -1 4202560 27384 0 0 0 246944 31 0 0 20 0 15 0 91491638 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225675398784 140225265787259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23477] ppid=23471 vsize=10659048 memory=392304 CPUtime=9.74 cores=1,3,5,7
/proc/23474/task/23477/stat : 23477 (java) S 23471 23474 23247 0 -1 1077944384 6488 0 0 0 911 63 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225597234064 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23478] ppid=23471 vsize=10659048 memory=289 CPUtime=9.78 cores=1,3,5,7
/proc/23474/task/23478/stat : 23478 (java) S 23471 23474 23247 0 -1 1077944384 6268 0 0 0 908 70 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225596181264 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23479] ppid=23471 vsize=10659048 memory=392304 CPUtime=9.77 cores=1,3,5,7
/proc/23474/task/23479/stat : 23479 (java) S 23471 23474 23247 0 -1 1077944384 6493 0 0 0 908 69 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225595128976 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23480] ppid=23471 vsize=10659048 memory=392304 CPUtime=9.76 cores=1,3,5,7
/proc/23474/task/23480/stat : 23480 (java) S 23471 23474 23247 0 -1 1077944384 5485 0 0 0 913 63 0 0 20 0 15 0 91491639 10914865152 98076 33554432000 4194304 4196468 140735268522112 140225594076176 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23481] ppid=23471 vsize=10659048 memory=392304 CPUtime=8.93 cores=1,3,5,7
/proc/23474/task/23481/stat : 23481 (java) S 23471 23474 23247 0 -1 1077944384 5835 0 0 0 831 62 0 0 20 0 15 0 91491640 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224706476144 140225671170690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23482] ppid=23471 vsize=10659048 memory=392304 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23482/stat : 23482 (java) S 23471 23474 23247 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224705422112 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23483] ppid=23471 vsize=10659048 memory=392304 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23483/stat : 23483 (java) S 23471 23474 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91491641 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224704369776 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23484] ppid=23471 vsize=10659048 memory=392304 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23484/stat : 23484 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224703318096 140225671178139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23485] ppid=23471 vsize=10659048 memory=392304 CPUtime=0.31 cores=1,3,5,7
/proc/23474/task/23485/stat : 23485 (java) S 23471 23474 23247 0 -1 1077944384 1644 0 0 0 31 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224702265968 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23486] ppid=23471 vsize=10659048 memory=6003404296273293673 CPUtime=0.27 cores=1,3,5,7
/proc/23474/task/23486/stat : 23486 (java) S 23471 23474 23247 0 -1 1077944384 1587 0 0 0 27 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224701213168 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23487] ppid=23471 vsize=10659048 memory=392304 CPUtime=0.18 cores=1,3,5,7
/proc/23474/task/23487/stat : 23487 (java) S 23471 23474 23247 0 -1 1077944384 1173 0 0 0 18 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224700160880 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23488] ppid=23471 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/23474/task/23488/stat : 23488 (java) S 23471 23474 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224699108320 140225671169749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
[pid=23474/tid=23489] ppid=23471 vsize=10659048 memory=392304 CPUtime=1.4 cores=1,3,5,7
/proc/23474/task/23489/stat : 23489 (java) S 23471 23474 23247 0 -1 1077944384 971 0 0 0 68 72 0 0 20 0 15 0 91491643 10914865152 98076 33554432000 4194304 4196468 140735268522112 140224698055088 140225671170690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37888000 140735268525229 140735268525321 140735268525321 140735268528079 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 392304 KiB

Child status: 143
Real time (s): 2492.31
CPU time (s): 2520.02
CPU user time (s): 2516.64
CPU system time (s): 3.38594
CPU usage (%): 101.112
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 392304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.64
system time used= 3.38593
maximum resident set size= 392760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312973
involuntary context switches= 7843


# summary of solver processes directly reported to runsolver:
#   pid: 23474
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2516.64
#   total CPU system time (s): 3.38594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4324 second user time and 19.6236 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-28 02:54:45
IDJOB=4297967
IDBENCH=141019
IDSOLVER=2763
FILE ID=node139/4297967-1532739285
RUNJOBID= node139-1532739282-23279
PBS_JOBID= 21022439
Free space on /tmp= 38716 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-09_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297967-1532739285/watcher-4297967-1532739285 -o /tmp/evaluation-result-4297967-1532739285/solver-4297967-1532739285 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23279 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4297967-1532739285.xml

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

MD5SUM BENCH= 698e4c4133fb0965f93dce5d7165b624
RANDOM SEED=753868345

node139.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.80
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.80
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.80
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.80
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:        23776680 kB
MemAvailable:   31755096 kB
Buffers:          215876 kB
Cached:          7894024 kB
SwapCached:            0 kB
Active:          3235580 kB
Inactive:        5100044 kB
Active(anon):     180468 kB
Inactive(anon):    73596 kB
Active(file):    3055112 kB
Inactive(file):  5026448 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1380 kB
Writeback:             0 kB
AnonPages:        241444 kB
Mapped:            54300 kB
Shmem:             25260 kB
Slab:             352580 kB
SReclaimable:     325316 kB
SUnreclaim:        27264 kB
KernelStack:        3808 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38716 MiB
End job on node139 at 2018-07-28 03:36:17