Trace number 4264386

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 14.7815 13.3727

DiagnosticValue
WRONG_DECISIONS37200

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-20.xml
MD5SUMc5ec4491a591197ab616d829bf389d5e
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 benchmark0.47480899
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":56},{"degree":4,"count":23},{"degree":5,"count":2}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.23/0.36	
0.23/0.36	AbsCon 2 
0.23/0.36	
0.58/0.56	  Solving XCSP3-instance-4264386-1502298520 as a CSP
0.58/0.56	  Loading variables...
0.58/0.59	  Loading constraints...
0.79/0.66	  Solver SolverBacktrack being built...
0.79/0.66	
1.11/0.73	  Preprocessing : gac=false, ccks=693, filters=693, revisions=9 (useless=0), AC=1368, removals=1368, inconsistent=false
1.11/0.73	
14.69/13.35	
14.69/13.35	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 63 26 42 2 28 34 70 72 32 44 67 4 51 56 45 18 81 3 9 30 65 48 59 39 23 79 17 47 38 24 29 25 53 69 7 77 62 31 36 37 21 27 66 11 78 46 73 60 74 71 19 8 13 5 12 49 43 52 58 55 14 80 6 64 20 41 61 1 57 33 16 76 22 35 54 15 50 40 68 10 75 </values>  </instantiation>
14.69/13.35	s SATISFIABLE
14.69/13.35	
14.69/13.35	d WRONG_DECISIONS 37200

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-4264386-1502298520/watcher-4264386-1502298520 -o /tmp/evaluation-result-4264386-1502298520/solver-4264386-1502298520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9066 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264386-1502298520.xml 

pid=17432
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.01 1.88 1.85 3/201 17435
/proc/meminfo: memFree=31050132/32770624 swapFree=0/414280
[pid=17435] ppid=17432 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17435/stat : 17435 (runsolver) D 17432 17435 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 129504944 24240128 107 18446744073709551615 4194304 4338465 140735559226400 140735559224040 140719342981847 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 15368192 140735559233696 140735559234121 140735559234121 140735559237578 0
/proc/17435/statm: 5918 107 54 36 0 2156 0

[startup+0.101743 s]
/proc/loadavg: 2.01 1.88 1.85 3/201 17435
/proc/meminfo: memFree=31050132/32770624 swapFree=0/414280
[pid=17435] ppid=17432 vsize=9953008 CPUtime=0.01 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 3623 0 0 0 1 0 0 0 20 0 7 0 129504944 10191880192 4829 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2488252 4829 1965 1 0 2477749 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9953008

[startup+0.202609 s]
/proc/loadavg: 2.01 1.88 1.85 3/201 17435
/proc/meminfo: memFree=31050132/32770624 swapFree=0/414280
[pid=17435] ppid=17432 vsize=10551056 CPUtime=0.07 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 4761 0 0 0 6 1 0 0 20 0 15 0 129504944 10804281344 5799 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2637764 6311 2611 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551056

[startup+0.300559 s]
/proc/loadavg: 2.01 1.88 1.85 3/201 17435
/proc/meminfo: memFree=31050132/32770624 swapFree=0/414280
[pid=17435] ppid=17432 vsize=10551180 CPUtime=0.23 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 8711 0 0 0 21 2 0 0 20 0 15 0 129504944 10804408320 9072 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2637795 9072 2891 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551180

[startup+0.701216 s]
/proc/loadavg: 2.01 1.88 1.85 3/201 17435
/proc/meminfo: memFree=31050132/32770624 swapFree=0/414280
[pid=17435] ppid=17432 vsize=10621952 CPUtime=1.11 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 14291 0 0 0 107 4 0 0 20 0 16 0 129504944 10876878848 22348 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2655488 22348 3086 1 0 2644414 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 10621952

[startup+1.50069 s]
/proc/loadavg: 2.01 1.88 1.85 3/217 17451
/proc/meminfo: memFree=30964616/32770624 swapFree=0/414104
[pid=17435] ppid=17432 vsize=10624000 CPUtime=2.62 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 18317 0 0 0 256 6 0 0 20 0 16 0 129504944 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2656000 26054 3098 1 0 2644926 0
[pid=17435/tid=17437] ppid=17432 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/17435/task/17437/stat : 17437 (java) S 17432 17435 4525 0 -1 1077944384 6177 0 0 0 19 1 0 0 20 0 16 0 129504952 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140387438812336 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17438] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17438/stat : 17438 (java) S 17432 17435 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140387391535888 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17439] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17439/stat : 17439 (java) S 17432 17435 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140387390483344 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17440] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17440/stat : 17440 (java) S 17432 17435 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140387389430800 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17441] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17441/stat : 17441 (java) S 17432 17435 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140387388378256 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17442] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17442/stat : 17442 (java) S 17432 17435 4525 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386998093808 140387434580610 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17443] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17443/stat : 17443 (java) S 17432 17435 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386997040032 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17444] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17444/stat : 17444 (java) S 17432 17435 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386995987440 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17445] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17445/stat : 17445 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386994936016 140387434588059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17446] ppid=17432 vsize=10624000 CPUtime=0.45 cores=0,2,4,6
/proc/17435/task/17446/stat : 17446 (java) S 17432 17435 4525 0 -1 1077944384 1553 0 0 0 45 0 0 0 20 0 16 0 129504958 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386993883632 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17447] ppid=17432 vsize=10624000 CPUtime=0.45 cores=0,2,4,6
/proc/17435/task/17447/stat : 17447 (java) S 17432 17435 4525 0 -1 1077944384 1455 0 0 0 45 0 0 0 20 0 16 0 129504958 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386992831088 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17448] ppid=17432 vsize=10624000 CPUtime=0.33 cores=0,2,4,6
/proc/17435/task/17448/stat : 17448 (java) S 17432 17435 4525 0 -1 1077944384 1882 0 0 0 33 0 0 0 20 0 16 0 129504958 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386991778544 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17449] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17449/stat : 17449 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386990726240 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17450] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17450/stat : 17450 (java) S 17432 17435 4525 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 129504964 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386989672752 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17451] ppid=17432 vsize=10624000 CPUtime=1.13 cores=0,2,4,6
/proc/17435/task/17451/stat : 17451 (java) R 17432 17435 4525 0 -1 4202560 5874 0 0 0 111 2 0 0 20 0 16 0 129504981 10878976000 26054 18446744073709551615 4194304 4196468 140728148306784 140386986468656 140387066333169 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 10624000

[startup+3.10069 s]
/proc/loadavg: 2.01 1.88 1.85 3/217 17451
/proc/meminfo: memFree=30945180/32770624 swapFree=0/414104
[pid=17435] ppid=17432 vsize=10624000 CPUtime=4.38 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 20017 0 0 0 431 7 0 0 20 0 16 0 129504944 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2656000 32238 3103 1 0 2644926 0
[pid=17435/tid=17437] ppid=17432 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/17435/task/17437/stat : 17437 (java) S 17432 17435 4525 0 -1 1077944384 6177 0 0 0 19 1 0 0 20 0 16 0 129504952 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140387438812336 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17438] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17438/stat : 17438 (java) S 17432 17435 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140387391535888 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17439] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17439/stat : 17439 (java) S 17432 17435 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140387390483344 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17440] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17440/stat : 17440 (java) S 17432 17435 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140387389430800 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17441] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17441/stat : 17441 (java) S 17432 17435 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140387388378256 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17442] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17442/stat : 17442 (java) S 17432 17435 4525 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386998093808 140387434580610 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17443] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17443/stat : 17443 (java) S 17432 17435 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386997040032 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17444] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17444/stat : 17444 (java) S 17432 17435 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386995987440 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17445] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17445/stat : 17445 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386994936016 140387434588059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17446] ppid=17432 vsize=10624000 CPUtime=0.56 cores=0,2,4,6
/proc/17435/task/17446/stat : 17446 (java) S 17432 17435 4525 0 -1 1077944384 2769 0 0 0 56 0 0 0 20 0 16 0 129504958 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386993883632 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17447] ppid=17432 vsize=10624000 CPUtime=0.49 cores=0,2,4,6
/proc/17435/task/17447/stat : 17447 (java) S 17432 17435 4525 0 -1 1077944384 1720 0 0 0 49 0 0 0 20 0 16 0 129504958 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386992831088 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17448] ppid=17432 vsize=10624000 CPUtime=0.33 cores=0,2,4,6
/proc/17435/task/17448/stat : 17448 (java) S 17432 17435 4525 0 -1 1077944384 1934 0 0 0 33 0 0 0 20 0 16 0 129504958 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386991778544 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17449] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17449/stat : 17449 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386990726240 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17450] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17450/stat : 17450 (java) S 17432 17435 4525 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 129504964 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386989672752 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17451] ppid=17432 vsize=10624000 CPUtime=2.73 cores=0,2,4,6
/proc/17435/task/17451/stat : 17451 (java) R 17432 17435 4525 0 -1 4202560 5936 0 0 0 271 2 0 0 20 0 16 0 129504981 10878976000 32238 18446744073709551615 4194304 4196468 140728148306784 140386986480416 140387066688297 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 10624000

[startup+6.30057 s]
/proc/loadavg: 1.93 1.87 1.85 3/217 17451
/proc/meminfo: memFree=30892332/32770624 swapFree=0/414112
[pid=17435] ppid=17432 vsize=10624000 CPUtime=7.64 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 23280 0 0 0 756 8 0 0 20 0 16 0 129504944 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2656000 49721 3124 1 0 2644926 0
[pid=17435/tid=17437] ppid=17432 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/17435/task/17437/stat : 17437 (java) S 17432 17435 4525 0 -1 1077944384 6177 0 0 0 19 1 0 0 20 0 16 0 129504952 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140387438812336 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17438] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17438/stat : 17438 (java) S 17432 17435 4525 0 -1 1077944384 366 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140387391535888 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17439] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17439/stat : 17439 (java) S 17432 17435 4525 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140387390483344 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17440] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17440/stat : 17440 (java) S 17432 17435 4525 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140387389430800 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17441] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17441/stat : 17441 (java) S 17432 17435 4525 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140387388378256 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17442] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17442/stat : 17442 (java) S 17432 17435 4525 0 -1 1077944384 541 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386998093808 140387434580610 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17443] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17443/stat : 17443 (java) S 17432 17435 4525 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386997040032 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17444] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17444/stat : 17444 (java) S 17432 17435 4525 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386995987440 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17445] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17445/stat : 17445 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386994936016 140387434588059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17446] ppid=17432 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/17435/task/17446/stat : 17446 (java) S 17432 17435 4525 0 -1 1077944384 2776 0 0 0 57 0 0 0 20 0 16 0 129504958 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386993883632 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17447] ppid=17432 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/17435/task/17447/stat : 17447 (java) S 17432 17435 4525 0 -1 1077944384 1728 0 0 0 50 0 0 0 20 0 16 0 129504958 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386992831088 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17448] ppid=17432 vsize=10624000 CPUtime=0.34 cores=0,2,4,6
/proc/17435/task/17448/stat : 17448 (java) S 17432 17435 4525 0 -1 1077944384 3013 0 0 0 34 0 0 0 20 0 16 0 129504958 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386991778544 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17449] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17449/stat : 17449 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386990726240 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17450] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17450/stat : 17450 (java) S 17432 17435 4525 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 16 0 129504964 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386989672752 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17451] ppid=17432 vsize=10624000 CPUtime=5.91 cores=0,2,4,6
/proc/17435/task/17451/stat : 17451 (java) R 17432 17435 4525 0 -1 4202560 6563 0 0 0 588 3 0 0 20 0 16 0 129504981 10878976000 49721 18446744073709551615 4194304 4196468 140728148306784 140386986482864 140387066687936 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.93 1.87 1.85 3/217 17451
/proc/meminfo: memFree=30865336/32770624 swapFree=0/414112
[pid=17435] ppid=17432 vsize=10624000 CPUtime=14.06 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 23900 0 0 0 1397 9 0 0 20 0 16 0 129504944 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2656000 49743 3131 1 0 2644926 0
[pid=17435/tid=17437] ppid=17432 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/17435/task/17437/stat : 17437 (java) S 17432 17435 4525 0 -1 1077944384 6177 0 0 0 19 1 0 0 20 0 16 0 129504952 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387438812336 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17438] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17438/stat : 17438 (java) S 17432 17435 4525 0 -1 1077944384 366 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387391535888 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17439] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17439/stat : 17439 (java) S 17432 17435 4525 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387390483344 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17440] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17440/stat : 17440 (java) S 17432 17435 4525 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387389430800 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17441] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17441/stat : 17441 (java) S 17432 17435 4525 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387388378256 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17442] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17442/stat : 17442 (java) S 17432 17435 4525 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386998093808 140387434580610 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17443] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17443/stat : 17443 (java) S 17432 17435 4525 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386997040032 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17444] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17444/stat : 17444 (java) S 17432 17435 4525 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386995987440 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17445] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17445/stat : 17445 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386994936016 140387434588059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17446] ppid=17432 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/17435/task/17446/stat : 17446 (java) S 17432 17435 4525 0 -1 1077944384 2837 0 0 0 57 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386993883632 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17447] ppid=17432 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/17435/task/17447/stat : 17447 (java) S 17432 17435 4525 0 -1 1077944384 1790 0 0 0 50 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386992831088 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17448] ppid=17432 vsize=10624000 CPUtime=0.35 cores=0,2,4,6
/proc/17435/task/17448/stat : 17448 (java) S 17432 17435 4525 0 -1 1077944384 3218 0 0 0 35 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386991778544 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17449] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17449/stat : 17449 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386990726240 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17450] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17450/stat : 17450 (java) S 17432 17435 4525 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 16 0 129504964 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386989672752 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17451] ppid=17432 vsize=10624000 CPUtime=12.31 cores=0,2,4,6
/proc/17435/task/17451/stat : 17451 (java) R 17432 17435 4525 0 -1 4202560 6754 0 0 0 1228 3 0 0 20 0 16 0 129504981 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386986479984 140387066333177 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 10624000

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

[startup+12.8009 s]
/proc/loadavg: 1.93 1.87 1.85 3/217 17451
/proc/meminfo: memFree=30865336/32770624 swapFree=0/414112
[pid=17435] ppid=17432 vsize=10624000 CPUtime=14.16 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 23902 0 0 0 1407 9 0 0 20 0 16 0 129504944 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2656000 49743 3131 1 0 2644926 0
[pid=17435/tid=17437] ppid=17432 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/17435/task/17437/stat : 17437 (java) S 17432 17435 4525 0 -1 1077944384 6177 0 0 0 19 1 0 0 20 0 16 0 129504952 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387438812336 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17438] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17438/stat : 17438 (java) S 17432 17435 4525 0 -1 1077944384 366 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387391535888 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17439] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17439/stat : 17439 (java) S 17432 17435 4525 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387390483344 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17440] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17440/stat : 17440 (java) S 17432 17435 4525 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387389430800 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17441] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17441/stat : 17441 (java) S 17432 17435 4525 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140387388378256 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17442] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17442/stat : 17442 (java) S 17432 17435 4525 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386998093808 140387434580610 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17443] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17443/stat : 17443 (java) S 17432 17435 4525 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386997040032 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17444] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17444/stat : 17444 (java) S 17432 17435 4525 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386995987440 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17445] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17445/stat : 17445 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386994936016 140387434588059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17446] ppid=17432 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/17435/task/17446/stat : 17446 (java) S 17432 17435 4525 0 -1 1077944384 2837 0 0 0 57 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386993883632 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17447] ppid=17432 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/17435/task/17447/stat : 17447 (java) S 17432 17435 4525 0 -1 1077944384 1790 0 0 0 50 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386992831088 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17448] ppid=17432 vsize=10624000 CPUtime=0.35 cores=0,2,4,6
/proc/17435/task/17448/stat : 17448 (java) S 17432 17435 4525 0 -1 1077944384 3218 0 0 0 35 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386991778544 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17449] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17449/stat : 17449 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386990726240 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17450] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17450/stat : 17450 (java) S 17432 17435 4525 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 16 0 129504964 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386989672752 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17451] ppid=17432 vsize=10624000 CPUtime=12.41 cores=0,2,4,6
/proc/17435/task/17451/stat : 17451 (java) R 17432 17435 4525 0 -1 4202560 6756 0 0 0 1238 3 0 0 20 0 16 0 129504981 10878976000 49743 18446744073709551615 4194304 4196468 140728148306784 140386986479984 140387066245997 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 10624000

[startup+13.2007 s]
/proc/loadavg: 1.93 1.87 1.85 3/217 17451
/proc/meminfo: memFree=30852924/32770624 swapFree=0/414112
[pid=17435] ppid=17432 vsize=10624000 CPUtime=14.59 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 25012 0 0 0 1450 9 0 0 20 0 16 0 129504944 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2656000 52821 3131 1 0 2644926 0
[pid=17435/tid=17437] ppid=17432 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/17435/task/17437/stat : 17437 (java) S 17432 17435 4525 0 -1 1077944384 6177 0 0 0 19 1 0 0 20 0 16 0 129504952 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140387438812336 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17438] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17438/stat : 17438 (java) S 17432 17435 4525 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140387391535888 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17439] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17439/stat : 17439 (java) S 17432 17435 4525 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140387390483344 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17440] ppid=17432 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/17435/task/17440/stat : 17440 (java) S 17432 17435 4525 0 -1 1077944384 691 0 0 0 2 0 0 0 20 0 16 0 129504953 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140387389430800 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17441] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17441/stat : 17441 (java) S 17432 17435 4525 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140387388378256 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17442] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17442/stat : 17442 (java) S 17432 17435 4525 0 -1 1077944384 796 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386998093808 140387434580610 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17443] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17443/stat : 17443 (java) S 17432 17435 4525 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386997040032 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17444] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17444/stat : 17444 (java) S 17432 17435 4525 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386995987440 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17445] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17445/stat : 17445 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386994936016 140387434588059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17446] ppid=17432 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/17435/task/17446/stat : 17446 (java) S 17432 17435 4525 0 -1 1077944384 2837 0 0 0 57 0 0 0 20 0 16 0 129504958 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386993883632 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17447] ppid=17432 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/17435/task/17447/stat : 17447 (java) S 17432 17435 4525 0 -1 1077944384 1790 0 0 0 50 0 0 0 20 0 16 0 129504958 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386992831088 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17448] ppid=17432 vsize=10624000 CPUtime=0.35 cores=0,2,4,6
/proc/17435/task/17448/stat : 17448 (java) S 17432 17435 4525 0 -1 1077944384 3218 0 0 0 35 0 0 0 20 0 16 0 129504958 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386991778544 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17449] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17449/stat : 17449 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386990726240 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17450] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17450/stat : 17450 (java) S 17432 17435 4525 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 16 0 129504964 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386989672752 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17451] ppid=17432 vsize=10624000 CPUtime=12.8 cores=0,2,4,6
/proc/17435/task/17451/stat : 17451 (java) R 17432 17435 4525 0 -1 4202560 6775 0 0 0 1277 3 0 0 20 0 16 0 129504981 10878976000 52821 18446744073709551615 4194304 4196468 140728148306784 140386986482912 140387066687936 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 10624000

[startup+13.3066 s]
/proc/loadavg: 1.93 1.87 1.85 3/217 17451
/proc/meminfo: memFree=30852924/32770624 swapFree=0/414112
[pid=17435] ppid=17432 vsize=10624000 CPUtime=14.69 cores=0,2,4,6
/proc/17435/stat : 17435 (java) S 17432 17435 4525 0 -1 1077944320 25457 0 0 0 1460 9 0 0 20 0 16 0 129504944 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140728148289328 140387434569463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
/proc/17435/statm: 2656000 52830 3131 1 0 2644926 0
[pid=17435/tid=17437] ppid=17432 vsize=10624000 CPUtime=0.2 cores=0,2,4,6
/proc/17435/task/17437/stat : 17437 (java) S 17432 17435 4525 0 -1 1077944384 6177 0 0 0 19 1 0 0 20 0 16 0 129504952 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140387438812336 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17438] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17438/stat : 17438 (java) S 17432 17435 4525 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140387391535888 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17439] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17439/stat : 17439 (java) S 17432 17435 4525 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140387390483344 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17440] ppid=17432 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/17435/task/17440/stat : 17440 (java) S 17432 17435 4525 0 -1 1077944384 691 0 0 0 2 0 0 0 20 0 16 0 129504953 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140387389430800 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17441] ppid=17432 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17435/task/17441/stat : 17441 (java) S 17432 17435 4525 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 16 0 129504953 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140387388378256 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17442] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17442/stat : 17442 (java) S 17432 17435 4525 0 -1 1077944384 796 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386998093808 140387434580610 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17443] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17443/stat : 17443 (java) S 17432 17435 4525 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386997040032 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17444] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17444/stat : 17444 (java) S 17432 17435 4525 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 129504955 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386995987440 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17445] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17445/stat : 17445 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386994936016 140387434588059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17446] ppid=17432 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/17435/task/17446/stat : 17446 (java) S 17432 17435 4525 0 -1 1077944384 2839 0 0 0 57 0 0 0 20 0 16 0 129504958 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386993883632 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17447] ppid=17432 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/17435/task/17447/stat : 17447 (java) S 17432 17435 4525 0 -1 1077944384 1792 0 0 0 50 0 0 0 20 0 16 0 129504958 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386992831088 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17448] ppid=17432 vsize=10624000 CPUtime=0.35 cores=0,2,4,6
/proc/17435/task/17448/stat : 17448 (java) S 17432 17435 4525 0 -1 1077944384 3374 0 0 0 35 0 0 0 20 0 16 0 129504958 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386991778544 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17449] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17449/stat : 17449 (java) S 17432 17435 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 129504958 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386990726240 140387434579669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17450] ppid=17432 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17435/task/17450/stat : 17450 (java) S 17432 17435 4525 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 16 0 129504964 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386989672752 140387434580610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
[pid=17435/tid=17451] ppid=17432 vsize=10624000 CPUtime=12.9 cores=0,2,4,6
/proc/17435/task/17451/stat : 17451 (java) R 17432 17435 4525 0 -1 4202560 7060 0 0 0 1287 3 0 0 20 0 16 0 129504981 10878976000 52830 18446744073709551615 4194304 4196468 140728148306784 140386986482800 140387066688030 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140728148312525 140728148312654 140728148312654 140728148316111 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 13.3727
CPU time (s): 14.7815
CPU user time (s): 14.6731
CPU system time (s): 0.108443
CPU usage (%): 110.535
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6731
system time used= 0.108443
maximum resident set size= 211452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27223
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= 2290
involuntary context switches= 29

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06317 second user time and 0.080849 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-09 18:54:17
IDJOB=4264386
IDBENCH=133221
IDSOLVER=2652
FILE ID=node132/4264386-1502298520
RUNJOBID= node132-1502257024-9066
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-20.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264386-1502298520/watcher-4264386-1502298520 -o /tmp/evaluation-result-4264386-1502298520/solver-4264386-1502298520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9066 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264386-1502298520.xml

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

MD5SUM BENCH= c5ec4491a591197ab616d829bf389d5e
RANDOM SEED=1546400153

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31050504 kB
MemAvailable:   31789556 kB
Buffers:          270500 kB
Cached:           771924 kB
SwapCached:            0 kB
Active:           833996 kB
Inactive:         455100 kB
Active(anon):     246820 kB
Inactive(anon):    40820 kB
Active(file):     587176 kB
Inactive(file):   414280 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8248 kB
Writeback:             0 kB
AnonPages:        259932 kB
Mapped:            66976 kB
Shmem:             41660 kB
Slab:             133696 kB
SReclaimable:     106860 kB
SUnreclaim:        26836 kB
KernelStack:        3808 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1125940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-09 18:54:30