Trace number 4264700

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
AbsCon-basic 2017-06-11SAT (TO)3 2520.0801 2514.1101

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-12-12.xml
MD5SUM413eb2f3dbc4c6295d83fc35d5100e1e
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.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4357
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree123
Maximum variable degree123
Distribution of variable degrees[{"degree":123,"count":144}]
Minimum constraint arity4
Maximum constraint arity144
Distribution of constraint arities[{"arity":4,"count":4356},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints4356
Distribution of constraint types[{"type":"intension","count":4356},{"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.26/0.35	
0.26/0.35	AbsCon 2 
0.26/0.35	
1.63/0.81	  Solving XCSP3-instance-4264700-1502323854 as a COP in -infty..+infty
1.63/0.81	  Loading variables...
1.63/0.87	  Loading constraints...
5.01/1.90	  Solver SolverBacktrack being built...
5.01/1.90	
5.01/1.93	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
5.01/1.93	
9.54/5.87	o 4
14.00/9.60	o 3
2520.06/2514.10	
2520.06/2514.10	v <instantiation id='sol2' type='solution' cost='3'>  <list> x[][] </list>  <values> 0 0 0 0 0 1 1 2 2 2 2 3 0 1 2 2 2 1 2 0 0 1 2 1 0 2 1 1 2 3 1 1 2 0 0 2 1 1 1 2 0 0 0 2 0 3 0 2 1 2 0 1 1 0 3 0 1 0 2 1 1 2 0 2 3 2 1 3 3 2 0 0 1 2 0 3 3 3 2 1 0 3 3 3 1 2 2 3 0 1 3 2 3 0 1 0 1 3 3 0 2 2 3 2 0 1 3 0 2 1 3 0 2 0 1 3 1 2 1 3 2 3 1 0 1 1 2 0 3 3 0 2 2 3 2 0 1 2 0 1 2 0 1 3 </values>  </instantiation>
2520.06/2514.10	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-4264700-1502323854/watcher-4264700-1502323854 -o /tmp/evaluation-result-4264700-1502323854/solver-4264700-1502323854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7907 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264700-1502323854.xml 

pid=21643
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.97 3/200 21646
/proc/meminfo: memFree=29853052/32770624 swapFree=0/388688
[pid=21646] ppid=21643 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21646/stat : 21646 (runsolver) D 21643 21646 1774 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 80200647 24240128 107 18446744073709551615 4194304 4338465 140733510266000 140733510263640 140713707832023 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 10485760 140733510271136 140733510271561 140733510271561 140733510275018 0
/proc/21646/statm: 5918 107 54 36 0 2156 0

[startup+0.107103 s]
/proc/loadavg: 1.93 2.00 1.97 3/200 21646
/proc/meminfo: memFree=29853052/32770624 swapFree=0/388688
[pid=21646] ppid=21643 vsize=9953008 CPUtime=0.01 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 3493 0 0 0 1 0 0 0 20 0 7 0 80200647 10191880192 4697 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2488252 4697 1962 1 0 2477749 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9953008

[startup+0.20266 s]
/proc/loadavg: 1.93 2.00 1.97 3/200 21646
/proc/meminfo: memFree=29853052/32770624 swapFree=0/388688
[pid=21646] ppid=21643 vsize=10551180 CPUtime=0.08 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 4861 0 0 0 7 1 0 0 20 0 15 0 80200647 10804408320 6911 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2637795 6911 2674 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551180

[startup+0.303256 s]
/proc/loadavg: 1.93 2.00 1.97 3/200 21646
/proc/meminfo: memFree=29853052/32770624 swapFree=0/388688
[pid=21646] ppid=21643 vsize=10553264 CPUtime=0.26 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 8360 0 0 0 24 2 0 0 20 0 15 0 80200647 10806542336 9734 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2638316 9734 2924 1 0 2627261 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10553264

[startup+0.700645 s]
/proc/loadavg: 1.93 2.00 1.97 3/200 21646
/proc/meminfo: memFree=29853052/32770624 swapFree=0/388688
[pid=21646] ppid=21643 vsize=10621952 CPUtime=1.29 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 12824 0 0 0 125 4 0 0 20 0 16 0 80200647 10876878848 24612 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2655488 24612 3075 1 0 2644414 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10621952

[startup+1.50261 s]
/proc/loadavg: 1.93 2.00 1.97 4/216 21662
/proc/meminfo: memFree=29681360/32770624 swapFree=0/388708
[pid=21646] ppid=21643 vsize=10621952 CPUtime=3.92 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 17336 0 0 0 381 11 0 0 20 0 16 0 80200647 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2655488 60596 3126 1 0 2644414 0
[pid=21646/tid=21648] ppid=21643 vsize=10621952 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) R 21643 21646 1774 0 -1 4202560 86 0 0 0 1 1 0 0 20 0 16 0 80200656 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740473035040 139740527638985 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10621952 CPUtime=0.04 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) R 21643 21646 1774 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 16 0 80200656 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740527642706 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) R 21643 21646 1774 0 -1 4202560 95 0 0 0 2 0 0 0 20 0 16 0 80200656 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740527642706 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) R 21643 21646 1774 0 -1 4202560 80 0 0 0 1 1 0 0 20 0 16 0 80200656 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740469877464 139740527639342 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 80200657 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740038775968 139740542625493 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21654] ppid=21643 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21654/stat : 21654 (java) S 21643 21646 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 80200658 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740037723424 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21655] ppid=21643 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21655/stat : 21655 (java) S 21643 21646 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 80200658 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740036671088 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21656] ppid=21643 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21656/stat : 21656 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740035619408 139740542633883 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21657] ppid=21643 vsize=10621952 CPUtime=0.98 cores=1,3,5,7
/proc/21646/task/21657/stat : 21657 (java) S 21643 21646 1774 0 -1 1077944384 2446 0 0 0 98 0 0 0 20 0 16 0 80200660 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740034551248 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21658] ppid=21643 vsize=10621952 CPUtime=0.93 cores=1,3,5,7
/proc/21646/task/21658/stat : 21658 (java) S 21643 21646 1774 0 -1 1077944384 2002 0 0 0 93 0 0 0 20 0 16 0 80200660 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740033498448 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21659] ppid=21643 vsize=10621952 CPUtime=0.53 cores=1,3,5,7
/proc/21646/task/21659/stat : 21659 (java) S 21643 21646 1774 0 -1 1077944384 2363 0 0 0 52 1 0 0 20 0 16 0 80200660 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740032461168 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21660] ppid=21643 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21660/stat : 21660 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740031408608 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21661] ppid=21643 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21661/stat : 21661 (java) S 21643 21646 1774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 80200665 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740030356400 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21662] ppid=21643 vsize=10621952 CPUtime=1.08 cores=1,3,5,7
/proc/21646/task/21662/stat : 21662 (java) S 21643 21646 1774 0 -1 1077944384 2976 0 0 0 106 2 0 0 20 0 16 0 80200682 10876878848 60596 18446744073709551615 4194304 4196468 140732168651536 139740027164192 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 10621952

[startup+3.10069 s]
/proc/loadavg: 1.93 2.00 1.97 4/216 21662
/proc/meminfo: memFree=29580832/32770624 swapFree=0/388708
[pid=21646] ppid=21643 vsize=10624000 CPUtime=6.67 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 19897 0 0 0 649 18 0 0 20 0 16 0 80200647 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2656000 71644 3138 1 0 2644926 0
[pid=21646/tid=21648] ppid=21643 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) S 21643 21646 1774 0 -1 1077944384 103 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740473035152 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) S 21643 21646 1774 0 -1 1077944384 136 0 0 0 5 2 0 0 20 0 16 0 80200656 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) S 21643 21646 1774 0 -1 1077944384 112 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) S 21643 21646 1774 0 -1 1077944384 97 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740469877264 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 80200657 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740038777456 139740542626434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21654] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21654/stat : 21654 (java) S 21643 21646 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740037723424 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21655] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21655/stat : 21655 (java) S 21643 21646 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740036671088 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21656] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21656/stat : 21656 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740035619408 139740542633883 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21657] ppid=21643 vsize=10624000 CPUtime=1.39 cores=1,3,5,7
/proc/21646/task/21657/stat : 21657 (java) S 21643 21646 1774 0 -1 1077944384 2543 0 0 0 139 0 0 0 20 0 16 0 80200660 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740034566256 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21658] ppid=21643 vsize=10624000 CPUtime=1.45 cores=1,3,5,7
/proc/21646/task/21658/stat : 21658 (java) S 21643 21646 1774 0 -1 1077944384 2123 0 0 0 145 0 0 0 20 0 16 0 80200660 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740033513456 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21659] ppid=21643 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/21646/task/21659/stat : 21659 (java) S 21643 21646 1774 0 -1 1077944384 2528 0 0 0 62 1 0 0 20 0 16 0 80200660 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740032461168 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21660] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21660/stat : 21660 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740031408608 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21661] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21661/stat : 21661 (java) S 21643 21646 1774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 80200665 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740030356400 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21662] ppid=21643 vsize=10624000 CPUtime=2.65 cores=1,3,5,7
/proc/21646/task/21662/stat : 21662 (java) R 21643 21646 1774 0 -1 4202560 5086 0 0 0 261 4 0 0 20 0 16 0 80200682 10878976000 71644 18446744073709551615 4194304 4196468 140732168651536 139740027165792 139740140154853 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 10624000

[startup+6.30072 s]
/proc/loadavg: 1.85 1.98 1.97 3/216 21662
/proc/meminfo: memFree=29575432/32770624 swapFree=0/388700
[pid=21646] ppid=21643 vsize=10624000 CPUtime=10.24 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 25503 0 0 0 1005 19 0 0 20 0 16 0 80200647 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2656000 71875 3141 1 0 2644926 0
[pid=21646/tid=21648] ppid=21643 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) S 21643 21646 1774 0 -1 1077944384 103 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740473035152 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) S 21643 21646 1774 0 -1 1077944384 136 0 0 0 5 2 0 0 20 0 16 0 80200656 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) S 21643 21646 1774 0 -1 1077944384 112 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) S 21643 21646 1774 0 -1 1077944384 97 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740469877264 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 932 0 0 0 0 0 0 0 20 0 16 0 80200657 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740038777456 139740542626434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21654] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21654/stat : 21654 (java) S 21643 21646 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740037723424 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21655] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21655/stat : 21655 (java) S 21643 21646 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740036671088 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21656] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21656/stat : 21656 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740035619408 139740542633883 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21657] ppid=21643 vsize=10624000 CPUtime=1.53 cores=1,3,5,7
/proc/21646/task/21657/stat : 21657 (java) R 21643 21646 1774 0 -1 4202560 3628 0 0 0 153 0 0 0 20 0 16 0 80200660 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740034566256 139740524151396 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21658] ppid=21643 vsize=10624000 CPUtime=1.63 cores=1,3,5,7
/proc/21646/task/21658/stat : 21658 (java) S 21643 21646 1774 0 -1 1077944384 3279 0 0 0 163 0 0 0 20 0 16 0 80200660 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740033513456 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21659] ppid=21643 vsize=10624000 CPUtime=0.68 cores=1,3,5,7
/proc/21646/task/21659/stat : 21659 (java) S 21643 21646 1774 0 -1 1077944384 3263 0 0 0 67 1 0 0 20 0 16 0 80200660 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740032461168 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21660] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21660/stat : 21660 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740031408608 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21661] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21661/stat : 21661 (java) S 21643 21646 1774 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 16 0 80200665 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740030356400 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21662] ppid=21643 vsize=10624000 CPUtime=5.84 cores=1,3,5,7
/proc/21646/task/21662/stat : 21662 (java) R 21643 21646 1774 0 -1 4202560 6566 0 0 0 580 4 0 0 20 0 16 0 80200682 10878976000 71875 18446744073709551615 4194304 4196468 140732168651536 139740027165800 139740140962169 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.86 1.98 1.97 3/216 21662
/proc/meminfo: memFree=29572764/32770624 swapFree=0/388696
[pid=21646] ppid=21643 vsize=10624000 CPUtime=17.22 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 29768 0 0 0 1702 20 0 0 20 0 16 0 80200647 10878976000 73048 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2656000 73048 3143 1 0 2644926 0
[pid=21646/tid=21648] ppid=21643 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10878976000 73048 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) S 21643 21646 1774 0 -1 1077944384 103 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 73048 18446744073709551615 4194304 4196468 140732168651536 139740473035152 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) S 21643 21646 1774 0 -1 1077944384 136 0 0 0 5 2 0 0 20 0 16 0 80200656 10878976000 73048 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) S 21643 21646 1774 0 -1 1077944384 112 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 73048 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) S 21643 21646 1774 0 -1 1077944384 97 0 0 0 4 2 0 0 20 0 16 0 80200656 10878976000 73048 18446744073709551615 4194304 4196468 140732168651536 139740469877264 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 967 0 0 0 0 0 0 0 20 0 16 0 80200657 10878976000 73048 18446744073709551615 4194304 4196468 140732168651536 139740038777456 139740542626434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0

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

/proc/meminfo: memFree=28477540/32770624 swapFree=0/389136
[pid=21646] ppid=21643 vsize=10624000 CPUtime=2448.23 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 55520 0 0 0 244755 68 0 0 20 0 16 0 80200647 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2656000 131745 3148 1 0 2644926 0
[pid=21646/tid=21648] ppid=21643 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) S 21643 21646 1774 0 -1 1077944384 1504 0 0 0 10 5 0 0 20 0 16 0 80200656 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740473035152 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10624000 CPUtime=0.17 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) S 21643 21646 1774 0 -1 1077944384 736 0 0 0 12 5 0 0 20 0 16 0 80200656 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) S 21643 21646 1774 0 -1 1077944384 333 0 0 0 11 4 0 0 20 0 16 0 80200656 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10624000 CPUtime=0.16 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) S 21643 21646 1774 0 -1 1077944384 1156 0 0 0 11 5 0 0 20 0 16 0 80200656 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740469877264 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 1768 0 0 0 2 2 0 0 20 0 16 0 80200657 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740038777456 139740542626434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21654] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21654/stat : 21654 (java) S 21643 21646 1774 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740037723488 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21655] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21655/stat : 21655 (java) S 21643 21646 1774 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740036671104 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21656] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21656/stat : 21656 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740035619408 139740542633883 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21657] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21657/stat : 21657 (java) S 21643 21646 1774 0 -1 1077944384 7751 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740034566256 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21658] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21658/stat : 21658 (java) S 21643 21646 1774 0 -1 1077944384 7218 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740033513456 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21659] ppid=21643 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/21646/task/21659/stat : 21659 (java) S 21643 21646 1774 0 -1 1077944384 5807 0 0 0 72 1 0 0 20 0 16 0 80200660 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740032461168 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21660] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21660/stat : 21660 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740031408608 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21661] ppid=21643 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/21646/task/21661/stat : 21661 (java) S 21643 21646 1774 0 -1 1077944384 1193 0 0 0 27 39 0 0 20 0 16 0 80200665 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740030356400 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21662] ppid=21643 vsize=10624000 CPUtime=2441.91 cores=1,3,5,7
/proc/21646/task/21662/stat : 21662 (java) R 21643 21646 1774 0 -1 4202560 20921 0 0 0 244184 7 0 0 20 0 16 0 80200682 10878976000 131745 18446744073709551615 4194304 4196468 140732168651536 139740027166392 139740141520735 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
Current children cumulated CPU time (s) 2448.23
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.03 2.04 2.02 3/216 21950
/proc/meminfo: memFree=28459528/32770624 swapFree=0/389148
[pid=21646] ppid=21643 vsize=10624000 CPUtime=2508.25 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 55708 0 0 0 250756 69 0 0 20 0 16 0 80200647 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2656000 136353 3148 1 0 2644926 0
[pid=21646/tid=21648] ppid=21643 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) S 21643 21646 1774 0 -1 1077944384 1504 0 0 0 10 5 0 0 20 0 16 0 80200656 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740473035152 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10624000 CPUtime=0.17 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) S 21643 21646 1774 0 -1 1077944384 736 0 0 0 12 5 0 0 20 0 16 0 80200656 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) S 21643 21646 1774 0 -1 1077944384 333 0 0 0 11 4 0 0 20 0 16 0 80200656 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10624000 CPUtime=0.16 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) S 21643 21646 1774 0 -1 1077944384 1156 0 0 0 11 5 0 0 20 0 16 0 80200656 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740469877264 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 1768 0 0 0 2 2 0 0 20 0 16 0 80200657 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740038777456 139740542626434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21654] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21654/stat : 21654 (java) S 21643 21646 1774 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740037723488 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21655] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21655/stat : 21655 (java) S 21643 21646 1774 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740036671104 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21656] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21656/stat : 21656 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740035619408 139740542633883 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21657] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21657/stat : 21657 (java) S 21643 21646 1774 0 -1 1077944384 7751 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740034566256 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21658] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21658/stat : 21658 (java) S 21643 21646 1774 0 -1 1077944384 7218 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740033513456 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21659] ppid=21643 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/21646/task/21659/stat : 21659 (java) S 21643 21646 1774 0 -1 1077944384 5807 0 0 0 72 1 0 0 20 0 16 0 80200660 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740032461168 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21660] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21660/stat : 21660 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740031408608 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21661] ppid=21643 vsize=10624000 CPUtime=0.68 cores=1,3,5,7
/proc/21646/task/21661/stat : 21661 (java) S 21643 21646 1774 0 -1 1077944384 1197 0 0 0 28 40 0 0 20 0 16 0 80200665 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740030356400 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21662] ppid=21643 vsize=10624000 CPUtime=2501.92 cores=1,3,5,7
/proc/21646/task/21662/stat : 21662 (java) R 21643 21646 1774 0 -1 4202560 21105 0 0 0 250184 8 0 0 20 0 16 0 80200682 10878976000 136353 18446744073709551615 4194304 4196468 140732168651536 139740027166392 139740140307676 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
Current children cumulated CPU time (s) 2508.25
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.1 s]
/proc/loadavg: 2.03 2.04 2.02 3/216 21950
/proc/meminfo: memFree=28455556/32770624 swapFree=0/389144
[pid=21646] ppid=21643 vsize=10624000 CPUtime=2520.06 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 55712 0 0 0 251936 70 0 0 20 0 16 0 80200647 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2656000 137377 3148 1 0 2644926 0
[pid=21646/tid=21648] ppid=21643 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) S 21643 21646 1774 0 -1 1077944384 1504 0 0 0 10 5 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740473035152 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10624000 CPUtime=0.17 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) S 21643 21646 1774 0 -1 1077944384 736 0 0 0 12 5 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) S 21643 21646 1774 0 -1 1077944384 333 0 0 0 11 4 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10624000 CPUtime=0.16 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) S 21643 21646 1774 0 -1 1077944384 1156 0 0 0 11 5 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740469877264 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 1768 0 0 0 2 2 0 0 20 0 16 0 80200657 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740038777456 139740542626434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21654] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21654/stat : 21654 (java) S 21643 21646 1774 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740037723488 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21655] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21655/stat : 21655 (java) S 21643 21646 1774 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740036671104 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21656] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21656/stat : 21656 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740035619408 139740542633883 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21657] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21657/stat : 21657 (java) S 21643 21646 1774 0 -1 1077944384 7751 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740034566256 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21658] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21658/stat : 21658 (java) S 21643 21646 1774 0 -1 1077944384 7218 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740033513456 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21659] ppid=21643 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/21646/task/21659/stat : 21659 (java) S 21643 21646 1774 0 -1 1077944384 5807 0 0 0 72 1 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740032461168 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21660] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21660/stat : 21660 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740031408608 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21661] ppid=21643 vsize=10624000 CPUtime=0.68 cores=1,3,5,7
/proc/21646/task/21661/stat : 21661 (java) S 21643 21646 1774 0 -1 1077944384 1199 0 0 0 28 40 0 0 20 0 16 0 80200665 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740030356400 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21662] ppid=21643 vsize=10624000 CPUtime=2513.72 cores=1,3,5,7
/proc/21646/task/21662/stat : 21662 (java) R 21643 21646 1774 0 -1 4202560 21107 0 0 0 251364 8 0 0 20 0 16 0 80200682 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740027166392 139740140962254 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
Current children cumulated CPU time (s) 2520.06
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 21646 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2514.1 s]
/proc/loadavg: 2.03 2.04 2.02 3/216 21950
/proc/meminfo: memFree=28455556/32770624 swapFree=0/389144
[pid=21646] ppid=21643 vsize=10624000 CPUtime=2520.06 cores=1,3,5,7
/proc/21646/stat : 21646 (java) S 21643 21646 1774 0 -1 1077944320 55712 0 0 0 251936 70 0 0 20 0 16 0 80200647 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 140732168634080 139740542615287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
/proc/21646/statm: 2656000 137377 3148 1 0 2644926 0
[pid=21646/tid=21648] ppid=21643 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/21646/task/21648/stat : 21648 (java) S 21643 21646 1774 0 -1 1077944384 5728 0 0 0 19 1 0 0 20 0 16 0 80200655 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740546858160 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21649] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21649/stat : 21649 (java) S 21643 21646 1774 0 -1 1077944384 1504 0 0 0 10 5 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740473035152 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21650] ppid=21643 vsize=10624000 CPUtime=0.17 cores=1,3,5,7
/proc/21646/task/21650/stat : 21650 (java) S 21643 21646 1774 0 -1 1077944384 736 0 0 0 12 5 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740471982352 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21651] ppid=21643 vsize=10624000 CPUtime=0.15 cores=1,3,5,7
/proc/21646/task/21651/stat : 21651 (java) S 21643 21646 1774 0 -1 1077944384 333 0 0 0 11 4 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740470930064 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21652] ppid=21643 vsize=10624000 CPUtime=0.16 cores=1,3,5,7
/proc/21646/task/21652/stat : 21652 (java) S 21643 21646 1774 0 -1 1077944384 1156 0 0 0 11 5 0 0 20 0 16 0 80200656 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740469877264 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21653] ppid=21643 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/21646/task/21653/stat : 21653 (java) S 21643 21646 1774 0 -1 1077944384 1768 0 0 0 2 2 0 0 20 0 16 0 80200657 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740038777456 139740542626434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21654] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21654/stat : 21654 (java) S 21643 21646 1774 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740037723488 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21655] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21655/stat : 21655 (java) S 21643 21646 1774 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 80200658 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740036671104 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21656] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21656/stat : 21656 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740035619408 139740542633883 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21657] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21657/stat : 21657 (java) S 21643 21646 1774 0 -1 1077944384 7751 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740034566256 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21658] ppid=21643 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/21646/task/21658/stat : 21658 (java) S 21643 21646 1774 0 -1 1077944384 7218 0 0 0 197 1 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740033513456 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21659] ppid=21643 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/21646/task/21659/stat : 21659 (java) S 21643 21646 1774 0 -1 1077944384 5807 0 0 0 72 1 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740032461168 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21660] ppid=21643 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/21646/task/21660/stat : 21660 (java) S 21643 21646 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 80200660 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740031408608 139740542625493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21661] ppid=21643 vsize=10624000 CPUtime=0.68 cores=1,3,5,7
/proc/21646/task/21661/stat : 21661 (java) S 21643 21646 1774 0 -1 1077944384 1199 0 0 0 28 40 0 0 20 0 16 0 80200665 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740030356400 139740542626434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
[pid=21646/tid=21662] ppid=21643 vsize=10624000 CPUtime=2513.72 cores=1,3,5,7
/proc/21646/task/21662/stat : 21662 (java) R 21643 21646 1774 0 -1 4202560 21107 0 0 0 251364 8 0 0 20 0 16 0 80200682 10878976000 137377 18446744073709551615 4194304 4196468 140732168651536 139740027166392 139740140962254 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27951104 140732168655309 140732168655438 140732168655438 140732168658895 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2514.11
CPU time (s): 2520.08
CPU user time (s): 2519.38
CPU system time (s): 0.705111
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.38
system time used= 0.705111
maximum resident set size= 558260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57472
involuntary context switches= 1040

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2406 second user time and 14.1984 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-10 01:56:47
IDJOB=4264700
IDBENCH=139727
IDSOLVER=2652
FILE ID=node133/4264700-1502323854
RUNJOBID= node133-1502259076-7907
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-12-12.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264700-1502323854/watcher-4264700-1502323854 -o /tmp/evaluation-result-4264700-1502323854/solver-4264700-1502323854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7907 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264700-1502323854.xml

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

MD5SUM BENCH= 413eb2f3dbc4c6295d83fc35d5100e1e
RANDOM SEED=1858680643

node133.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.17
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.17
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.17
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.17
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:        29852792 kB
MemAvailable:   30600144 kB
Buffers:          270980 kB
Cached:           772744 kB
SwapCached:            0 kB
Active:          2061984 kB
Inactive:         421800 kB
Active(anon):    1440800 kB
Inactive(anon):    33112 kB
Active(file):     621184 kB
Inactive(file):   388688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:       1444332 kB
Mapped:            59336 kB
Shmem:             33468 kB
Slab:             133452 kB
SReclaimable:     106628 kB
SUnreclaim:        26824 kB
KernelStack:        3776 kB
PageTables:         8076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3125408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1310720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62012 MiB
End job on node133 at 2017-08-10 02:38:41