Trace number 4249369

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
R1: AbsCon-basic 2017-06-11SAT (TO)3 2400.05 2394.9099

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-11-11.xml
MD5SUMbb123246d746538548fb2ce23858e0c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints3026
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree102
Maximum variable degree102
Distribution of variable degrees[{"degree":102,"count":121}]
Minimum constraint arity4
Maximum constraint arity121
Distribution of constraint arities[{"arity":4,"count":3025},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints3025
Distribution of constraint types[{"type":"intension","count":3025},{"type":"lex","count":1}]
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.38/0.40	
0.38/0.40	AbsCon 2 
0.38/0.40	
1.52/0.82	  Solving XCSP3-instance-4249369-1502050220 as a COP in -infty..+infty
1.52/0.82	  Loading variables...
1.52/0.88	  Loading constraints...
4.21/1.69	  Solver SolverBacktrack being built...
4.21/1.69	
4.52/1.73	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
4.52/1.73	
6.72/3.41	o 4
7.25/3.62	o 3
2400.02/2394.90	
2400.02/2394.90	v <instantiation id='sol2' type='solution' cost='3'>  <list> x[][] </list>  <values> 0 0 0 1 1 1 1 2 2 3 3 0 1 2 0 1 3 3 1 2 0 1 1 2 0 2 3 2 2 1 1 0 0 1 2 2 0 2 0 1 2 0 1 1 2 0 1 1 2 0 0 1 3 0 2 2 0 2 0 0 2 1 1 3 3 0 2 1 1 2 0 0 1 2 1 2 3 2 2 0 3 0 1 0 1 0 1 3 2 3 1 0 3 1 0 0 2 3 1 2 3 1 3 1 0 3 0 3 1 0 2 3 3 1 0 3 2 0 1 0 1 </values>  </instantiation>
2400.02/2394.90	s SATISFIABLE

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249369-1502050220/watcher-4249369-1502050220 -o /tmp/evaluation-result-4249369-1502050220/solver-4249369-1502050220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502042086-8767 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249369-1502050220.xml 

pid=10488
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.08 2.06 3/199 10491
/proc/meminfo: memFree=31358664/32770624 swapFree=0/353040
[pid=10491] ppid=10488 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10491/stat : 10491 (runsolver) D 10488 10491 2911 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 104675217 24240128 107 18446744073709551615 4194304 4338465 140736960643856 140736960641496 140203113820887 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18984960 140736960651424 140736960651849 140736960651849 140736960655306 0
/proc/10491/statm: 5918 107 54 36 0 2156 0

[startup+0.100192 s]
/proc/loadavg: 2.28 2.08 2.06 3/199 10491
/proc/meminfo: memFree=31358664/32770624 swapFree=0/353040
[pid=10491] ppid=10488 vsize=30188 CPUtime=0 cores=1,3,5,7
/proc/10491/stat : 10491 (java) R 10488 10491 2911 0 -1 4202496 1177 0 0 0 0 0 0 0 20 0 1 0 104675217 30912512 1002 18446744073709551615 4194304 4196468 140725263897440 140725263878136 139712287481104 0 0 1 0 0 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 7547 1002 742 1 0 159 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30188

[startup+0.200257 s]
/proc/loadavg: 2.28 2.08 2.06 3/199 10491
/proc/meminfo: memFree=31358664/32770624 swapFree=0/353040
[pid=10491] ppid=10488 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 4691 0 0 0 5 0 0 0 20 0 14 0 104675217 10736119808 5731 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2621123 5731 2577 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.3408 s]
/proc/loadavg: 2.28 2.08 2.06 3/199 10491
/proc/meminfo: memFree=31358664/32770624 swapFree=0/353040
[pid=10491] ppid=10488 vsize=10551180 CPUtime=0.24 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 8766 0 0 0 22 2 0 0 20 0 15 0 104675217 10804408320 9118 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2637795 9118 2870 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551180

[startup+0.700648 s]
/proc/loadavg: 2.28 2.08 2.06 3/199 10491
/proc/meminfo: memFree=31358664/32770624 swapFree=0/353040
[pid=10491] ppid=10488 vsize=10621952 CPUtime=1.18 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 13918 0 0 0 114 4 0 0 20 0 16 0 104675217 10876878848 21064 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2655488 21064 3070 1 0 2644414 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10621952

[startup+1.50106 s]
/proc/loadavg: 2.28 2.08 2.06 5/215 10507
/proc/meminfo: memFree=31211848/32770624 swapFree=0/352820
[pid=10491] ppid=10488 vsize=10621952 CPUtime=3.86 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 17806 0 0 0 377 9 0 0 20 0 16 0 104675217 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2655488 54496 3117 1 0 2644414 0
[pid=10491/tid=10493] ppid=10488 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 16 0 104675227 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 16 0 104675227 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 104675227 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 16 0 104675227 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 104675229 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10499] ppid=10488 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10499/stat : 10499 (java) S 10488 10491 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104675229 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711796470688 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10500] ppid=10488 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10500/stat : 10500 (java) S 10488 10491 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 104675229 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711795418096 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10501] ppid=10488 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10501/stat : 10501 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711794366672 139712301217691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10502] ppid=10488 vsize=10621952 CPUtime=0.95 cores=1,3,5,7
/proc/10491/task/10502/stat : 10502 (java) R 10488 10491 2911 0 -1 4202560 2063 0 0 0 95 0 0 0 20 0 16 0 104675232 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711793300192 139712286568177 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10503] ppid=10488 vsize=10621952 CPUtime=0.96 cores=1,3,5,7
/proc/10491/task/10503/stat : 10503 (java) R 10488 10491 2911 0 -1 4202560 2337 0 0 0 96 0 0 0 20 0 16 0 104675232 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711792246256 139712279216115 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10504] ppid=10488 vsize=10621952 CPUtime=0.55 cores=1,3,5,7
/proc/10491/task/10504/stat : 10504 (java) S 10488 10491 2911 0 -1 1077944384 2641 0 0 0 55 0 0 0 20 0 16 0 104675232 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711791209200 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10505] ppid=10488 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10505/stat : 10505 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711790156896 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10506] ppid=10488 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10506/stat : 10506 (java) S 10488 10491 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104675240 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711789103408 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10507] ppid=10488 vsize=10621952 CPUtime=1.06 cores=1,3,5,7
/proc/10491/task/10507/stat : 10507 (java) R 10488 10491 2911 0 -1 4202560 3010 0 0 0 104 2 0 0 20 0 16 0 104675257 10876878848 54496 18446744073709551615 4194304 4196468 140725263897440 139711785908344 139712266555889 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 10621952

[startup+3.10065 s]
/proc/loadavg: 2.26 2.08 2.06 4/215 10507
/proc/meminfo: memFree=31089364/32770624 swapFree=0/352820
[pid=10491] ppid=10488 vsize=10624000 CPUtime=6.41 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 20628 0 0 0 626 15 0 0 20 0 16 0 104675217 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2656000 70906 3135 1 0 2644926 0
[pid=10491/tid=10493] ppid=10488 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 148 0 0 0 6 2 0 0 20 0 16 0 104675227 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 115 0 0 0 4 1 0 0 20 0 16 0 104675227 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 132 0 0 0 4 1 0 0 20 0 16 0 104675227 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 16 0 104675227 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10499] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10499/stat : 10499 (java) S 10488 10491 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711796470688 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10500] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10500/stat : 10500 (java) S 10488 10491 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711795418096 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10501] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10501/stat : 10501 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711794366672 139712301217691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10502] ppid=10488 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/10491/task/10502/stat : 10502 (java) S 10488 10491 2911 0 -1 1077944384 2146 0 0 0 126 0 0 0 20 0 16 0 104675232 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711793314288 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10503] ppid=10488 vsize=10624000 CPUtime=1.38 cores=1,3,5,7
/proc/10491/task/10503/stat : 10503 (java) S 10488 10491 2911 0 -1 1077944384 2506 0 0 0 138 0 0 0 20 0 16 0 104675232 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711792261744 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10504] ppid=10488 vsize=10624000 CPUtime=0.65 cores=1,3,5,7
/proc/10491/task/10504/stat : 10504 (java) S 10488 10491 2911 0 -1 1077944384 2816 0 0 0 65 0 0 0 20 0 16 0 104675232 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711791209200 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10505] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10505/stat : 10505 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711790156896 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10506] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10506/stat : 10506 (java) S 10488 10491 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104675240 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711789103408 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10507] ppid=10488 vsize=10624000 CPUtime=2.59 cores=1,3,5,7
/proc/10491/task/10507/stat : 10507 (java) R 10488 10491 2911 0 -1 4202560 5055 0 0 0 256 3 0 0 20 0 16 0 104675257 10878976000 70906 18446744073709551615 4194304 4196468 140725263897440 139711785913488 139711949943047 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 10624000

[startup+6.30059 s]
/proc/loadavg: 2.26 2.08 2.06 3/215 10507
/proc/meminfo: memFree=31085176/32770624 swapFree=0/352820
[pid=10491] ppid=10488 vsize=10624000 CPUtime=10.59 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 28491 0 0 0 1043 16 0 0 20 0 16 0 104675217 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2656000 70807 3139 1 0 2644926 0
[pid=10491/tid=10493] ppid=10488 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 148 0 0 0 6 2 0 0 20 0 16 0 104675227 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 115 0 0 0 4 1 0 0 20 0 16 0 104675227 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 132 0 0 0 4 1 0 0 20 0 16 0 104675227 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 16 0 104675227 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10499] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10499/stat : 10499 (java) S 10488 10491 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711796470688 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10500] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10500/stat : 10500 (java) S 10488 10491 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711795418096 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10501] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10501/stat : 10501 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711794366672 139712301217691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10502] ppid=10488 vsize=10624000 CPUtime=1.72 cores=1,3,5,7
/proc/10491/task/10502/stat : 10502 (java) S 10488 10491 2911 0 -1 1077944384 5229 0 0 0 171 1 0 0 20 0 16 0 104675232 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711793314288 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10503] ppid=10488 vsize=10624000 CPUtime=1.85 cores=1,3,5,7
/proc/10491/task/10503/stat : 10503 (java) S 10488 10491 2911 0 -1 1077944384 4608 0 0 0 185 0 0 0 20 0 16 0 104675232 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711792261744 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10504] ppid=10488 vsize=10624000 CPUtime=0.7 cores=1,3,5,7
/proc/10491/task/10504/stat : 10504 (java) S 10488 10491 2911 0 -1 1077944384 3752 0 0 0 70 0 0 0 20 0 16 0 104675232 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711791209200 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10505] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10505/stat : 10505 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711790156896 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10506] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10506/stat : 10506 (java) S 10488 10491 2911 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 104675240 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711789103408 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10507] ppid=10488 vsize=10624000 CPUtime=5.79 cores=1,3,5,7
/proc/10491/task/10507/stat : 10507 (java) R 10488 10491 2911 0 -1 4202560 6627 0 0 0 575 4 0 0 20 0 16 0 104675257 10878976000 70807 18446744073709551615 4194304 4196468 140725263897440 139711785911960 139711951264120 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 2.24 2.08 2.06 3/215 10507
/proc/meminfo: memFree=31085176/32770624 swapFree=0/352824
[pid=10491] ppid=10488 vsize=10624000 CPUtime=17.06 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 30603 0 0 0 1690 16 0 0 20 0 16 0 104675217 10878976000 70862 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2656000 70862 3139 1 0 2644926 0
[pid=10491/tid=10493] ppid=10488 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10878976000 70862 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 148 0 0 0 6 2 0 0 20 0 16 0 104675227 10878976000 70862 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 115 0 0 0 4 1 0 0 20 0 16 0 104675227 10878976000 70862 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 132 0 0 0 4 1 0 0 20 0 16 0 104675227 10878976000 70862 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 16 0 104675227 10878976000 70862 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 70862 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0

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

/proc/meminfo: memFree=30856464/32770624 swapFree=0/353720
[pid=10491] ppid=10488 vsize=10624000 CPUtime=2327.41 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 54857 0 0 0 232694 47 0 0 20 0 16 0 104675217 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2656000 120797 3141 1 0 2644926 0
[pid=10491/tid=10493] ppid=10488 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 561 0 0 0 9 3 0 0 20 0 16 0 104675227 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 268 0 0 0 8 3 0 0 20 0 16 0 104675227 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 299 0 0 0 7 3 0 0 20 0 16 0 104675227 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 536 0 0 0 7 2 0 0 20 0 16 0 104675227 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 954 0 0 0 1 1 0 0 20 0 16 0 104675229 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10499] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10499/stat : 10499 (java) S 10488 10491 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711796470688 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10500] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10500/stat : 10500 (java) S 10488 10491 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711795418096 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10501] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10501/stat : 10501 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711794366672 139712301217691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10502] ppid=10488 vsize=10624000 CPUtime=1.77 cores=1,3,5,7
/proc/10491/task/10502/stat : 10502 (java) S 10488 10491 2911 0 -1 1077944384 5471 0 0 0 176 1 0 0 20 0 16 0 104675232 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711793314288 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10503] ppid=10488 vsize=10624000 CPUtime=1.91 cores=1,3,5,7
/proc/10491/task/10503/stat : 10503 (java) S 10488 10491 2911 0 -1 1077944384 7145 0 0 0 190 1 0 0 20 0 16 0 104675232 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711792261744 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10504] ppid=10488 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/10491/task/10504/stat : 10504 (java) S 10488 10491 2911 0 -1 1077944384 6491 0 0 0 73 0 0 0 20 0 16 0 104675232 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711791209200 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10505] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10505/stat : 10505 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711790156896 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10506] ppid=10488 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/10491/task/10506/stat : 10506 (java) S 10488 10491 2911 0 -1 1077944384 1084 0 0 0 24 29 0 0 20 0 16 0 104675240 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711789103408 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10507] ppid=10488 vsize=10624000 CPUtime=2321.69 cores=1,3,5,7
/proc/10491/task/10507/stat : 10507 (java) R 10488 10491 2911 0 -1 4202560 24466 0 0 0 232163 6 0 0 20 0 16 0 104675257 10878976000 120797 18446744073709551615 4194304 4196468 140725263897440 139711785910752 139711950892343 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
Current children cumulated CPU time (s) 2327.41
Current children cumulated vsize (KiB) 10624000

[startup+2382.3 s]
/proc/loadavg: 2.04 2.06 2.05 3/214 10774
/proc/meminfo: memFree=30251100/32770624 swapFree=0/353792
[pid=10491] ppid=10488 vsize=10624000 CPUtime=2387.42 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 54887 0 0 0 238695 47 0 0 20 0 16 0 104675217 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2656000 125917 3141 1 0 2644926 0
[pid=10491/tid=10493] ppid=10488 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 561 0 0 0 9 3 0 0 20 0 16 0 104675227 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 268 0 0 0 8 3 0 0 20 0 16 0 104675227 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 299 0 0 0 7 3 0 0 20 0 16 0 104675227 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 536 0 0 0 7 2 0 0 20 0 16 0 104675227 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 954 0 0 0 1 1 0 0 20 0 16 0 104675229 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10499] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10499/stat : 10499 (java) S 10488 10491 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711796470688 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10500] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10500/stat : 10500 (java) S 10488 10491 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711795418096 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10501] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10501/stat : 10501 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711794366672 139712301217691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10502] ppid=10488 vsize=10624000 CPUtime=1.77 cores=1,3,5,7
/proc/10491/task/10502/stat : 10502 (java) S 10488 10491 2911 0 -1 1077944384 5471 0 0 0 176 1 0 0 20 0 16 0 104675232 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711793314288 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10503] ppid=10488 vsize=10624000 CPUtime=1.91 cores=1,3,5,7
/proc/10491/task/10503/stat : 10503 (java) S 10488 10491 2911 0 -1 1077944384 7145 0 0 0 190 1 0 0 20 0 16 0 104675232 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711792261744 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10504] ppid=10488 vsize=10624000 CPUtime=0.74 cores=1,3,5,7
/proc/10491/task/10504/stat : 10504 (java) S 10488 10491 2911 0 -1 1077944384 6491 0 0 0 74 0 0 0 20 0 16 0 104675232 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711791209200 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10505] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10505/stat : 10505 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711790156896 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10506] ppid=10488 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/10491/task/10506/stat : 10506 (java) S 10488 10491 2911 0 -1 1077944384 1088 0 0 0 25 30 0 0 20 0 16 0 104675240 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711789103408 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10507] ppid=10488 vsize=10624000 CPUtime=2381.7 cores=1,3,5,7
/proc/10491/task/10507/stat : 10507 (java) R 10488 10491 2911 0 -1 4202560 24492 0 0 0 238163 7 0 0 20 0 16 0 104675257 10878976000 125917 18446744073709551615 4194304 4196468 140725263897440 139711785910752 139711950153744 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
Current children cumulated CPU time (s) 2387.42
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.9 s]
/proc/loadavg: 2.03 2.06 2.05 3/215 10776
/proc/meminfo: memFree=30246988/32770624 swapFree=0/353780
[pid=10491] ppid=10488 vsize=10624000 CPUtime=2400.02 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 55285 0 0 0 239955 47 0 0 20 0 16 0 104675217 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2656000 126941 3141 1 0 2644926 0
[pid=10491/tid=10493] ppid=10488 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 561 0 0 0 9 3 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 268 0 0 0 8 3 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 299 0 0 0 7 3 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 536 0 0 0 7 2 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 961 0 0 0 1 2 0 0 20 0 16 0 104675229 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10499] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10499/stat : 10499 (java) S 10488 10491 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711796470688 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10500] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10500/stat : 10500 (java) S 10488 10491 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711795418096 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10501] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10501/stat : 10501 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711794366672 139712301217691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10502] ppid=10488 vsize=10624000 CPUtime=1.77 cores=1,3,5,7
/proc/10491/task/10502/stat : 10502 (java) S 10488 10491 2911 0 -1 1077944384 5473 0 0 0 176 1 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711793314288 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10503] ppid=10488 vsize=10624000 CPUtime=1.91 cores=1,3,5,7
/proc/10491/task/10503/stat : 10503 (java) S 10488 10491 2911 0 -1 1077944384 7147 0 0 0 190 1 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711792261744 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10504] ppid=10488 vsize=10624000 CPUtime=0.74 cores=1,3,5,7
/proc/10491/task/10504/stat : 10504 (java) S 10488 10491 2911 0 -1 1077944384 6499 0 0 0 74 0 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711791209200 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10505] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10505/stat : 10505 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711790156896 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10506] ppid=10488 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/10491/task/10506/stat : 10506 (java) S 10488 10491 2911 0 -1 1077944384 1115 0 0 0 25 30 0 0 20 0 16 0 104675240 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711789103408 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10507] ppid=10488 vsize=10624000 CPUtime=2394.29 cores=1,3,5,7
/proc/10491/task/10507/stat : 10507 (java) R 10488 10491 2911 0 -1 4202560 24844 0 0 0 239422 7 0 0 20 0 16 0 104675257 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711785910752 139711950154864 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10624000

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10491 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2394.9 s]
/proc/loadavg: 2.03 2.06 2.05 3/215 10776
/proc/meminfo: memFree=30246988/32770624 swapFree=0/353780
[pid=10491] ppid=10488 vsize=10624000 CPUtime=2400.02 cores=1,3,5,7
/proc/10491/stat : 10491 (java) S 10488 10491 2911 0 -1 1077944320 55285 0 0 0 239955 47 0 0 20 0 16 0 104675217 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 140725263879984 139712301199095 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
/proc/10491/statm: 2656000 126941 3141 1 0 2644926 0
[pid=10491/tid=10493] ppid=10488 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10491/task/10493/stat : 10493 (java) S 10488 10491 2911 0 -1 1077944384 6226 0 0 0 19 2 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139712305441968 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10494] ppid=10488 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/10491/task/10494/stat : 10494 (java) S 10488 10491 2911 0 -1 1077944384 561 0 0 0 9 3 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711912606480 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10495] ppid=10488 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/10491/task/10495/stat : 10495 (java) S 10488 10491 2911 0 -1 1077944384 268 0 0 0 8 3 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711911553936 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10496] ppid=10488 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/10491/task/10496/stat : 10496 (java) S 10488 10491 2911 0 -1 1077944384 299 0 0 0 7 3 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711910501392 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10497] ppid=10488 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/10491/task/10497/stat : 10497 (java) S 10488 10491 2911 0 -1 1077944384 536 0 0 0 7 2 0 0 20 0 16 0 104675227 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711909448848 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10498] ppid=10488 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/10491/task/10498/stat : 10498 (java) S 10488 10491 2911 0 -1 1077944384 961 0 0 0 1 2 0 0 20 0 16 0 104675229 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711865174000 139712301210242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10499] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10499/stat : 10499 (java) S 10488 10491 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711796470688 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10500] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10500/stat : 10500 (java) S 10488 10491 2911 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 104675229 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711795418096 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10501] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10501/stat : 10501 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711794366672 139712301217691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10502] ppid=10488 vsize=10624000 CPUtime=1.77 cores=1,3,5,7
/proc/10491/task/10502/stat : 10502 (java) S 10488 10491 2911 0 -1 1077944384 5473 0 0 0 176 1 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711793314288 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10503] ppid=10488 vsize=10624000 CPUtime=1.91 cores=1,3,5,7
/proc/10491/task/10503/stat : 10503 (java) S 10488 10491 2911 0 -1 1077944384 7147 0 0 0 190 1 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711792261744 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10504] ppid=10488 vsize=10624000 CPUtime=0.74 cores=1,3,5,7
/proc/10491/task/10504/stat : 10504 (java) S 10488 10491 2911 0 -1 1077944384 6499 0 0 0 74 0 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711791209200 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10505] ppid=10488 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10491/task/10505/stat : 10505 (java) S 10488 10491 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104675232 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711790156896 139712301209301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10506] ppid=10488 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/10491/task/10506/stat : 10506 (java) S 10488 10491 2911 0 -1 1077944384 1115 0 0 0 25 30 0 0 20 0 16 0 104675240 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711789103408 139712301210242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
[pid=10491/tid=10507] ppid=10488 vsize=10624000 CPUtime=2394.29 cores=1,3,5,7
/proc/10491/task/10507/stat : 10507 (java) R 10488 10491 2911 0 -1 4202560 24844 0 0 0 239422 7 0 0 20 0 16 0 104675257 10878976000 126941 18446744073709551615 4194304 4196468 140725263897440 139711785910752 139711950154864 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13529088 140725263901133 140725263901262 140725263901262 140725263904719 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2394.91
CPU time (s): 2400.05
CPU user time (s): 2399.56
CPU system time (s): 0.48905
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.56
system time used= 0.48905
maximum resident set size= 516532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54541
involuntary context switches= 819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.045 second user time and 12.6911 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 21:55:59
IDJOB=4249369
IDBENCH=139726
IDSOLVER=2624
FILE ID=node132/4249369-1502050220
RUNJOBID= node132-1502042086-8767
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-11-11.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249369-1502050220/watcher-4249369-1502050220 -o /tmp/evaluation-result-4249369-1502050220/solver-4249369-1502050220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502042086-8767 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249369-1502050220.xml

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

MD5SUM BENCH= bb123246d746538548fb2ce23858e0c6
RANDOM SEED=721324779

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.74
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.74
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.74
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.74
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:        31358664 kB
MemAvailable:   31877892 kB
Buffers:          212004 kB
Cached:           606272 kB
SwapCached:            0 kB
Active:           603880 kB
Inactive:         385668 kB
Active(anon):     172104 kB
Inactive(anon):    32628 kB
Active(file):     431776 kB
Inactive(file):   353040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8072 kB
Writeback:             4 kB
AnonPages:        171340 kB
Mapped:            59832 kB
Shmem:             33468 kB
Slab:             127368 kB
SReclaimable:     100496 kB
SUnreclaim:        26872 kB
KernelStack:        3504 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1158280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 62016 MiB
End job on node132 at 2017-08-06 22:35:55