Trace number 4264702

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)4 2520.0701 2508.9099

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-15-15.xml
MD5SUM31b93d68041edb8c4e758991fee87633
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11026
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree198
Maximum variable degree198
Distribution of variable degrees[{"degree":198,"count":225}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":11025},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints11025
Distribution of constraint types[{"type":"intension","count":11025},{"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.28/0.34	
0.28/0.34	AbsCon 2 
0.28/0.34	
2.02/0.97	  Solving XCSP3-instance-4264702-1502324043 as a COP in -infty..+infty
2.02/0.97	  Loading variables...
2.34/1.04	  Loading constraints...
12.15/4.29	  Solver SolverBacktrack being built...
12.15/4.29	
12.43/4.33	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
12.43/4.33	
27.61/18.67	o 5
43.86/34.35	o 4
2520.05/2508.90	
2520.05/2508.90	v <instantiation id='sol2' type='solution' cost='4'>  <list> x[][] </list>  <values> 0 0 0 0 0 0 0 0 0 1 1 1 1 2 2 0 1 1 1 1 1 1 2 2 2 2 2 3 0 0 0 1 2 2 2 3 3 3 3 0 0 4 1 1 4 0 2 2 3 3 1 2 3 4 3 3 4 1 2 1 0 2 3 2 4 2 1 3 1 2 4 3 2 1 3 0 2 3 4 1 4 3 2 1 1 3 0 4 3 4 0 3 3 3 2 1 2 1 4 1 4 2 0 1 4 0 3 4 1 2 2 3 1 1 3 2 1 3 2 1 1 4 0 2 3 1 2 2 1 4 0 3 0 0 2 1 4 1 0 4 2 2 1 3 3 0 0 1 4 3 1 4 3 1 3 3 2 0 2 0 1 0 2 0 4 1 4 4 4 2 0 1 3 2 1 4 0 3 3 0 2 2 4 3 2 0 1 1 3 0 1 3 0 3 2 2 3 1 0 4 4 2 3 4 4 2 1 0 1 0 2 3 4 2 1 3 0 1 2 0 3 3 4 2 0 </values>  </instantiation>
2520.05/2508.90	s SATISFIABLE

Verifier Data

OK	4

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-4264702-1502324043/watcher-4264702-1502324043 -o /tmp/evaluation-result-4264702-1502324043/solver-4264702-1502324043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264702-1502324043.xml 

pid=981
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 1.90 1.92 2/199 984
/proc/meminfo: memFree=30489192/32770624 swapFree=0/204792
[pid=984] ppid=981 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/984/stat : 984 (runsolver) D 981 984 15981 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 34599871 24240128 106 18446744073709551615 4194304 4338465 140731101772304 140731101769944 140634335814359 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18886656 140731101778080 140731101778506 140731101778506 140731101781962 0
/proc/984/statm: 5918 106 53 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.93 1.90 1.92 2/199 984
/proc/meminfo: memFree=30489192/32770624 swapFree=0/204792
[pid=984] ppid=981 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 3335 0 0 0 0 0 0 0 20 0 6 0 34599871 10175037440 4565 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2484140 4565 1918 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.207401 s]
/proc/loadavg: 1.93 1.90 1.92 2/199 984
/proc/meminfo: memFree=30489192/32770624 swapFree=0/204792
[pid=984] ppid=981 vsize=10551180 CPUtime=0.09 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 4873 0 0 0 8 1 0 0 20 0 15 0 34599871 10804408320 6872 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2637795 6872 2676 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551180

[startup+0.300295 s]
/proc/loadavg: 1.93 1.90 1.92 2/199 984
/proc/meminfo: memFree=30489192/32770624 swapFree=0/204792
[pid=984] ppid=981 vsize=10553264 CPUtime=0.28 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 8456 0 0 0 25 3 0 0 20 0 15 0 34599871 10806542336 9775 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2638316 9775 2906 1 0 2627261 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10553264

[startup+0.702392 s]
/proc/loadavg: 1.93 1.90 1.92 2/199 984
/proc/meminfo: memFree=30489192/32770624 swapFree=0/204792
[pid=984] ppid=981 vsize=10621952 CPUtime=1.37 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 13544 0 0 0 132 5 0 0 20 0 16 0 34599871 10876878848 22891 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2655488 22891 3075 1 0 2644414 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10621952

[startup+1.50144 s]
/proc/loadavg: 1.85 1.88 1.92 6/215 1000
/proc/meminfo: memFree=30307432/32770624 swapFree=0/204792
[pid=984] ppid=981 vsize=10621952 CPUtime=4.04 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 16591 0 0 0 391 13 0 0 20 0 16 0 34599871 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2655488 62934 3121 1 0 2644414 0
[pid=984/tid=986] ppid=981 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10621952 CPUtime=0.05 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) S 981 984 15981 0 -1 1077944384 206 0 0 0 4 1 0 0 20 0 16 0 34599880 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488934079632 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) S 981 984 15981 0 -1 1077944384 94 0 0 0 2 1 0 0 20 0 16 0 34599880 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488933026832 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10621952 CPUtime=0.04 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) S 981 984 15981 0 -1 1077944384 99 0 0 0 3 1 0 0 20 0 16 0 34599880 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488931974032 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10621952 CPUtime=0.04 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) S 981 984 15981 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 16 0 34599880 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488930921232 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 34599882 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488042596720 140489003670146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=992] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/992/stat : 992 (java) S 981 984 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34599882 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488041542752 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=993] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/993/stat : 993 (java) S 981 984 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34599882 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488040489856 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=994] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/994/stat : 994 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488039438160 140489003677595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=995] ppid=981 vsize=10621952 CPUtime=0.97 cores=1,3,5,7
/proc/984/task/995/stat : 995 (java) R 981 984 15981 0 -1 4202560 1712 0 0 0 97 0 0 0 20 0 16 0 34599885 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488038368192 140488983507760 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=996] ppid=981 vsize=10621952 CPUtime=1 cores=1,3,5,7
/proc/984/task/996/stat : 996 (java) R 981 984 15981 0 -1 4202560 1923 0 0 0 100 0 0 0 20 0 16 0 34599885 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488037318736 140488987898792 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=997] ppid=981 vsize=10621952 CPUtime=0.54 cores=1,3,5,7
/proc/984/task/997/stat : 997 (java) S 981 984 15981 0 -1 1077944384 2343 0 0 0 54 0 0 0 20 0 16 0 34599885 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488036280944 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=998] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/998/stat : 998 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488035228384 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=999] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/999/stat : 999 (java) S 981 984 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 34599889 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488034175664 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=1000] ppid=981 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/984/task/1000/stat : 1000 (java) R 981 984 15981 0 -1 4202560 3027 0 0 0 106 3 0 0 20 0 16 0 34599905 10876878848 62934 18446744073709551615 4194304 4196468 140737440814992 140488030981536 140488601874983 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10621952

[startup+3.10144 s]
/proc/loadavg: 1.85 1.88 1.92 5/215 1000
/proc/meminfo: memFree=29994368/32770624 swapFree=0/204820
[pid=984] ppid=981 vsize=10621952 CPUtime=8.95 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 20894 0 0 0 852 43 0 0 20 0 16 0 34599871 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2655488 171935 3150 1 0 2644414 0
[pid=984/tid=986] ppid=981 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10621952 CPUtime=0.57 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) R 981 984 15981 0 -1 4202560 371 0 0 0 49 8 0 0 20 0 16 0 34599880 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488934079520 140488988359715 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10621952 CPUtime=0.57 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) R 981 984 15981 0 -1 4202560 446 0 0 0 49 8 0 0 20 0 16 0 34599880 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488933026640 140488996287207 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10621952 CPUtime=0.56 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) R 981 984 15981 0 -1 4202560 241 0 0 0 48 8 0 0 20 0 16 0 34599880 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488931973840 140488996287207 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10621952 CPUtime=0.52 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) R 981 984 15981 0 -1 4202560 287 0 0 0 45 7 0 0 20 0 16 0 34599880 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488930921040 140488996287207 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 16 0 34599882 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488042595264 140489003669205 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=992] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/992/stat : 992 (java) S 981 984 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34599882 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488041542752 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=993] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/993/stat : 993 (java) S 981 984 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34599882 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488040489856 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=994] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/994/stat : 994 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488039438160 140489003677595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=995] ppid=981 vsize=10621952 CPUtime=1.83 cores=1,3,5,7
/proc/984/task/995/stat : 995 (java) S 981 984 15981 0 -1 1077944384 2864 0 0 0 182 1 0 0 20 0 16 0 34599885 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488038366688 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=996] ppid=981 vsize=10621952 CPUtime=1.9 cores=1,3,5,7
/proc/984/task/996/stat : 996 (java) S 981 984 15981 0 -1 1077944384 3465 0 0 0 190 0 0 0 20 0 16 0 34599885 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488037313888 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=997] ppid=981 vsize=10621952 CPUtime=0.58 cores=1,3,5,7
/proc/984/task/997/stat : 997 (java) S 981 984 15981 0 -1 1077944384 2727 0 0 0 58 0 0 0 20 0 16 0 34599885 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488036280944 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=998] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/998/stat : 998 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488035228384 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=999] ppid=981 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/984/task/999/stat : 999 (java) S 981 984 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 34599889 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488034175664 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=1000] ppid=981 vsize=10621952 CPUtime=2.1 cores=1,3,5,7
/proc/984/task/1000/stat : 1000 (java) S 981 984 15981 0 -1 1077944384 3197 0 0 0 206 4 0 0 20 0 16 0 34599905 10876878848 171935 18446744073709551615 4194304 4196468 140737440814992 140488030982480 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 10621952

[startup+6.30072 s]
/proc/loadavg: 1.87 1.89 1.92 3/215 1000
/proc/meminfo: memFree=29768232/32770624 swapFree=0/204832
[pid=984] ppid=981 vsize=10624000 CPUtime=15.02 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 29098 0 0 0 1457 45 0 0 20 0 16 0 34599871 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2656000 182849 3155 1 0 2644926 0
[pid=984/tid=986] ppid=981 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) S 981 984 15981 0 -1 1077944384 378 0 0 0 86 8 0 0 20 0 16 0 34599880 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488934079632 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) S 981 984 15981 0 -1 1077944384 461 0 0 0 87 8 0 0 20 0 16 0 34599880 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488933026832 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) S 981 984 15981 0 -1 1077944384 242 0 0 0 87 8 0 0 20 0 16 0 34599880 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488931974032 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10624000 CPUtime=0.9 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) S 981 984 15981 0 -1 1077944384 290 0 0 0 83 7 0 0 20 0 16 0 34599880 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488930921232 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 16 0 34599882 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488042596720 140489003670146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=992] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/992/stat : 992 (java) S 981 984 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488041542752 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=993] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/993/stat : 993 (java) S 981 984 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488040489856 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=994] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/994/stat : 994 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488039438160 140489003677595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=995] ppid=981 vsize=10624000 CPUtime=2.66 cores=1,3,5,7
/proc/984/task/995/stat : 995 (java) S 981 984 15981 0 -1 1077944384 6448 0 0 0 265 1 0 0 20 0 16 0 34599885 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488038386544 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=996] ppid=981 vsize=10624000 CPUtime=2.87 cores=1,3,5,7
/proc/984/task/996/stat : 996 (java) S 981 984 15981 0 -1 1077944384 6397 0 0 0 286 1 0 0 20 0 16 0 34599885 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488037333744 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=997] ppid=981 vsize=10624000 CPUtime=0.68 cores=1,3,5,7
/proc/984/task/997/stat : 997 (java) S 981 984 15981 0 -1 1077944384 3009 0 0 0 67 1 0 0 20 0 16 0 34599885 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488036280944 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=998] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/998/stat : 998 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488035228384 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=999] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/999/stat : 999 (java) S 981 984 15981 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 34599889 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488034175664 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=1000] ppid=981 vsize=10624000 CPUtime=4.75 cores=1,3,5,7
/proc/984/task/1000/stat : 1000 (java) R 981 984 15981 0 -1 4202560 4276 0 0 0 470 5 0 0 20 0 16 0 34599905 10878976000 182849 18446744073709551615 4194304 4196468 140737440814992 140488030982576 140488606268067 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.88 1.89 1.92 3/215 1001
/proc/meminfo: memFree=29772200/32770624 swapFree=0/204836
[pid=984] ppid=981 vsize=10624000 CPUtime=21.65 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 33095 0 0 0 2119 46 0 0 20 0 16 0 34599871 10878976000 181334 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2656000 181334 3155 1 0 2644926 0
[pid=984/tid=986] ppid=981 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10878976000 181334 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) S 981 984 15981 0 -1 1077944384 378 0 0 0 86 8 0 0 20 0 16 0 34599880 10878976000 181334 18446744073709551615 4194304 4196468 140737440814992 140488934079632 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) S 981 984 15981 0 -1 1077944384 461 0 0 0 87 8 0 0 20 0 16 0 34599880 10878976000 181334 18446744073709551615 4194304 4196468 140737440814992 140488933026832 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) S 981 984 15981 0 -1 1077944384 242 0 0 0 87 8 0 0 20 0 16 0 34599880 10878976000 181334 18446744073709551615 4194304 4196468 140737440814992 140488931974032 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10624000 CPUtime=0.9 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) S 981 984 15981 0 -1 1077944384 290 0 0 0 83 7 0 0 20 0 16 0 34599880 10878976000 181334 18446744073709551615 4194304 4196468 140737440814992 140488930921232 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 569 0 0 0 2 0 0 0 20 0 16 0 34599882 10878976000 181334 18446744073709551615 4194304 4196468 140737440814992 140488042596720 140489003670146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0

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

/proc/meminfo: memFree=29327000/32770624 swapFree=0/205404
[pid=984] ppid=981 vsize=10624000 CPUtime=2453.42 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 83573 0 0 0 245224 118 0 0 20 0 16 0 34599871 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2656000 268916 3172 1 0 2644926 0
[pid=984/tid=986] ppid=981 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10624000 CPUtime=1.09 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) S 981 984 15981 0 -1 1077944384 495 0 0 0 96 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488934079632 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10624000 CPUtime=1.1 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) S 981 984 15981 0 -1 1077944384 1038 0 0 0 97 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488933026832 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10624000 CPUtime=1.08 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) S 981 984 15981 0 -1 1077944384 431 0 0 0 96 12 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488931974032 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10624000 CPUtime=1.04 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) S 981 984 15981 0 -1 1077944384 449 0 0 0 93 11 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488930921232 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 2121 0 0 0 3 2 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488042596720 140489003670146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=992] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/992/stat : 992 (java) S 981 984 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488041542752 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=993] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/993/stat : 993 (java) S 981 984 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488040489856 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=994] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/994/stat : 994 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488039438160 140489003677595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=995] ppid=981 vsize=10624000 CPUtime=3.19 cores=1,3,5,7
/proc/984/task/995/stat : 995 (java) S 981 984 15981 0 -1 1077944384 10150 0 0 0 317 2 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488038386544 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=996] ppid=981 vsize=10624000 CPUtime=3.28 cores=1,3,5,7
/proc/984/task/996/stat : 996 (java) S 981 984 15981 0 -1 1077944384 13095 0 0 0 326 2 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488037333744 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=997] ppid=981 vsize=10624000 CPUtime=0.81 cores=1,3,5,7
/proc/984/task/997/stat : 997 (java) S 981 984 15981 0 -1 1077944384 7832 0 0 0 80 1 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488036280944 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=998] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/998/stat : 998 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488035228384 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=999] ppid=981 vsize=10624000 CPUtime=0.98 cores=1,3,5,7
/proc/984/task/999/stat : 999 (java) S 981 984 15981 0 -1 1077944384 1586 0 0 0 46 52 0 0 20 0 16 0 34599889 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488034175664 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=1000] ppid=981 vsize=10624000 CPUtime=2440.47 cores=1,3,5,7
/proc/984/task/1000/stat : 1000 (java) R 981 984 15981 0 -1 4202560 39312 0 0 0 244036 11 0 0 20 0 16 0 34599905 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488030985856 140488607229923 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
Current children cumulated CPU time (s) 2453.42
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.04 2.03 2.12 3/212 1415
/proc/meminfo: memFree=29323908/32770624 swapFree=0/205452
[pid=984] ppid=981 vsize=10624000 CPUtime=2513.44 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 84023 0 0 0 251225 119 0 0 20 0 16 0 34599871 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2656000 268916 3172 1 0 2644926 0
[pid=984/tid=986] ppid=981 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10624000 CPUtime=1.09 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) S 981 984 15981 0 -1 1077944384 495 0 0 0 96 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488934079632 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10624000 CPUtime=1.1 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) S 981 984 15981 0 -1 1077944384 1038 0 0 0 97 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488933026832 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10624000 CPUtime=1.08 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) S 981 984 15981 0 -1 1077944384 431 0 0 0 96 12 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488931974032 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10624000 CPUtime=1.04 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) S 981 984 15981 0 -1 1077944384 449 0 0 0 93 11 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488930921232 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 2128 0 0 0 3 2 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488042596720 140489003670146 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=992] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/992/stat : 992 (java) S 981 984 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488041542752 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=993] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/993/stat : 993 (java) S 981 984 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488040489856 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=994] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/994/stat : 994 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488039438160 140489003677595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=995] ppid=981 vsize=10624000 CPUtime=3.2 cores=1,3,5,7
/proc/984/task/995/stat : 995 (java) S 981 984 15981 0 -1 1077944384 10154 0 0 0 317 3 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488038386544 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=996] ppid=981 vsize=10624000 CPUtime=3.28 cores=1,3,5,7
/proc/984/task/996/stat : 996 (java) S 981 984 15981 0 -1 1077944384 13097 0 0 0 326 2 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488037333744 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=997] ppid=981 vsize=10624000 CPUtime=0.81 cores=1,3,5,7
/proc/984/task/997/stat : 997 (java) S 981 984 15981 0 -1 1077944384 7838 0 0 0 80 1 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488036280944 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=998] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/998/stat : 998 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488035228384 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=999] ppid=981 vsize=10624000 CPUtime=1 cores=1,3,5,7
/proc/984/task/999/stat : 999 (java) S 981 984 15981 0 -1 1077944384 1617 0 0 0 47 53 0 0 20 0 16 0 34599889 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488034175664 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=1000] ppid=981 vsize=10624000 CPUtime=2500.47 cores=1,3,5,7
/proc/984/task/1000/stat : 1000 (java) R 981 984 15981 0 -1 4202560 39712 0 0 0 250036 11 0 0 20 0 16 0 34599905 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488030985856 140488606268032 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
Current children cumulated CPU time (s) 2513.44
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.9 s]
/proc/loadavg: 2.04 2.03 2.12 3/211 1415
/proc/meminfo: memFree=29325996/32770624 swapFree=0/205460
[pid=984] ppid=981 vsize=10624000 CPUtime=2520.05 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 84093 0 0 0 251886 119 0 0 20 0 16 0 34599871 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2656000 268916 3172 1 0 2644926 0
[pid=984/tid=986] ppid=981 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10624000 CPUtime=1.09 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) S 981 984 15981 0 -1 1077944384 495 0 0 0 96 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488934079632 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10624000 CPUtime=1.1 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) S 981 984 15981 0 -1 1077944384 1038 0 0 0 97 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488933026832 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10624000 CPUtime=1.08 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) S 981 984 15981 0 -1 1077944384 431 0 0 0 96 12 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488931974032 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10624000 CPUtime=1.04 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) S 981 984 15981 0 -1 1077944384 449 0 0 0 93 11 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488930921232 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 2128 0 0 0 3 2 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488042596720 140489003670146 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=992] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/992/stat : 992 (java) S 981 984 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488041542752 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=993] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/993/stat : 993 (java) S 981 984 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488040489856 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=994] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/994/stat : 994 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488039438160 140489003677595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=995] ppid=981 vsize=10624000 CPUtime=3.2 cores=1,3,5,7
/proc/984/task/995/stat : 995 (java) S 981 984 15981 0 -1 1077944384 10154 0 0 0 317 3 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488038386544 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=996] ppid=981 vsize=10624000 CPUtime=3.28 cores=1,3,5,7
/proc/984/task/996/stat : 996 (java) S 981 984 15981 0 -1 1077944384 13097 0 0 0 326 2 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488037333744 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=997] ppid=981 vsize=10624000 CPUtime=0.81 cores=1,3,5,7
/proc/984/task/997/stat : 997 (java) S 981 984 15981 0 -1 1077944384 7838 0 0 0 80 1 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488036280944 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=998] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/998/stat : 998 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488035228384 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=999] ppid=981 vsize=10624000 CPUtime=1 cores=1,3,5,7
/proc/984/task/999/stat : 999 (java) S 981 984 15981 0 -1 1077944384 1617 0 0 0 47 53 0 0 20 0 16 0 34599889 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488034175664 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=1000] ppid=981 vsize=10624000 CPUtime=2507.07 cores=1,3,5,7
/proc/984/task/1000/stat : 1000 (java) R 981 984 15981 0 -1 4202560 39782 0 0 0 250696 11 0 0 20 0 16 0 34599905 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488030985856 140488606477123 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
Current children cumulated CPU time (s) 2520.05
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 984 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2508.9 s]
/proc/loadavg: 2.04 2.03 2.12 3/211 1415
/proc/meminfo: memFree=29325996/32770624 swapFree=0/205460
[pid=984] ppid=981 vsize=10624000 CPUtime=2520.05 cores=1,3,5,7
/proc/984/stat : 984 (java) S 981 984 15981 0 -1 1077944320 84093 0 0 0 251886 119 0 0 20 0 16 0 34599871 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140737440797536 140489003658999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
/proc/984/statm: 2656000 268916 3172 1 0 2644926 0
[pid=984/tid=986] ppid=981 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/984/task/986/stat : 986 (java) S 981 984 15981 0 -1 1077944384 5708 0 0 0 19 2 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140489007901872 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=987] ppid=981 vsize=10624000 CPUtime=1.09 cores=1,3,5,7
/proc/984/task/987/stat : 987 (java) S 981 984 15981 0 -1 1077944384 495 0 0 0 96 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488934079632 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=988] ppid=981 vsize=10624000 CPUtime=1.1 cores=1,3,5,7
/proc/984/task/988/stat : 988 (java) S 981 984 15981 0 -1 1077944384 1038 0 0 0 97 13 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488933026832 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=989] ppid=981 vsize=10624000 CPUtime=1.08 cores=1,3,5,7
/proc/984/task/989/stat : 989 (java) S 981 984 15981 0 -1 1077944384 431 0 0 0 96 12 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488931974032 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=990] ppid=981 vsize=10624000 CPUtime=1.04 cores=1,3,5,7
/proc/984/task/990/stat : 990 (java) S 981 984 15981 0 -1 1077944384 449 0 0 0 93 11 0 0 20 0 16 0 34599880 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488930921232 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=991] ppid=981 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/984/task/991/stat : 991 (java) S 981 984 15981 0 -1 1077944384 2128 0 0 0 3 2 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488042596720 140489003670146 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=992] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/992/stat : 992 (java) S 981 984 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488041542752 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=993] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/993/stat : 993 (java) S 981 984 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 34599882 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488040489856 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=994] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/994/stat : 994 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488039438160 140489003677595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=995] ppid=981 vsize=10624000 CPUtime=3.2 cores=1,3,5,7
/proc/984/task/995/stat : 995 (java) S 981 984 15981 0 -1 1077944384 10154 0 0 0 317 3 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488038386544 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=996] ppid=981 vsize=10624000 CPUtime=3.28 cores=1,3,5,7
/proc/984/task/996/stat : 996 (java) S 981 984 15981 0 -1 1077944384 13097 0 0 0 326 2 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488037333744 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=997] ppid=981 vsize=10624000 CPUtime=0.81 cores=1,3,5,7
/proc/984/task/997/stat : 997 (java) S 981 984 15981 0 -1 1077944384 7838 0 0 0 80 1 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488036280944 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=998] ppid=981 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/984/task/998/stat : 998 (java) S 981 984 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 34599885 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488035228384 140489003669205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=999] ppid=981 vsize=10624000 CPUtime=1 cores=1,3,5,7
/proc/984/task/999/stat : 999 (java) S 981 984 15981 0 -1 1077944384 1617 0 0 0 47 53 0 0 20 0 16 0 34599889 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488034175664 140489003670146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
[pid=984/tid=1000] ppid=981 vsize=10624000 CPUtime=2507.07 cores=1,3,5,7
/proc/984/task/1000/stat : 1000 (java) R 981 984 15981 0 -1 4202560 39782 0 0 0 250696 11 0 0 20 0 16 0 34599905 10878976000 268916 18446744073709551615 4194304 4196468 140737440814992 140488030985856 140488606477123 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23437312 140737440821710 140737440821839 140737440821839 140737440825295 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2508.91
CPU time (s): 2520.07
CPU user time (s): 2518.87
CPU system time (s): 1.20408
CPU usage (%): 100.445
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.87
system time used= 1.20408
maximum resident set size= 1076212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84475
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= 57508
involuntary context switches= 924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0399 second user time and 15.2771 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-10 02:00:03
IDJOB=4264702
IDBENCH=139730
IDSOLVER=2652
FILE ID=node126/4264702-1502324043
RUNJOBID= node126-1502258241-21716
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-15-15.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264702-1502324043/watcher-4264702-1502324043 -o /tmp/evaluation-result-4264702-1502324043/solver-4264702-1502324043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264702-1502324043.xml

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

MD5SUM BENCH= 31b93d68041edb8c4e758991fee87633
RANDOM SEED=2095594567

node126.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.81
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.81
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.81
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.81
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:        30489728 kB
MemAvailable:   30890440 kB
Buffers:          237728 kB
Cached:           437328 kB
SwapCached:          524 kB
Active:          1547372 kB
Inactive:         276132 kB
Active(anon):    1102228 kB
Inactive(anon):    71340 kB
Active(file):     445144 kB
Inactive(file):   204792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              8248 kB
Writeback:             0 kB
AnonPages:       1235980 kB
Mapped:            50564 kB
Shmem:             25232 kB
Slab:             158864 kB
SReclaimable:     133224 kB
SUnreclaim:        25640 kB
KernelStack:        3728 kB
PageTables:         7188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1946736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1118208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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