Trace number 4264669

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon-basic 2017-06-11SAT 7.6800299 5.5281501

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s05c-table.xml
MD5SUMdb3f83fbcf6995a753f778d644e50d9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.59901
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.22/0.38	
0.22/0.38	AbsCon 2 
0.22/0.38	
4.43/3.28	  Solving XCSP3-instance-4264669-1502270025 as a CSP
4.43/3.28	  Loading variables...
5.38/3.77	  Loading constraints...
7.39/5.41	  Solver SolverBacktrack being built...
7.39/5.41	
7.39/5.49	  Preprocessing : gac=true, ccks=161, filters=539, revisions=26 (useless=0), AC=648, removals=648, inconsistent=false
7.39/5.49	
7.65/5.51	
7.65/5.51	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 3 6 1 7 2 5 9 4 8 9 8 7 4 1 3 2 5 6 2 5 4 8 6 9 1 3 7 8 7 6 9 3 4 5 1 2 5 2 3 1 8 6 7 9 4 4 1 9 2 5 7 6 8 3 6 4 5 3 7 1 8 2 9 7 3 8 5 9 2 4 6 1 1 9 2 6 4 8 3 7 5 </values>  </instantiation>
7.65/5.51	s SATISFIABLE
7.65/5.51	
7.65/5.51	d WRONG_DECISIONS 0

Verifier Data

OK	

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-4264669-1502270025/watcher-4264669-1502270025 -o /tmp/evaluation-result-4264669-1502270025/solver-4264669-1502270025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7906 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264669-1502270025.xml 

pid=10239
running on 4 cores: 0,2,4,6

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: 2.26 2.09 2.07 3/200 10242
/proc/meminfo: memFree=30419992/32770624 swapFree=0/377908
[pid=10242] ppid=10239 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10242/stat : 10242 (runsolver) D 10239 10242 1774 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 74817751 24240128 107 18446744073709551615 4194304 4338465 140724857027696 140724857025336 140245164155607 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 15298560 140724857032864 140724857033289 140724857033289 140724857036746 0
/proc/10242/statm: 5918 107 54 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 2.26 2.09 2.07 3/200 10242
/proc/meminfo: memFree=30419992/32770624 swapFree=0/377908
[pid=10242] ppid=10239 vsize=356952 CPUtime=0 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 1757 0 0 0 0 0 0 0 20 0 2 0 74817751 365518848 1452 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 89238 1452 1106 1 0 79208 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200343 s]
/proc/loadavg: 2.26 2.09 2.07 3/200 10242
/proc/meminfo: memFree=30419992/32770624 swapFree=0/377908
[pid=10242] ppid=10239 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 5008 0 0 0 4 1 0 0 20 0 14 0 74817751 10736119808 6065 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2621123 6065 2591 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.304092 s]
/proc/loadavg: 2.26 2.09 2.07 3/200 10242
/proc/meminfo: memFree=30419992/32770624 swapFree=0/377908
[pid=10242] ppid=10239 vsize=10551180 CPUtime=0.22 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 8750 0 0 0 19 3 0 0 20 0 15 0 74817751 10804408320 9059 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2637795 9059 2874 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551180

[startup+0.700753 s]
/proc/loadavg: 2.26 2.09 2.07 3/200 10242
/proc/meminfo: memFree=30419992/32770624 swapFree=0/377908
[pid=10242] ppid=10239 vsize=10621952 CPUtime=0.95 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 11965 0 0 0 87 8 0 0 20 0 16 0 74817751 10876878848 41554 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2655488 41554 3042 1 0 2644414 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10621952

[startup+1.50273 s]
/proc/loadavg: 2.26 2.09 2.07 4/214 10288
/proc/meminfo: memFree=30892932/32770624 swapFree=0/377872
[pid=10242] ppid=10239 vsize=10621952 CPUtime=2.49 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 14140 0 0 0 227 22 0 0 20 0 16 0 74817751 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2655488 110402 3105 1 0 2644414 0
[pid=10242/tid=10244] ppid=10239 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/10242/task/10244/stat : 10244 (java) S 10239 10242 1774 0 -1 1077944384 6253 0 0 0 19 3 0 0 20 0 16 0 74817760 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139798404943024 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10245] ppid=10239 vsize=10621952 CPUtime=0.06 cores=0,2,4,6
/proc/10242/task/10245/stat : 10245 (java) R 10239 10242 1774 0 -1 4202560 115 0 0 0 3 3 0 0 20 0 16 0 74817761 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139798368258960 139798385727570 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10246] ppid=10239 vsize=10621952 CPUtime=0.06 cores=0,2,4,6
/proc/10242/task/10246/stat : 10246 (java) R 10239 10242 1774 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 16 0 74817761 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139798011001616 139798385727570 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10247] ppid=10239 vsize=10621952 CPUtime=0.05 cores=0,2,4,6
/proc/10242/task/10247/stat : 10247 (java) R 10239 10242 1774 0 -1 4202560 211 0 0 0 3 2 0 0 20 0 16 0 74817761 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139798009949528 139798393803037 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10248] ppid=10239 vsize=10621952 CPUtime=0.04 cores=0,2,4,6
/proc/10242/task/10248/stat : 10248 (java) R 10239 10242 1774 0 -1 4202560 62 0 0 0 2 2 0 0 20 0 16 0 74817761 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139798008896528 139798393803468 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10249] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10249/stat : 10249 (java) S 10239 10242 1774 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 16 0 74817762 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797897142944 139798400710357 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10250] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10250/stat : 10250 (java) S 10239 10242 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797896090400 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10251] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10251/stat : 10251 (java) S 10239 10242 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797895038064 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10252] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10252/stat : 10252 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817765 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797893986384 139798400718747 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10253] ppid=10239 vsize=10621952 CPUtime=0.35 cores=0,2,4,6
/proc/10242/task/10253/stat : 10253 (java) S 10239 10242 1774 0 -1 1077944384 1434 0 0 0 35 0 0 0 20 0 16 0 74817765 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797892934256 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10254] ppid=10239 vsize=10621952 CPUtime=0.35 cores=0,2,4,6
/proc/10242/task/10254/stat : 10254 (java) S 10239 10242 1774 0 -1 1077944384 1022 0 0 0 35 0 0 0 20 0 16 0 74817766 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797891881456 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10255] ppid=10239 vsize=10621952 CPUtime=0.23 cores=0,2,4,6
/proc/10242/task/10255/stat : 10255 (java) S 10239 10242 1774 0 -1 1077944384 1157 0 0 0 23 0 0 0 20 0 16 0 74817766 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797890829168 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10256] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10256/stat : 10256 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817766 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797889776608 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10257] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10257/stat : 10257 (java) S 10239 10242 1774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74817772 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797888723376 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10258] ppid=10239 vsize=10621952 CPUtime=1.04 cores=0,2,4,6
/proc/10242/task/10258/stat : 10258 (java) S 10239 10242 1774 0 -1 1077944384 2210 0 0 0 99 5 0 0 20 0 16 0 74817789 10876878848 110402 18446744073709551615 4194304 4196468 140731019632160 139797885531488 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 10621952

[startup+3.10074 s]
/proc/loadavg: 2.32 2.11 2.07 3/214 10288
/proc/meminfo: memFree=30034008/32770624 swapFree=0/377876
[pid=10242] ppid=10239 vsize=10621952 CPUtime=4.32 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 15142 0 0 0 403 29 0 0 20 0 16 0 74817751 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2655488 185393 3113 1 0 2644414 0
[pid=10242/tid=10244] ppid=10239 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/10242/task/10244/stat : 10244 (java) S 10239 10242 1774 0 -1 1077944384 6253 0 0 0 19 3 0 0 20 0 16 0 74817760 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798404943024 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10245] ppid=10239 vsize=10621952 CPUtime=0.1 cores=0,2,4,6
/proc/10242/task/10245/stat : 10245 (java) S 10239 10242 1774 0 -1 1077944384 179 0 0 0 6 4 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798368258960 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10246] ppid=10239 vsize=10621952 CPUtime=0.1 cores=0,2,4,6
/proc/10242/task/10246/stat : 10246 (java) S 10239 10242 1774 0 -1 1077944384 176 0 0 0 7 3 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798011001616 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10247] ppid=10239 vsize=10621952 CPUtime=0.08 cores=0,2,4,6
/proc/10242/task/10247/stat : 10247 (java) S 10239 10242 1774 0 -1 1077944384 267 0 0 0 5 3 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798009949328 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10248] ppid=10239 vsize=10621952 CPUtime=0.09 cores=0,2,4,6
/proc/10242/task/10248/stat : 10248 (java) S 10239 10242 1774 0 -1 1077944384 113 0 0 0 6 3 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798008896528 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10249] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10249/stat : 10249 (java) S 10239 10242 1774 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 16 0 74817762 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797897144432 139798400711298 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10250] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10250/stat : 10250 (java) S 10239 10242 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797896090464 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10251] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10251/stat : 10251 (java) S 10239 10242 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797895038080 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10252] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10252/stat : 10252 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817765 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797893986384 139798400718747 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10253] ppid=10239 vsize=10621952 CPUtime=0.43 cores=0,2,4,6
/proc/10242/task/10253/stat : 10253 (java) S 10239 10242 1774 0 -1 1077944384 1462 0 0 0 43 0 0 0 20 0 16 0 74817765 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797892934256 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10254] ppid=10239 vsize=10621952 CPUtime=0.45 cores=0,2,4,6
/proc/10242/task/10254/stat : 10254 (java) S 10239 10242 1774 0 -1 1077944384 1206 0 0 0 45 0 0 0 20 0 16 0 74817766 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797891881456 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10255] ppid=10239 vsize=10621952 CPUtime=0.25 cores=0,2,4,6
/proc/10242/task/10255/stat : 10255 (java) S 10239 10242 1774 0 -1 1077944384 1185 0 0 0 25 0 0 0 20 0 16 0 74817766 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797890829168 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10256] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10256/stat : 10256 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817766 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797889776608 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10257] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10257/stat : 10257 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817772 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797888723376 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10258] ppid=10239 vsize=10621952 CPUtime=2.52 cores=0,2,4,6
/proc/10242/task/10258/stat : 10258 (java) R 10239 10242 1774 0 -1 4202560 2416 0 0 0 244 8 0 0 20 0 16 0 74817789 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797885529640 139798379777643 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 10621952

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

[startup+3.20091 s]
/proc/loadavg: 2.32 2.11 2.07 3/214 10288
/proc/meminfo: memFree=30034008/32770624 swapFree=0/377876
[pid=10242] ppid=10239 vsize=10621952 CPUtime=4.43 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 15145 0 0 0 414 29 0 0 20 0 16 0 74817751 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2655488 185393 3113 1 0 2644414 0
[pid=10242/tid=10244] ppid=10239 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/10242/task/10244/stat : 10244 (java) S 10239 10242 1774 0 -1 1077944384 6253 0 0 0 19 3 0 0 20 0 16 0 74817760 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798404943024 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10245] ppid=10239 vsize=10621952 CPUtime=0.1 cores=0,2,4,6
/proc/10242/task/10245/stat : 10245 (java) S 10239 10242 1774 0 -1 1077944384 179 0 0 0 6 4 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798368258960 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10246] ppid=10239 vsize=10621952 CPUtime=0.1 cores=0,2,4,6
/proc/10242/task/10246/stat : 10246 (java) S 10239 10242 1774 0 -1 1077944384 176 0 0 0 7 3 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798011001616 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10247] ppid=10239 vsize=10621952 CPUtime=0.08 cores=0,2,4,6
/proc/10242/task/10247/stat : 10247 (java) S 10239 10242 1774 0 -1 1077944384 267 0 0 0 5 3 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798009949328 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10248] ppid=10239 vsize=10621952 CPUtime=0.09 cores=0,2,4,6
/proc/10242/task/10248/stat : 10248 (java) S 10239 10242 1774 0 -1 1077944384 113 0 0 0 6 3 0 0 20 0 16 0 74817761 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139798008896528 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10249] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10249/stat : 10249 (java) S 10239 10242 1774 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 16 0 74817762 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797897144432 139798400711298 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10250] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10250/stat : 10250 (java) S 10239 10242 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797896090464 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10251] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10251/stat : 10251 (java) S 10239 10242 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797895038080 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10252] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10252/stat : 10252 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817765 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797893986384 139798400718747 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10253] ppid=10239 vsize=10621952 CPUtime=0.43 cores=0,2,4,6
/proc/10242/task/10253/stat : 10253 (java) S 10239 10242 1774 0 -1 1077944384 1462 0 0 0 43 0 0 0 20 0 16 0 74817765 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797892934256 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10254] ppid=10239 vsize=10621952 CPUtime=0.45 cores=0,2,4,6
/proc/10242/task/10254/stat : 10254 (java) S 10239 10242 1774 0 -1 1077944384 1207 0 0 0 45 0 0 0 20 0 16 0 74817766 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797891881456 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10255] ppid=10239 vsize=10621952 CPUtime=0.25 cores=0,2,4,6
/proc/10242/task/10255/stat : 10255 (java) S 10239 10242 1774 0 -1 1077944384 1186 0 0 0 25 0 0 0 20 0 16 0 74817766 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797890829168 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10256] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10256/stat : 10256 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817766 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797889776608 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10257] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10257/stat : 10257 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817772 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797888723376 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10258] ppid=10239 vsize=10621952 CPUtime=2.62 cores=0,2,4,6
/proc/10242/task/10258/stat : 10258 (java) R 10239 10242 1774 0 -1 4202560 2417 0 0 0 254 8 0 0 20 0 16 0 74817789 10876878848 185393 18446744073709551615 4194304 4196468 140731019632160 139797885531232 139798044940999 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 10621952

[startup+4.80069 s]
/proc/loadavg: 2.32 2.11 2.07 2/195 10308
/proc/meminfo: memFree=30489096/32770624 swapFree=0/377844
[pid=10242] ppid=10239 vsize=10621952 CPUtime=6.61 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 20426 0 0 0 626 35 0 0 20 0 16 0 74817751 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2655488 194760 3120 1 0 2644414 0
[pid=10242/tid=10244] ppid=10239 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/10242/task/10244/stat : 10244 (java) S 10239 10242 1774 0 -1 1077944384 6253 0 0 0 19 3 0 0 20 0 16 0 74817760 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139798404943024 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10245] ppid=10239 vsize=10621952 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10245/stat : 10245 (java) S 10239 10242 1774 0 -1 1077944384 202 0 0 0 8 5 0 0 20 0 16 0 74817761 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139798368258960 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10246] ppid=10239 vsize=10621952 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10246/stat : 10246 (java) S 10239 10242 1774 0 -1 1077944384 199 0 0 0 8 5 0 0 20 0 16 0 74817761 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139798011001616 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10247] ppid=10239 vsize=10621952 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10247/stat : 10247 (java) S 10239 10242 1774 0 -1 1077944384 293 0 0 0 7 5 0 0 20 0 16 0 74817761 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139798009949328 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10248] ppid=10239 vsize=10621952 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10248/stat : 10248 (java) S 10239 10242 1774 0 -1 1077944384 134 0 0 0 8 4 0 0 20 0 16 0 74817761 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139798008896528 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10249] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10249/stat : 10249 (java) S 10239 10242 1774 0 -1 1077944384 654 0 0 0 0 0 0 0 20 0 16 0 74817762 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797897144432 139798400711298 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10250] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10250/stat : 10250 (java) S 10239 10242 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797896090464 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10251] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10251/stat : 10251 (java) S 10239 10242 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797895038080 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10252] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10252/stat : 10252 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817765 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797893986384 139798400718747 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10253] ppid=10239 vsize=10621952 CPUtime=0.61 cores=0,2,4,6
/proc/10242/task/10253/stat : 10253 (java) S 10239 10242 1774 0 -1 1077944384 2658 0 0 0 61 0 0 0 20 0 16 0 74817765 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797892934256 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10254] ppid=10239 vsize=10621952 CPUtime=0.65 cores=0,2,4,6
/proc/10242/task/10254/stat : 10254 (java) S 10239 10242 1774 0 -1 1077944384 1984 0 0 0 65 0 0 0 20 0 16 0 74817766 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797891881456 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10255] ppid=10239 vsize=10621952 CPUtime=0.35 cores=0,2,4,6
/proc/10242/task/10255/stat : 10255 (java) S 10239 10242 1774 0 -1 1077944384 1901 0 0 0 35 0 0 0 20 0 16 0 74817766 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797890829168 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10256] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10256/stat : 10256 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817766 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797889776608 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10257] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10257/stat : 10257 (java) S 10239 10242 1774 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 74817772 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797888723376 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10258] ppid=10239 vsize=10621952 CPUtime=4.18 cores=0,2,4,6
/proc/10242/task/10258/stat : 10258 (java) R 10239 10242 1774 0 -1 4202560 4778 0 0 0 409 9 0 0 20 0 16 0 74817789 10876878848 194760 18446744073709551615 4194304 4196468 140731019632160 139797885530648 139798386769153 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 10621952

[startup+5.20074 s]
/proc/loadavg: 2.32 2.11 2.07 2/195 10308
/proc/meminfo: memFree=30489096/32770624 swapFree=0/377844
[pid=10242] ppid=10239 vsize=10621952 CPUtime=7.01 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 20986 0 0 0 666 35 0 0 20 0 16 0 74817751 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2655488 202702 3120 1 0 2644414 0
[pid=10242/tid=10244] ppid=10239 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/10242/task/10244/stat : 10244 (java) S 10239 10242 1774 0 -1 1077944384 6253 0 0 0 19 3 0 0 20 0 16 0 74817760 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139798404943024 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10245] ppid=10239 vsize=10621952 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10245/stat : 10245 (java) S 10239 10242 1774 0 -1 1077944384 202 0 0 0 8 5 0 0 20 0 16 0 74817761 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139798368258960 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10246] ppid=10239 vsize=10621952 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10246/stat : 10246 (java) S 10239 10242 1774 0 -1 1077944384 199 0 0 0 8 5 0 0 20 0 16 0 74817761 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139798011001616 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10247] ppid=10239 vsize=10621952 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10247/stat : 10247 (java) S 10239 10242 1774 0 -1 1077944384 293 0 0 0 7 5 0 0 20 0 16 0 74817761 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139798009949328 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10248] ppid=10239 vsize=10621952 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10248/stat : 10248 (java) S 10239 10242 1774 0 -1 1077944384 134 0 0 0 8 4 0 0 20 0 16 0 74817761 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139798008896528 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10249] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10249/stat : 10249 (java) S 10239 10242 1774 0 -1 1077944384 654 0 0 0 0 0 0 0 20 0 16 0 74817762 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797897144432 139798400711298 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10250] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10250/stat : 10250 (java) S 10239 10242 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797896090464 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10251] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10251/stat : 10251 (java) S 10239 10242 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797895038080 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10252] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10252/stat : 10252 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817765 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797893986384 139798400718747 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10253] ppid=10239 vsize=10621952 CPUtime=0.62 cores=0,2,4,6
/proc/10242/task/10253/stat : 10253 (java) S 10239 10242 1774 0 -1 1077944384 2660 0 0 0 62 0 0 0 20 0 16 0 74817765 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797892934256 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10254] ppid=10239 vsize=10621952 CPUtime=0.65 cores=0,2,4,6
/proc/10242/task/10254/stat : 10254 (java) S 10239 10242 1774 0 -1 1077944384 1984 0 0 0 65 0 0 0 20 0 16 0 74817766 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797891881456 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10255] ppid=10239 vsize=10621952 CPUtime=0.36 cores=0,2,4,6
/proc/10242/task/10255/stat : 10255 (java) S 10239 10242 1774 0 -1 1077944384 1904 0 0 0 36 0 0 0 20 0 16 0 74817766 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797890829168 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10256] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10256/stat : 10256 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817766 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797889776608 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10257] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10257/stat : 10257 (java) S 10239 10242 1774 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 74817772 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797888723376 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10258] ppid=10239 vsize=10621952 CPUtime=4.59 cores=0,2,4,6
/proc/10242/task/10258/stat : 10258 (java) R 10239 10242 1774 0 -1 4202560 5333 0 0 0 449 10 0 0 20 0 16 0 74817789 10876878848 202702 18446744073709551615 4194304 4196468 140731019632160 139797885530904 139798045786389 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 10621952

[startup+5.40073 s]
/proc/loadavg: 2.32 2.11 2.07 2/195 10308
/proc/meminfo: memFree=30489096/32770624 swapFree=0/377844
[pid=10242] ppid=10239 vsize=10621952 CPUtime=7.39 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 22823 0 0 0 703 36 0 0 20 0 16 0 74817751 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2655488 213271 3130 1 0 2644414 0
[pid=10242/tid=10244] ppid=10239 vsize=10621952 CPUtime=0.22 cores=0,2,4,6
/proc/10242/task/10244/stat : 10244 (java) S 10239 10242 1774 0 -1 1077944384 6253 0 0 0 19 3 0 0 20 0 16 0 74817760 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139798404943024 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10245] ppid=10239 vsize=10621952 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10245/stat : 10245 (java) S 10239 10242 1774 0 -1 1077944384 202 0 0 0 8 5 0 0 20 0 16 0 74817761 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139798368258960 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10246] ppid=10239 vsize=10621952 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10246/stat : 10246 (java) S 10239 10242 1774 0 -1 1077944384 199 0 0 0 8 5 0 0 20 0 16 0 74817761 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139798011001616 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10247] ppid=10239 vsize=10621952 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10247/stat : 10247 (java) S 10239 10242 1774 0 -1 1077944384 293 0 0 0 7 5 0 0 20 0 16 0 74817761 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139798009949328 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10248] ppid=10239 vsize=10621952 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10248/stat : 10248 (java) S 10239 10242 1774 0 -1 1077944384 134 0 0 0 8 4 0 0 20 0 16 0 74817761 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139798008896528 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10249] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10249/stat : 10249 (java) S 10239 10242 1774 0 -1 1077944384 723 0 0 0 0 0 0 0 20 0 16 0 74817762 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797897144432 139798400711298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10250] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10250/stat : 10250 (java) S 10239 10242 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797896090464 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10251] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10251/stat : 10251 (java) S 10239 10242 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 74817763 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797895038080 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10252] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10252/stat : 10252 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817765 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797893986384 139798400718747 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10253] ppid=10239 vsize=10621952 CPUtime=0.68 cores=0,2,4,6
/proc/10242/task/10253/stat : 10253 (java) S 10239 10242 1774 0 -1 1077944384 2815 0 0 0 68 0 0 0 20 0 16 0 74817765 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797892934256 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10254] ppid=10239 vsize=10621952 CPUtime=0.7 cores=0,2,4,6
/proc/10242/task/10254/stat : 10254 (java) S 10239 10242 1774 0 -1 1077944384 2273 0 0 0 70 0 0 0 20 0 16 0 74817766 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797891881456 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10255] ppid=10239 vsize=10621952 CPUtime=0.41 cores=0,2,4,6
/proc/10242/task/10255/stat : 10255 (java) S 10239 10242 1774 0 -1 1077944384 2496 0 0 0 41 0 0 0 20 0 16 0 74817766 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797890829168 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10256] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10256/stat : 10256 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817766 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797889776608 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10257] ppid=10239 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10257/stat : 10257 (java) S 10239 10242 1774 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 74817772 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797888723376 139798400711298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10258] ppid=10239 vsize=10621952 CPUtime=4.78 cores=0,2,4,6
/proc/10242/task/10258/stat : 10258 (java) R 10239 10242 1774 0 -1 4202560 6065 0 0 0 468 10 0 0 20 0 16 0 74817789 10876878848 213271 18446744073709551615 4194304 4196468 140731019632160 139797885530864 139798045215552 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 10621952

[startup+5.50154 s]
/proc/loadavg: 2.32 2.11 2.07 9/216 10338
/proc/meminfo: memFree=30216276/32770624 swapFree=0/377672
[pid=10242] ppid=10239 vsize=10624000 CPUtime=7.65 cores=0,2,4,6
/proc/10242/stat : 10242 (java) S 10239 10242 1774 0 -1 1077944320 23350 0 0 0 728 37 0 0 20 0 16 0 74817751 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 140731019614704 139798400700151 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
/proc/10242/statm: 2656000 218077 3133 1 0 2644926 0
[pid=10242/tid=10244] ppid=10239 vsize=10624000 CPUtime=0.22 cores=0,2,4,6
/proc/10242/task/10244/stat : 10244 (java) S 10239 10242 1774 0 -1 1077944384 6253 0 0 0 19 3 0 0 20 0 16 0 74817760 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139798404943024 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10245] ppid=10239 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10245/stat : 10245 (java) S 10239 10242 1774 0 -1 1077944384 202 0 0 0 8 5 0 0 20 0 16 0 74817761 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139798368258960 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10246] ppid=10239 vsize=10624000 CPUtime=0.13 cores=0,2,4,6
/proc/10242/task/10246/stat : 10246 (java) S 10239 10242 1774 0 -1 1077944384 199 0 0 0 8 5 0 0 20 0 16 0 74817761 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139798011001616 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10247] ppid=10239 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10247/stat : 10247 (java) S 10239 10242 1774 0 -1 1077944384 293 0 0 0 7 5 0 0 20 0 16 0 74817761 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139798009949328 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10248] ppid=10239 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/10242/task/10248/stat : 10248 (java) S 10239 10242 1774 0 -1 1077944384 134 0 0 0 8 4 0 0 20 0 16 0 74817761 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139798008896528 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10249] ppid=10239 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10249/stat : 10249 (java) S 10239 10242 1774 0 -1 1077944384 723 0 0 0 0 0 0 0 20 0 16 0 74817762 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797897144432 139798400711298 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10250] ppid=10239 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10250/stat : 10250 (java) S 10239 10242 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 74817763 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797896090464 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10251] ppid=10239 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10251/stat : 10251 (java) S 10239 10242 1774 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 74817763 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797895038080 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10252] ppid=10239 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10252/stat : 10252 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817765 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797893986384 139798400718747 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10253] ppid=10239 vsize=10624000 CPUtime=0.74 cores=0,2,4,6
/proc/10242/task/10253/stat : 10253 (java) R 10239 10242 1774 0 -1 4202560 2838 0 0 0 74 0 0 0 20 0 16 0 74817765 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797892920824 139798379889713 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10254] ppid=10239 vsize=10624000 CPUtime=0.76 cores=0,2,4,6
/proc/10242/task/10254/stat : 10254 (java) R 10239 10242 1774 0 -1 4202560 2296 0 0 0 76 0 0 0 20 0 16 0 74817766 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797891861408 139798380393247 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10255] ppid=10239 vsize=10624000 CPUtime=0.44 cores=0,2,4,6
/proc/10242/task/10255/stat : 10255 (java) R 10239 10242 1774 0 -1 1077944384 2591 0 0 0 44 0 0 0 20 0 16 0 74817766 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797890829168 139798400711298 0 4 1 16800974 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10256] ppid=10239 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10256/stat : 10256 (java) S 10239 10242 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74817766 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797889776608 139798400710357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10257] ppid=10239 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/10242/task/10257/stat : 10257 (java) R 10239 10242 1774 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 74817772 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797888723376 139798400711298 0 4 1 16800974 0 0 0 -1 6 0 0 37 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
[pid=10242/tid=10258] ppid=10239 vsize=10624000 CPUtime=4.89 cores=0,2,4,6
/proc/10242/task/10258/stat : 10258 (java) R 10239 10242 1774 0 -1 4202560 6452 0 0 0 478 11 0 0 20 0 16 0 74817789 10878976000 218077 18446744073709551615 4194304 4196468 140731019632160 139797885529248 139798041590738 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 26636288 140731019633101 140731019633230 140731019633230 140731019636687 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 5.52815
CPU time (s): 7.68003
CPU user time (s): 7.29967
CPU system time (s): 0.380359
CPU usage (%): 138.926
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.29967
system time used= 0.380359
maximum resident set size= 874748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23440
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2286
involuntary context switches= 85

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029387 second user time and 0.038331 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-09 10:59:38
IDJOB=4264669
IDBENCH=120396
IDSOLVER=2652
FILE ID=node133/4264669-1502270025
RUNJOBID= node133-1502259076-7906
PBS_JOBID= 
Free space on /tmp= 61984 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s05c-table.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264669-1502270025/watcher-4264669-1502270025 -o /tmp/evaluation-result-4264669-1502270025/solver-4264669-1502270025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7906 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264669-1502270025.xml

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

MD5SUM BENCH= db3f83fbcf6995a753f778d644e50d9f
RANDOM SEED=880046503

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:        30420904 kB
MemAvailable:   31175892 kB
Buffers:          259016 kB
Cached:           792620 kB
SwapCached:            0 kB
Active:          1510004 kB
Inactive:         411020 kB
Active(anon):     869936 kB
Inactive(anon):    33112 kB
Active(file):     640068 kB
Inactive(file):   377908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28868 kB
Writeback:             0 kB
AnonPages:       1030784 kB
Mapped:            57720 kB
Shmem:             33468 kB
Slab:             132560 kB
SReclaimable:     105692 kB
SUnreclaim:        26868 kB
KernelStack:        3840 kB
PageTables:         6640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2180916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    940032 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= 61976 MiB
End job on node133 at 2017-08-09 10:59:43