Trace number 4297966

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
GG's minicp 2018-04-29? (TO) 2520.11 2492.12

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.08/2492.11	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 (13299 MiB free)
  memory of node 1: 16384 MiB (14008 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297966-1532739152/watcher-4297966-1532739152 -o /tmp/evaluation-result-4297966-1532739152/solver-4297966-1532739152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4297966-1532739152.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=22034, runsolver pid=22031

[startup+0.10063 s]*
/proc/loadavg: 1.62 5.91 7.40 4/216 22049
/proc/meminfo: memFree=27944288/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661056 memory=29672 CPUtime=0.13 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 5313 0 0 0 12 1 0 0 20 0 15 0 91478348 10916921344 7418 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665264 7418 2858 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 3187 0 0 0 9 0 0 0 20 0 15 0 91478348 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665875672432 139665508247617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661056 memory=5793855809944783289 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661056 memory=140558934890112 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91478349 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91478350 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91478351 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) R 22031 22034 21807 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 91478353 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665427065456 139665871460994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) R 22031 22034 21807 0 -1 4202560 161 0 0 0 0 0 0 0 20 0 15 0 91478353 10916921344 7418 33554432000 4194304 4196468 140732187705712 139665426012656 139665854885585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661056 memory=140558934890112 CPUtime=0.02 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) R 22031 22034 21807 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 91478353 10916921344 7418 33554432000 4194304 4196468 140732187705712 139664968117104 139665850423505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916921344 7418 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661056 memory=140558934890112 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478354 10916921344 7418 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 29672 KiB

[startup+0.210583 s]*
/proc/loadavg: 1.62 5.91 7.40 4/216 22049
/proc/meminfo: memFree=27932588/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661132 memory=42328 CPUtime=0.33 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 8123 0 0 0 31 2 0 0 20 0 15 0 91478348 10916999168 10582 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665283 10582 2999 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661132 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 5240 0 0 0 19 1 0 0 20 0 15 0 91478348 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665875682160 139665855530334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=4211974285139680650 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=140558934890112 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=140558934890112 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91478350 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) S 22031 22034 21807 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 15 0 91478353 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665427065456 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) S 22031 22034 21807 0 -1 1077944384 414 0 0 0 2 0 0 0 20 0 15 0 91478353 10916999168 10615 33554432000 4194304 4196468 140732187705712 139665426012656 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661132 memory=140558934890112 CPUtime=0.07 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) S 22031 22034 21807 0 -1 1077944384 775 0 0 0 7 0 0 0 20 0 15 0 91478353 10916999168 10615 33554432000 4194304 4196468 140732187705712 139664968117104 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 10615 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661132 memory=140558934890112 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478354 10916999168 10615 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 42328 KiB

[startup+0.314523 s]*
/proc/loadavg: 1.62 5.91 7.40 3/216 22049
/proc/meminfo: memFree=27925640/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661132 memory=48720 CPUtime=0.55 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 8769 0 0 0 53 2 0 0 20 0 15 0 91478348 10916999168 12180 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665283 12180 3033 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 5553 0 0 0 29 1 0 0 20 0 15 0 91478348 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665875688832 139665508289575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=4211974285139680650 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=140558934909193 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=140558777581136 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=140558777564111 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=140558934911945 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91478350 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661132 memory=140558777573327 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661132 memory=281117555144336 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661132 memory=281117555151248 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) R 22031 22034 21807 0 -1 1077944384 348 0 0 0 3 0 0 0 20 0 15 0 91478353 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665427065552 139665871460053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) R 22031 22034 21807 0 -1 4202560 527 0 0 0 6 0 0 0 20 0 15 0 91478353 10916999168 12180 33554432000 4194304 4196468 140732187705712 139665426011840 139665852859997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661132 memory=140558934890112 CPUtime=0.14 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) S 22031 22034 21807 0 -1 1077944384 979 0 0 0 14 0 0 0 20 0 15 0 91478353 10916999168 12180 33554432000 4194304 4196468 140732187705712 139664968117104 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661132 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 12180 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661132 memory=140558934890112 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478354 10916999168 12180 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48720 KiB

[startup+0.700772 s]
/proc/loadavg: 1.62 5.91 7.40 6/216 22049
/proc/meminfo: memFree=27888236/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661132 memory=131752 CPUtime=1.53 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 13650 0 0 0 149 4 0 0 20 0 15 0 91478348 10916999168 32938 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665283 32938 3079 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661132 memory=1228 CPUtime=0.68 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 5599 0 0 0 65 3 0 0 20 0 15 0 91478348 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665875686880 139665855826967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=6370994028255662162 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91478350 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661132 memory=77 CPUtime=0.3 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) S 22031 22034 21807 0 -1 1077944384 2035 0 0 0 30 0 0 0 20 0 15 0 91478353 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665427065456 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661132 memory=3 CPUtime=0.35 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) S 22031 22034 21807 0 -1 1077944384 3345 0 0 0 35 0 0 0 20 0 15 0 91478353 10916999168 32938 33554432000 4194304 4196468 140732187705712 139665426012656 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661132 memory=257 CPUtime=0.17 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) S 22031 22034 21807 0 -1 1077944384 1300 0 0 0 17 0 0 0 20 0 15 0 91478353 10916999168 32938 33554432000 4194304 4196468 140732187705712 139664968117104 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661132 memory=281117555335152 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 32938 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91478354 10916999168 32938 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131752 KiB

[startup+1.50083 s]
/proc/loadavg: 1.62 5.91 7.40 3/216 22049
/proc/meminfo: memFree=27782912/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661132 memory=191640 CPUtime=2.53 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 13818 0 0 0 248 5 0 0 20 0 15 0 91478348 10916999168 47910 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665283 47910 3095 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 5631 0 0 0 144 3 0 0 20 0 15 0 91478348 10916999168 47910 33554432000 4194304 4196468 140732187705712 139665875689488 139665510642207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 47910 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 47910 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=-7966001967407402336 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 47910 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 91478349 10916999168 47910 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=6944613755395144096 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 91478350 10916999168 47910 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0

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

/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 25911 0 0 0 236074 33 0 0 20 0 15 0 91478348 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665875689312 139665510683607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=365864 CPUtime=9.11 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 3907 0 0 0 845 66 0 0 20 0 15 0 91478349 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=363816 CPUtime=9.11 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 4417 0 0 0 841 70 0 0 20 0 15 0 91478349 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=365864 CPUtime=9.11 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 3681 0 0 0 845 66 0 0 20 0 15 0 91478349 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=365864 CPUtime=9.07 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 4529 0 0 0 840 67 0 0 20 0 15 0 91478349 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=365864 CPUtime=8.82 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 3644 0 0 0 813 69 0 0 20 0 15 0 91478350 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661132 memory=365864 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661132 memory=365864 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661132 memory=365864 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661132 memory=365864 CPUtime=0.41 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) S 22031 22034 21807 0 -1 1077944384 2122 0 0 0 41 0 0 0 20 0 15 0 91478353 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665427065456 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661132 memory=365864 CPUtime=0.45 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) S 22031 22034 21807 0 -1 1077944384 3423 0 0 0 45 0 0 0 20 0 15 0 91478353 10916999168 91466 33554432000 4194304 4196468 140732187705712 139665426012656 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661132 memory=4140 CPUtime=0.19 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) S 22031 22034 21807 0 -1 1077944384 1399 0 0 0 19 0 0 0 20 0 15 0 91478353 10916999168 91466 33554432000 4194304 4196468 140732187705712 139664968117104 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661132 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 91466 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661132 memory=5752 CPUtime=1.29 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1059 0 0 0 62 67 0 0 20 0 15 0 91478354 10916999168 91466 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 2408.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 365864 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.49 1.87 3/215 22184
/proc/meminfo: memFree=27399100/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661132 memory=369960 CPUtime=2469.54 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 56718 0 0 0 246604 350 0 0 20 0 15 0 91478348 10916999168 92490 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665283 92490 3128 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661132 memory=365864 CPUtime=2420.52 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 26453 0 0 0 242018 34 0 0 20 0 15 0 91478348 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665875689200 139665510645856 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=367912 CPUtime=9.38 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 4055 0 0 0 871 67 0 0 20 0 15 0 91478349 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=369960 CPUtime=9.4 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 4462 0 0 0 868 72 0 0 20 0 15 0 91478349 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=369960 CPUtime=9.39 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 4015 0 0 0 871 68 0 0 20 0 15 0 91478349 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=369960 CPUtime=9.35 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 4632 0 0 0 867 68 0 0 20 0 15 0 91478349 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=369960 CPUtime=9.02 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 3722 0 0 0 831 71 0 0 20 0 15 0 91478350 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661132 memory=369960 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661132 memory=369960 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661132 memory=916 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661132 memory=369960 CPUtime=0.41 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) S 22031 22034 21807 0 -1 1077944384 2125 0 0 0 41 0 0 0 20 0 15 0 91478353 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665427065456 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661132 memory=369960 CPUtime=0.45 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) S 22031 22034 21807 0 -1 1077944384 3425 0 0 0 45 0 0 0 20 0 15 0 91478353 10916999168 92490 33554432000 4194304 4196468 140732187705712 139665426012656 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661132 memory=369960 CPUtime=0.2 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) S 22031 22034 21807 0 -1 1077944384 1401 0 0 0 20 0 0 0 20 0 15 0 91478353 10916999168 92490 33554432000 4194304 4196468 140732187705712 139664968117104 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 92490 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661132 memory=26492 CPUtime=1.33 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1067 0 0 0 64 69 0 0 20 0 15 0 91478354 10916999168 92490 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 2469.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 369960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.11 s]
/proc/loadavg: 1.25 1.43 1.83 3/215 22262
/proc/meminfo: memFree=27591724/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661132 memory=372008 CPUtime=2520.08 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 57549 0 0 0 251652 356 0 0 20 0 15 0 91478348 10916999168 93002 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665283 93002 3128 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661132 memory=372008 CPUtime=2469.82 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 26836 0 0 0 246947 35 0 0 20 0 15 0 91478348 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665875689312 139665510631978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.64 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 4155 0 0 0 896 68 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=369960 CPUtime=9.65 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 4481 0 0 0 892 73 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.65 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 4075 0 0 0 896 69 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.61 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 4881 0 0 0 892 69 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.21 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 3736 0 0 0 849 72 0 0 20 0 15 0 91478350 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661132 memory=372008 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661132 memory=372008 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661132 memory=372008 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661132 memory=372008 CPUtime=0.41 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) S 22031 22034 21807 0 -1 1077944384 2125 0 0 0 41 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665427065456 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661132 memory=796 CPUtime=0.45 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) S 22031 22034 21807 0 -1 1077944384 3425 0 0 0 45 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665426012656 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661132 memory=1388 CPUtime=0.2 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) S 22031 22034 21807 0 -1 1077944384 1403 0 0 0 20 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139664968117104 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661132 memory=1136 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661132 memory=15872 CPUtime=1.36 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1071 0 0 0 65 71 0 0 20 0 15 0 91478354 10916999168 93002 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 372008 KiB

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

[startup+2492.12 s]
# the end of solver process 22034 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.53 s, system=3.57266 s

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

[startup+2492.11 s]
/proc/loadavg: 1.25 1.43 1.83 3/215 22262
/proc/meminfo: memFree=27591724/32770624 swapFree=67108436/67108860
[pid=22034] ppid=22031 vsize=10661132 memory=372008 CPUtime=2520.08 cores=1,3,5,7
/proc/22034/stat : 22034 (java) S 22031 22034 21807 0 -1 1077944320 57549 0 0 0 251652 356 0 0 20 0 15 0 91478348 10916999168 93002 33554432000 4194304 4196468 140732187705712 140732187688256 139665871449847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
/proc/22034/statm: 2665283 93002 3128 1 0 2627263 0
[pid=22034/tid=22036] ppid=22031 vsize=10661132 memory=372008 CPUtime=2469.82 cores=1,3,5,7
/proc/22034/task/22036/stat : 22036 (java) R 22031 22034 21807 0 -1 4202560 26836 0 0 0 246947 35 0 0 20 0 15 0 91478348 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665875689312 139665510631978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22037] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.64 cores=1,3,5,7
/proc/22034/task/22037/stat : 22037 (java) S 22031 22034 21807 0 -1 1077944384 4155 0 0 0 896 68 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665828002704 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22038] ppid=22031 vsize=10661132 memory=369960 CPUtime=9.65 cores=1,3,5,7
/proc/22034/task/22038/stat : 22038 (java) S 22031 22034 21807 0 -1 1077944384 4481 0 0 0 892 73 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665477655312 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22039] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.65 cores=1,3,5,7
/proc/22034/task/22039/stat : 22039 (java) S 22031 22034 21807 0 -1 1077944384 4075 0 0 0 896 69 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665476603024 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22040] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.61 cores=1,3,5,7
/proc/22034/task/22040/stat : 22040 (java) S 22031 22034 21807 0 -1 1077944384 4881 0 0 0 892 69 0 0 20 0 15 0 91478349 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665475550224 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22041] ppid=22031 vsize=10661132 memory=372008 CPUtime=9.21 cores=1,3,5,7
/proc/22034/task/22041/stat : 22041 (java) S 22031 22034 21807 0 -1 1077944384 3736 0 0 0 849 72 0 0 20 0 15 0 91478350 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665431275632 139665871460994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22042] ppid=22031 vsize=10661132 memory=372008 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22042/stat : 22042 (java) S 22031 22034 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665430221600 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22043] ppid=22031 vsize=10661132 memory=372008 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22043/stat : 22043 (java) S 22031 22034 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91478351 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665429169264 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22044] ppid=22031 vsize=10661132 memory=372008 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22044/stat : 22044 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665428117584 139665871468443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22045] ppid=22031 vsize=10661132 memory=372008 CPUtime=0.41 cores=1,3,5,7
/proc/22034/task/22045/stat : 22045 (java) S 22031 22034 21807 0 -1 1077944384 2125 0 0 0 41 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665427065456 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22046] ppid=22031 vsize=10661132 memory=796 CPUtime=0.45 cores=1,3,5,7
/proc/22034/task/22046/stat : 22046 (java) S 22031 22034 21807 0 -1 1077944384 3425 0 0 0 45 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139665426012656 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22047] ppid=22031 vsize=10661132 memory=1388 CPUtime=0.2 cores=1,3,5,7
/proc/22034/task/22047/stat : 22047 (java) S 22031 22034 21807 0 -1 1077944384 1403 0 0 0 20 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139664968117104 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22048] ppid=22031 vsize=10661132 memory=1136 CPUtime=0 cores=1,3,5,7
/proc/22034/task/22048/stat : 22048 (java) S 22031 22034 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91478353 10916999168 93002 33554432000 4194304 4196468 140732187705712 139664967064544 139665871460053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
[pid=22034/tid=22049] ppid=22031 vsize=10661132 memory=15872 CPUtime=1.36 cores=1,3,5,7
/proc/22034/task/22049/stat : 22049 (java) S 22031 22034 21807 0 -1 1077944384 1071 0 0 0 65 71 0 0 20 0 15 0 91478354 10916999168 93002 33554432000 4194304 4196468 140732187705712 139664966011312 139665871460994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30228480 140732187710581 140732187710729 140732187710729 140732187713487 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 372008 KiB

Child status: 143
Real time (s): 2492.12
CPU time (s): 2520.11
CPU user time (s): 2516.53
CPU system time (s): 3.57266
CPU usage (%): 101.123
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 372008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.53
system time used= 3.57266
maximum resident set size= 372512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 322341
involuntary context switches= 6224


# summary of solver processes directly reported to runsolver:
#   pid: 22034
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.53
#   total CPU system time (s): 3.57266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7638 second user time and 23.796 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 02:52:32
IDJOB=4297966
IDBENCH=141019
IDSOLVER=2762
FILE ID=node137/4297966-1532739152
RUNJOBID= node137-1532739149-21839
PBS_JOBID= 21022437
Free space on /tmp= 48156 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-09_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297966-1532739152/watcher-4297966-1532739152 -o /tmp/evaluation-result-4297966-1532739152/solver-4297966-1532739152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4297966-1532739152.xml

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

MD5SUM BENCH= 698e4c4133fb0965f93dce5d7165b624
RANDOM SEED=1294328666

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27963468 kB
MemAvailable:   31747024 kB
Buffers:          161920 kB
Cached:          3856528 kB
SwapCached:           32 kB
Active:          1961636 kB
Inactive:        2293500 kB
Active(anon):     184396 kB
Inactive(anon):    80072 kB
Active(file):    1777240 kB
Inactive(file):  2213428 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              2548 kB
Writeback:             0 kB
AnonPages:        244016 kB
Mapped:            51820 kB
Shmem:             25084 kB
Slab:             245236 kB
SReclaimable:     217448 kB
SUnreclaim:        27788 kB
KernelStack:        3600 kB
PageTables:         5884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-28 03:34:04