Trace number 4298435

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29SAT (TO)4 2520.08 2500.12

General information on the benchmark

NameGraphColoring/
GraphColoring-queen5-5_c18.xml
MD5SUMe12c8a42b46a63e49e1504c0c9e3cd93
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.029325
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints160
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree13
Maximum variable degree17
Distribution of variable degrees[{"degree":13,"count":16},{"degree":15,"count":8},{"degree":17,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
0.57/0.39	o 6
0.57/0.40	o 5
0.57/0.40	o 4
2520.06/2500.11	s SATISFIABLE
2520.06/2500.11	v <instantiation>
2520.06/2500.11	v 	<list>
2520.06/2500.11	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] 
2520.06/2500.11	v 	</list>
2520.06/2500.11	v 	<values>
2520.06/2500.11	v 		0 1 2 4 3 2 4 3 0 1 3 0 1 2 4 1 2 4 3 0 4 3 0 1 2 
2520.06/2500.11	v 	</values>
2520.06/2500.11	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298435-1532760738/watcher-4298435-1532760738 -o /tmp/evaluation-result-4298435-1532760738/solver-4298435-1532760738 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298435-1532760738.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=14283, runsolver pid=14280
Current StackSize limit: 8192 KiB


[startup+0.105561 s]*
/proc/loadavg: 1.90 1.51 1.39 5/219 14298
/proc/meminfo: memFree=21792008/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661056 memory=27888 CPUtime=0.14 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 5348 0 0 0 13 1 0 0 20 0 15 0 93636959 10916921344 6972 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665264 6972 2901 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 3163 0 0 0 9 0 0 0 20 0 15 0 93636959 10916921344 6972 33554432000 4194304 4196468 140735886122544 140372283762760 140372263576933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661056 memory=5793855272197188025 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 6972 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661056 memory=140021187294848 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93636961 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93636962 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93636962 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) S 14280 14283 11635 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 93636964 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371310672368 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) S 14280 14283 11635 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 93636964 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371309619824 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661056 memory=140021187294848 CPUtime=0.02 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) R 14280 14283 11635 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 93636964 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371308567280 140372257899104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661056 memory=140021187294848 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636964 10916921344 6972 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27888 KiB

[startup+0.210871 s]*
/proc/loadavg: 1.90 1.51 1.39 4/219 14298
/proc/meminfo: memFree=21780348/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661056 memory=40452 CPUtime=0.33 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 8193 0 0 0 32 1 0 0 20 0 15 0 93636959 10916921344 10113 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665264 10113 2963 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 5197 0 0 0 19 1 0 0 20 0 15 0 93636959 10916921344 10113 33554432000 4194304 4196468 140735886122544 140372283756016 140372279555229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661056 memory=4211973747392085386 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 10113 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661056 memory=140021187294848 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93636960 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661056 memory=140021187294848 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93636961 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93636962 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93636962 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) S 14280 14283 11635 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 15 0 93636964 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371310672368 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) S 14280 14283 11635 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 93636964 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371309619824 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661056 memory=140021187294848 CPUtime=0.08 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) S 14280 14283 11635 0 -1 1077944384 817 0 0 0 8 0 0 0 20 0 15 0 93636964 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371308567280 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661056 memory=140021187294848 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636964 10916921344 10113 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40452 KiB

[startup+0.31814 s]*
/proc/loadavg: 1.90 1.51 1.39 4/219 14298
/proc/meminfo: memFree=21773028/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661132 memory=46824 CPUtime=0.57 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 8800 0 0 0 55 2 0 0 20 0 15 0 93636959 10916999168 11706 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665283 11706 3038 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661132 memory=6735269665583770266 CPUtime=0.31 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 5541 0 0 0 30 1 0 0 20 0 15 0 93636959 10916999168 11706 33554432000 4194304 4196468 140735886122544 140372283769664 140371896118408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661132 memory=4211973747392085386 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 11706 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661132 memory=280042221529472 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661132 memory=280042068496896 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661132 memory=140021034234639 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661132 memory=280042221538688 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93636961 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661132 memory=140021034239247 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661132 memory=140021034253219 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661132 memory=140021034257412 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) S 14280 14283 11635 0 -1 1077944384 516 0 0 0 5 0 0 0 20 0 15 0 93636964 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371310672368 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661132 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) S 14280 14283 11635 0 -1 1077944384 402 0 0 0 3 0 0 0 20 0 15 0 93636964 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371309619824 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661132 memory=140021187294848 CPUtime=0.16 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) R 14280 14283 11635 0 -1 4202560 973 0 0 0 16 0 0 0 20 0 15 0 93636964 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371308564216 140372258834309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661132 memory=140021187322736 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 11706 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46824 KiB

[startup+0.700808 s]
/proc/loadavg: 1.90 1.51 1.39 5/219 14298
/proc/meminfo: memFree=21748652/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661132 memory=94796 CPUtime=1.72 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 13596 0 0 0 169 3 0 0 20 0 15 0 93636959 10916999168 23699 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665283 23699 3099 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661132 memory=56 CPUtime=0.68 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 5668 0 0 0 67 1 0 0 20 0 15 0 93636959 10916999168 23699 33554432000 4194304 4196468 140735886122544 140372283765536 140371899244777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 23699 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 93636961 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661132 memory=1200 CPUtime=0.39 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) R 14280 14283 11635 0 -1 4202560 2196 0 0 0 39 0 0 0 20 0 15 0 93636964 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371310658936 140372261056271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661132 memory=12136 CPUtime=0.38 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) R 14280 14283 11635 0 -1 4202560 2906 0 0 0 38 0 0 0 20 0 15 0 93636964 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371309600840 140372261055430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661132 memory=1008 CPUtime=0.24 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) S 14280 14283 11635 0 -1 1077944384 1454 0 0 0 24 0 0 0 20 0 15 0 93636964 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371308567280 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 23699 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 94796 KiB

[startup+1.50101 s]
/proc/loadavg: 1.90 1.51 1.39 4/219 14298
/proc/meminfo: memFree=21671584/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661132 memory=196220 CPUtime=2.98 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 18800 0 0 0 293 5 0 0 20 0 15 0 93636959 10916999168 49055 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665283 49055 3117 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661132 memory=4132 CPUtime=1.48 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 5942 0 0 0 145 3 0 0 20 0 15 0 93636959 10916999168 49055 33554432000 4194304 4196468 140735886122544 140372283771032 140371899395388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661132 memory=27212 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 49055 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 49055 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 49055 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 93636960 10916999168 49055 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661132 memory=7306059475989848920 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 15 0 93636961 10916999168 49055 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0

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

/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 23971 0 0 0 236576 26 0 0 20 0 15 0 93636959 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372283772992 140371899644255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.24 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 6012 0 0 0 568 56 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.22 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 4693 0 0 0 565 57 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.24 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 7394 0 0 0 571 53 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.22 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 6217 0 0 0 568 54 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661132 memory=202420 CPUtime=7.28 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 5882 0 0 0 677 51 0 0 20 0 15 0 93636961 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661132 memory=7288 CPUtime=0.66 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) S 14280 14283 11635 0 -1 1077944384 4984 0 0 0 65 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371310672368 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661132 memory=836 CPUtime=0.83 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) S 14280 14283 11635 0 -1 1077944384 6655 0 0 0 83 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371309619824 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661132 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) S 14280 14283 11635 0 -1 1077944384 3630 0 0 0 31 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371308567280 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661132 memory=288230591722422566 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661132 memory=202420 CPUtime=1.25 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 855 0 0 0 59 66 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 2401.38 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 202420 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.41 1.47 3/219 14400
/proc/meminfo: memFree=22131996/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661132 memory=202420 CPUtime=2461.82 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 72061 0 0 0 245900 282 0 0 20 0 15 0 93636959 10916999168 50605 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665283 50605 3132 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661132 memory=0 CPUtime=2425.62 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 24315 0 0 0 242535 27 0 0 20 0 15 0 93636959 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372283772880 140371899244709 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.4 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 6012 0 0 0 581 59 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.37 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 4693 0 0 0 579 58 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.4 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 7394 0 0 0 585 55 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.37 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 6217 0 0 0 582 55 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661132 memory=202420 CPUtime=7.47 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 5888 0 0 0 695 52 0 0 20 0 15 0 93636961 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661132 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.66 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) S 14280 14283 11635 0 -1 1077944384 4984 0 0 0 65 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371310672368 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.83 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) S 14280 14283 11635 0 -1 1077944384 6655 0 0 0 83 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371309619824 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.32 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) S 14280 14283 11635 0 -1 1077944384 3630 0 0 0 31 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371308567280 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661132 memory=202420 CPUtime=1.29 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 858 0 0 0 61 68 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 2461.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 202420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.11 s]
/proc/loadavg: 1.62 1.45 1.47 3/219 14478
/proc/meminfo: memFree=22521976/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661132 memory=202420 CPUtime=2520.06 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 73017 0 0 0 251716 290 0 0 20 0 15 0 93636959 10916999168 50605 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665283 50605 3132 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661132 memory=202420 CPUtime=2483.05 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 24769 0 0 0 248276 29 0 0 20 0 15 0 93636959 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372283773280 140371899243622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.55 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 6027 0 0 0 595 60 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.53 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 4939 0 0 0 594 59 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.55 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 7428 0 0 0 598 57 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.53 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 6233 0 0 0 596 57 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661132 memory=202420 CPUtime=7.65 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 6056 0 0 0 712 53 0 0 20 0 15 0 93636961 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.66 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) S 14280 14283 11635 0 -1 1077944384 4986 0 0 0 65 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371310672368 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.83 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) S 14280 14283 11635 0 -1 1077944384 6657 0 0 0 83 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371309619824 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.33 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) S 14280 14283 11635 0 -1 1077944384 3632 0 0 0 32 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371308567280 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661132 memory=202420 CPUtime=1.32 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 875 0 0 0 63 69 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 202420 KiB

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

[startup+2500.12 s]
# the end of solver process 14283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.18 s, system=2.90899 s

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

[startup+2500.11 s]
/proc/loadavg: 1.62 1.45 1.47 3/219 14478
/proc/meminfo: memFree=22521976/32770624 swapFree=67108860/67108860
[pid=14283] ppid=14280 vsize=10661132 memory=202420 CPUtime=2520.06 cores=1,3,5,7
/proc/14283/stat : 14283 (java) S 14280 14283 11635 0 -1 1077944320 73017 0 0 0 251716 290 0 0 20 0 15 0 93636959 10916999168 50605 33554432000 4194304 4196468 140735886122544 140735886105088 140372279533303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
/proc/14283/statm: 2665283 50605 3132 1 0 2627263 0
[pid=14283/tid=14285] ppid=14280 vsize=10661132 memory=202420 CPUtime=2483.05 cores=1,3,5,7
/proc/14283/task/14285/stat : 14285 (java) R 14280 14283 11635 0 -1 4202560 24769 0 0 0 248276 29 0 0 20 0 15 0 93636959 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372283773280 140371899243622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14286] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.55 cores=1,3,5,7
/proc/14283/task/14286/stat : 14286 (java) S 14280 14283 11635 0 -1 1077944384 6027 0 0 0 595 60 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140372216224528 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14287] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.53 cores=1,3,5,7
/proc/14283/task/14287/stat : 14287 (java) S 14280 14283 11635 0 -1 1077944384 4939 0 0 0 594 59 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371885419408 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14288] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.55 cores=1,3,5,7
/proc/14283/task/14288/stat : 14288 (java) S 14280 14283 11635 0 -1 1077944384 7428 0 0 0 598 57 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371884366864 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14289] ppid=14280 vsize=10661132 memory=202420 CPUtime=6.53 cores=1,3,5,7
/proc/14283/task/14289/stat : 14289 (java) S 14280 14283 11635 0 -1 1077944384 6233 0 0 0 596 57 0 0 20 0 15 0 93636960 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371883314320 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14290] ppid=14280 vsize=10661132 memory=202420 CPUtime=7.65 cores=1,3,5,7
/proc/14283/task/14290/stat : 14290 (java) S 14280 14283 11635 0 -1 1077944384 6056 0 0 0 712 53 0 0 20 0 15 0 93636961 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371314882544 140372279544450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14291] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14291/stat : 14291 (java) S 14280 14283 11635 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371313828768 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14292] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14292/stat : 14292 (java) S 14280 14283 11635 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 93636962 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371312776176 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14293] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14293/stat : 14293 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371311724752 140372279551899 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14294] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.66 cores=1,3,5,7
/proc/14283/task/14294/stat : 14294 (java) S 14280 14283 11635 0 -1 1077944384 4986 0 0 0 65 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371310672368 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14295] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.83 cores=1,3,5,7
/proc/14283/task/14295/stat : 14295 (java) S 14280 14283 11635 0 -1 1077944384 6657 0 0 0 83 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371309619824 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14296] ppid=14280 vsize=10661132 memory=202420 CPUtime=0.33 cores=1,3,5,7
/proc/14283/task/14296/stat : 14296 (java) S 14280 14283 11635 0 -1 1077944384 3632 0 0 0 32 1 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371308567280 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14297] ppid=14280 vsize=10661132 memory=202420 CPUtime=0 cores=1,3,5,7
/proc/14283/task/14297/stat : 14297 (java) S 14280 14283 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371307514976 140372279543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
[pid=14283/tid=14298] ppid=14280 vsize=10661132 memory=202420 CPUtime=1.32 cores=1,3,5,7
/proc/14283/task/14298/stat : 14298 (java) S 14280 14283 11635 0 -1 1077944384 875 0 0 0 63 69 0 0 20 0 15 0 93636964 10916999168 50605 33554432000 4194304 4196468 140735886122544 140371306461488 140372279544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140735886124149 140735886124297 140735886124297 140735886127055 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 202420 KiB

Child status: 143
Real time (s): 2500.12
CPU time (s): 2520.08
CPU user time (s): 2517.18
CPU system time (s): 2.90899
CPU usage (%): 100.799
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 202420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.18
system time used= 2.90899
maximum resident set size= 203188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269827
involuntary context switches= 7188


# summary of solver processes directly reported to runsolver:
#   pid: 14283
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.18
#   total CPU system time (s): 2.90899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5724 second user time and 23.7301 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 08:52:18
IDJOB=4298435
IDBENCH=141139
IDSOLVER=2762
FILE ID=node132/4298435-1532760738
RUNJOBID= node132-1532740752-11667
PBS_JOBID= 21022446
Free space on /tmp= 52040 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298435-1532760738/watcher-4298435-1532760738 -o /tmp/evaluation-result-4298435-1532760738/solver-4298435-1532760738 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298435-1532760738.xml

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=1294824311

node132.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.65
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.65
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.65
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.65
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:        21809024 kB
MemAvailable:   30032548 kB
Buffers:          198568 kB
Cached:          8230924 kB
SwapCached:            0 kB
Active:          4484216 kB
Inactive:        5895736 kB
Active(anon):    1900564 kB
Inactive(anon):    77852 kB
Active(file):    2583652 kB
Inactive(file):  5817884 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1500 kB
Writeback:             0 kB
AnonPages:       1974184 kB
Mapped:            54656 kB
Shmem:             25248 kB
Slab:             278208 kB
SReclaimable:     250448 kB
SUnreclaim:        27760 kB
KernelStack:        3856 kB
PageTables:         9096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3959904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1857536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52040 MiB
End job on node132 at 2018-07-28 09:33:58