Trace number 4262716

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
Concrete 3.4SAT 20.379999 9.3551197

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-003_X2.xml
MD5SUMd6e988770bc6f2507c309b4f4f3312cf
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 benchmark2.1942799
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":149,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

3.42/2.21	c Concrete v3.4 running
20.25/9.33	v <instantiation>
20.25/9.33	v       <list>
20.25/9.33	v         w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23]
20.25/9.33	v       </list>
20.25/9.33	v       <values>
20.25/9.33	v         148 0 13 11 4 6 9 23 1 16 20 22 7 24 5 12 18 14 15 2 25 10 8 17 21 19 3 2 12 1 2 4 3 7 19 1 1 0 14 12 8 2 15 7 10 10 4 2 2 8 2 0 14 15 17 21 24 31 50 51 52 52 66 78 86 88 103 110 120 130 134 136 138 146 148 148
20.25/9.33	v       </values>
20.25/9.33	v     </instantiation>
20.25/9.33	s SATISFIABLE

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-4262716-1502467046/watcher-4262716-1502467046 -o /tmp/evaluation-result-4262716-1502467046/solver-4262716-1502467046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580 bin/concrete HOME/instance-4262716-1502467046.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.37 1.44 1.48 2/199 27623
/proc/meminfo: memFree=30642784/32770624 swapFree=0/467320
[pid=27623] ppid=27620 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27623/stat : 27623 (runsolver) D 27620 27623 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 88615829 24240128 108 18446744073709551615 4194304 4338465 140724717457520 140724717455160 140593406411479 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 12562432 140724717461712 140724717462089 140724717462089 140724717465546 0
/proc/27623/statm: 5918 108 54 36 0 2156 0

[startup+0.10016 s]
/proc/loadavg: 1.37 1.44 1.48 2/199 27623
/proc/meminfo: memFree=30642784/32770624 swapFree=0/467320
[pid=27623] ppid=27620 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27623/stat : 27623 (runsolver) D 27620 27623 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 88615829 24240128 108 18446744073709551615 4194304 4338465 140724717457520 140724717455160 140593406411479 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 12562432 140724717461712 140724717462089 140724717462089 140724717465546 0
/proc/27623/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200325 s]
/proc/loadavg: 1.37 1.44 1.48 2/199 27623
/proc/meminfo: memFree=30642784/32770624 swapFree=0/467320
[pid=27623] ppid=27620 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27623/stat : 27623 (bash) S 27620 27623 13007 0 -1 4202496 890 6485 0 0 0 0 0 1 20 0 1 0 88615829 9867264 376 18446744073709551615 4194304 5098028 140726676217504 140726676211512 139703397207040 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 12591104 140726676218388 140726676218473 140726676218473 140726676221930 0
/proc/27623/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300347 s]
/proc/loadavg: 1.37 1.44 1.48 2/199 27623
/proc/meminfo: memFree=30642784/32770624 swapFree=0/467320
[pid=27623] ppid=27620 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 5879 12432 0 0 5 1 5 2 20 0 14 0 88615829 14241083392 5574 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3476827 5574 2653 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.702724 s]
/proc/loadavg: 1.37 1.44 1.48 2/199 27623
/proc/meminfo: memFree=30642784/32770624 swapFree=0/467320
[pid=27623] ppid=27620 vsize=13974784 CPUtime=0.63 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 13815 12432 0 0 52 4 5 2 20 0 15 0 88615829 14310178816 14204 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3493696 14204 3095 1 0 3482965 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13974784

[startup+1.5007 s]
/proc/loadavg: 1.37 1.44 1.48 3/214 27686
/proc/meminfo: memFree=30549480/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 27219 12432 0 0 171 8 5 2 20 0 15 0 88615829 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3496352 33967 3345 1 0 3485525 0
[pid=27623/tid=27673] ppid=27620 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) R 27620 27623 13007 0 -1 4202560 21668 12432 0 0 115 5 5 2 20 0 15 0 88615852 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139648355834720 139648335697246 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) S 27620 27623 13007 0 -1 1077944384 1 12432 0 0 0 0 5 2 20 0 15 0 88615853 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) S 27620 27623 13007 0 -1 1077944384 1 12432 0 0 0 0 5 2 20 0 15 0 88615853 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) S 27620 27623 13007 0 -1 1077944384 1 12432 0 0 0 0 5 2 20 0 15 0 88615853 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647949130256 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) S 27620 27623 13007 0 -1 1077944384 2 12432 0 0 0 0 5 2 20 0 15 0 88615853 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 5 12432 0 0 0 0 5 2 20 0 15 0 88615854 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647830145520 139648351627906 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 33 12432 0 0 0 0 5 2 20 0 15 0 88615855 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647829091744 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 21 12432 0 0 0 0 5 2 20 0 15 0 88615855 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647828039152 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) S 27620 27623 13007 0 -1 1077944384 1126 12432 0 0 15 0 5 2 20 0 15 0 88615857 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647825934320 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) S 27620 27623 13007 0 -1 1077944384 827 12432 0 0 17 0 5 2 20 0 15 0 88615857 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647824881776 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) R 27620 27623 13007 0 -1 4202560 1371 12432 0 0 22 0 5 2 20 0 15 0 88615857 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648336164968 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 8 12432 0 0 0 0 5 2 20 0 15 0 88615863 14321057792 33967 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10096 s]
/proc/loadavg: 1.37 1.44 1.48 4/214 27686
/proc/meminfo: memFree=30466756/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=13997884 CPUtime=5.44 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 48312 12432 0 0 522 15 5 2 20 0 15 0 88615829 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3499471 59536 3445 1 0 3488085 0
[pid=27623/tid=27673] ppid=27620 vsize=13997884 CPUtime=2.84 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) R 27620 27623 13007 0 -1 4202560 35616 12432 0 0 269 8 5 2 20 0 15 0 88615852 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139648355845736 139648002038695 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) S 27620 27623 13007 0 -1 1077944384 42 12432 0 0 0 0 5 2 20 0 15 0 88615853 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) S 27620 27623 13007 0 -1 1077944384 188 12432 0 0 0 0 5 2 20 0 15 0 88615853 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) S 27620 27623 13007 0 -1 1077944384 63 12432 0 0 0 0 5 2 20 0 15 0 88615853 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647949130256 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) S 27620 27623 13007 0 -1 1077944384 60 12432 0 0 0 0 5 2 20 0 15 0 88615853 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 1602 12432 0 0 1 0 5 2 20 0 15 0 88615854 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647830145520 139648351627906 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 88615855 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647829091808 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 43 12432 0 0 0 0 5 2 20 0 15 0 88615855 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647828039168 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) R 27620 27623 13007 0 -1 4202560 2244 12432 0 0 76 1 5 2 20 0 15 0 88615857 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647825924112 139648333161279 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=13997884 CPUtime=0.85 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) R 27620 27623 13007 0 -1 4202560 2064 12432 0 0 78 0 5 2 20 0 15 0 88615857 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647824869216 139648332261754 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=13997884 CPUtime=1 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) S 27620 27623 13007 0 -1 1077944384 4170 12432 0 0 92 1 5 2 20 0 15 0 88615857 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 9 12432 0 0 0 0 5 2 20 0 15 0 88615863 14333833216 59536 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13997884

[startup+6.30096 s]
/proc/loadavg: 1.58 1.48 1.49 5/214 27686
/proc/meminfo: memFree=30230468/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=14067516 CPUtime=14.9 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 65730 12432 0 0 1458 25 5 2 20 0 15 0 88615829 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3516879 134170 3473 1 0 3505493 0
[pid=27623/tid=27673] ppid=27620 vsize=14067516 CPUtime=5.93 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) R 27620 27623 13007 0 -1 4202560 42768 12432 0 0 573 13 5 2 20 0 15 0 88615852 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139648355848504 139648008481432 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) S 27620 27623 13007 0 -1 1077944384 92 12432 0 0 5 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) S 27620 27623 13007 0 -1 1077944384 282 12432 0 0 6 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) S 27620 27623 13007 0 -1 1077944384 114 12432 0 0 6 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647949130256 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) S 27620 27623 13007 0 -1 1077944384 86 12432 0 0 5 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 2410 12432 0 0 4 0 5 2 20 0 15 0 88615854 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647830145520 139648351627906 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 88615855 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647829091808 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 43 12432 0 0 0 0 5 2 20 0 15 0 88615855 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647828039168 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=14067516 CPUtime=3.57 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) R 27620 27623 13007 0 -1 4202560 5399 12432 0 0 348 2 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647825917872 139648332963441 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=14067516 CPUtime=3.59 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) R 27620 27623 13007 0 -1 4202560 6629 12432 0 0 351 1 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647824868560 139648331015121 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=14067516 CPUtime=1.63 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) S 27620 27623 13007 0 -1 1077944384 5685 12432 0 0 154 2 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 11 12432 0 0 0 0 5 2 20 0 15 0 88615863 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 14067516

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

[startup+6.40092 s]
/proc/loadavg: 1.58 1.48 1.49 5/214 27686
/proc/meminfo: memFree=30230468/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=14067516 CPUtime=15.21 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 65784 12432 0 0 1489 25 5 2 20 0 15 0 88615829 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3516879 134170 3473 1 0 3505493 0
[pid=27623/tid=27673] ppid=27620 vsize=14067516 CPUtime=6.03 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) R 27620 27623 13007 0 -1 4202560 42778 12432 0 0 583 13 5 2 20 0 15 0 88615852 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139648355847864 139648008567140 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) S 27620 27623 13007 0 -1 1077944384 92 12432 0 0 5 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) S 27620 27623 13007 0 -1 1077944384 282 12432 0 0 6 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) S 27620 27623 13007 0 -1 1077944384 114 12432 0 0 6 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647949130256 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) S 27620 27623 13007 0 -1 1077944384 86 12432 0 0 5 1 5 2 20 0 15 0 88615853 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 2410 12432 0 0 4 0 5 2 20 0 15 0 88615854 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647830145520 139648351627906 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 88615855 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647829091808 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 43 12432 0 0 0 0 5 2 20 0 15 0 88615855 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647828039168 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=14067516 CPUtime=3.67 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) R 27620 27623 13007 0 -1 4202560 5408 12432 0 0 358 2 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647825916608 139648330836468 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=14067516 CPUtime=3.69 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) R 27620 27623 13007 0 -1 4202560 6660 12432 0 0 361 1 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647824863480 139648335113543 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=14067516 CPUtime=1.64 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) S 27620 27623 13007 0 -1 1077944384 5689 12432 0 0 155 2 5 2 20 0 15 0 88615857 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 11 12432 0 0 0 0 5 2 20 0 15 0 88615863 14405136384 134170 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 14067516

[startup+8.0007 s]
/proc/loadavg: 1.58 1.48 1.49 3/214 27686
/proc/meminfo: memFree=29922272/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=14069564 CPUtime=18.15 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 68763 12432 0 0 1776 32 5 2 20 0 15 0 88615829 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3517391 181544 3478 1 0 3506005 0
[pid=27623/tid=27673] ppid=27620 vsize=14069564 CPUtime=7.6 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) R 27620 27623 13007 0 -1 4202560 43005 12432 0 0 737 16 5 2 20 0 15 0 88615852 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139648355850256 139648007752331 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) S 27620 27623 13007 0 -1 1077944384 173 12432 0 0 7 2 5 2 20 0 15 0 88615853 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) S 27620 27623 13007 0 -1 1077944384 1210 12432 0 0 8 2 5 2 20 0 15 0 88615853 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) S 27620 27623 13007 0 -1 1077944384 163 12432 0 0 7 1 5 2 20 0 15 0 88615853 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647949130256 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) S 27620 27623 13007 0 -1 1077944384 148 12432 0 0 7 1 5 2 20 0 15 0 88615853 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 2504 12432 0 0 4 0 5 2 20 0 15 0 88615854 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647830145520 139648351627906 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647829091808 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 43 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647828039168 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=14069564 CPUtime=4.32 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) S 27620 27623 13007 0 -1 1077944384 6079 12432 0 0 423 2 5 2 20 0 15 0 88615857 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647825934320 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=14069564 CPUtime=4.26 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) S 27620 27623 13007 0 -1 1077944384 7364 12432 0 0 418 1 5 2 20 0 15 0 88615857 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647824881776 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=14069564 CPUtime=1.69 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) S 27620 27623 13007 0 -1 1077944384 5852 12432 0 0 160 2 5 2 20 0 15 0 88615857 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 11 12432 0 0 0 0 5 2 20 0 15 0 88615863 14407233536 181544 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 18.15
Current children cumulated vsize (KiB) 14069564

[startup+8.80069 s]
/proc/loadavg: 1.58 1.48 1.49 3/214 27686
/proc/meminfo: memFree=29903096/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=14069564 CPUtime=19.11 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 69479 12432 0 0 1870 34 5 2 20 0 15 0 88615829 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3517391 186207 3478 1 0 3506005 0
[pid=27623/tid=27673] ppid=27620 vsize=14069564 CPUtime=8.38 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) R 27620 27623 13007 0 -1 4202560 43063 12432 0 0 815 16 5 2 20 0 15 0 88615852 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139648355848336 139647998986791 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) S 27620 27623 13007 0 -1 1077944384 182 12432 0 0 8 2 5 2 20 0 15 0 88615853 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) S 27620 27623 13007 0 -1 1077944384 1219 12432 0 0 9 2 5 2 20 0 15 0 88615853 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) S 27620 27623 13007 0 -1 1077944384 171 12432 0 0 8 2 5 2 20 0 15 0 88615853 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647949130256 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) S 27620 27623 13007 0 -1 1077944384 156 12432 0 0 8 2 5 2 20 0 15 0 88615853 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 2507 12432 0 0 4 0 5 2 20 0 15 0 88615854 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647830145520 139648351627906 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647829091808 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 43 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647828039168 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=14069564 CPUtime=4.39 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) S 27620 27623 13007 0 -1 1077944384 6552 12432 0 0 430 2 5 2 20 0 15 0 88615857 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647825934320 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=14069564 CPUtime=4.28 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) S 27620 27623 13007 0 -1 1077944384 7457 12432 0 0 420 1 5 2 20 0 15 0 88615857 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647824881776 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=14069564 CPUtime=1.7 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) S 27620 27623 13007 0 -1 1077944384 5907 12432 0 0 161 2 5 2 20 0 15 0 88615857 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 11 12432 0 0 0 0 5 2 20 0 15 0 88615863 14407233536 186207 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 19.11
Current children cumulated vsize (KiB) 14069564

[startup+9.20513 s]
/proc/loadavg: 1.58 1.48 1.49 3/214 27686
/proc/meminfo: memFree=29903096/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=14069564 CPUtime=20.02 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 69707 12432 0 0 1960 35 5 2 20 0 15 0 88615829 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3517391 189868 3478 1 0 3506005 0
[pid=27623/tid=27673] ppid=27620 vsize=14069564 CPUtime=8.55 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) S 27620 27623 13007 0 -1 1077944384 43086 12432 0 0 832 16 5 2 20 0 15 0 88615852 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139648355854432 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) R 27620 27623 13007 0 -1 4202560 264 12432 0 0 25 2 5 2 20 0 15 0 88615853 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648344244967 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=14069564 CPUtime=0.35 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) R 27620 27623 13007 0 -1 4202560 1230 12432 0 0 26 2 5 2 20 0 15 0 88615853 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648333226471 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) R 27620 27623 13007 0 -1 4202560 200 12432 0 0 25 2 5 2 20 0 15 0 88615853 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647949130376 139648344244967 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) R 27620 27623 13007 0 -1 4202560 190 12432 0 0 25 2 5 2 20 0 15 0 88615853 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648344244967 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 2540 12432 0 0 10 0 5 2 20 0 15 0 88615854 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647830144144 139648351626965 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 55 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647829091712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 43 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647828039168 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=14069564 CPUtime=4.39 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) S 27620 27623 13007 0 -1 1077944384 6552 12432 0 0 430 2 5 2 20 0 15 0 88615857 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647825934320 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=14069564 CPUtime=4.28 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) S 27620 27623 13007 0 -1 1077944384 7473 12432 0 0 420 1 5 2 20 0 15 0 88615857 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647824881776 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=14069564 CPUtime=1.7 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) S 27620 27623 13007 0 -1 1077944384 5907 12432 0 0 161 2 5 2 20 0 15 0 88615857 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 11 12432 0 0 0 0 5 2 20 0 15 0 88615863 14407233536 189868 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 20.02
Current children cumulated vsize (KiB) 14069564

[startup+9.30065 s]
/proc/loadavg: 1.58 1.48 1.49 3/214 27686
/proc/meminfo: memFree=29903096/32770624 swapFree=0/467692
[pid=27623] ppid=27620 vsize=14069564 CPUtime=20.25 cores=1,3,5,7
/proc/27623/stat : 27623 (java) S 27620 27623 13007 0 -1 1077944320 69796 12432 0 0 1983 35 5 2 20 0 15 0 88615829 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 140731014638544 139648351616759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
/proc/27623/statm: 3517391 189912 3478 1 0 3506005 0
[pid=27623/tid=27673] ppid=27620 vsize=14069564 CPUtime=8.57 cores=1,3,5,7
/proc/27623/task/27673/stat : 27673 (java) R 27620 27623 13007 0 -1 4202560 43164 12432 0 0 834 16 5 2 20 0 15 0 88615852 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139648355844272 139648335931996 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27674] ppid=27620 vsize=14069564 CPUtime=0.39 cores=1,3,5,7
/proc/27623/task/27674/stat : 27674 (java) S 27620 27623 13007 0 -1 1077944384 268 12432 0 0 30 2 5 2 20 0 15 0 88615853 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647951235344 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27675] ppid=27620 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/27623/task/27675/stat : 27675 (java) S 27620 27623 13007 0 -1 1077944384 1231 12432 0 0 31 2 5 2 20 0 15 0 88615853 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647950182800 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27676] ppid=27620 vsize=14069564 CPUtime=0.38 cores=1,3,5,7
/proc/27623/task/27676/stat : 27676 (java) S 27620 27623 13007 0 -1 1077944384 200 12432 0 0 29 2 5 2 20 0 15 0 88615853 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647949130256 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27677] ppid=27620 vsize=14069564 CPUtime=0.39 cores=1,3,5,7
/proc/27623/task/27677/stat : 27677 (java) S 27620 27623 13007 0 -1 1077944384 194 12432 0 0 30 2 5 2 20 0 15 0 88615853 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647948077712 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27678] ppid=27620 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/27623/task/27678/stat : 27678 (java) S 27620 27623 13007 0 -1 1077944384 2541 12432 0 0 13 0 5 2 20 0 15 0 88615854 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647830145520 139648351627906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27679] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27679/stat : 27679 (java) S 27620 27623 13007 0 -1 1077944384 56 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647829091808 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27680] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27680/stat : 27680 (java) S 27620 27623 13007 0 -1 1077944384 43 12432 0 0 0 0 5 2 20 0 15 0 88615855 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647828039168 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27681] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27681/stat : 27681 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615857 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647826987728 139648351635355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27682] ppid=27620 vsize=14069564 CPUtime=4.39 cores=1,3,5,7
/proc/27623/task/27682/stat : 27682 (java) S 27620 27623 13007 0 -1 1077944384 6552 12432 0 0 430 2 5 2 20 0 15 0 88615857 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647825934320 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27683] ppid=27620 vsize=14069564 CPUtime=4.28 cores=1,3,5,7
/proc/27623/task/27683/stat : 27683 (java) S 27620 27623 13007 0 -1 1077944384 7473 12432 0 0 420 1 5 2 20 0 15 0 88615857 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647824881776 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27684] ppid=27620 vsize=14069564 CPUtime=1.7 cores=1,3,5,7
/proc/27623/task/27684/stat : 27684 (java) S 27620 27623 13007 0 -1 1077944384 5907 12432 0 0 161 2 5 2 20 0 15 0 88615857 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647823829232 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27685] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27685/stat : 27685 (java) S 27620 27623 13007 0 -1 1077944384 3 12432 0 0 0 0 5 2 20 0 15 0 88615858 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647822776928 139648351626965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
[pid=27623/tid=27686] ppid=27620 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27623/task/27686/stat : 27686 (java) S 27620 27623 13007 0 -1 1077944384 11 12432 0 0 0 0 5 2 20 0 15 0 88615863 14407233536 189912 18446744073709551615 4194304 4196468 140731014656000 139647821724464 139648351627906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22515712 140731014662096 140731014664881 140731014664881 140731014668239 0
Current children cumulated CPU time (s) 20.25
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 9.35512
CPU time (s): 20.38
CPU user time (s): 19.9793
CPU system time (s): 0.400707
CPU usage (%): 217.849
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.9793
system time used= 0.400707
maximum resident set size= 760352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7667
involuntary context switches= 114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048316 second user time and 0.057568 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 17:43:32
IDJOB=4262716
IDBENCH=135709
IDSOLVER=2650
FILE ID=node135/4262716-1502467046
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-003_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262716-1502467046/watcher-4262716-1502467046 -o /tmp/evaluation-result-4262716-1502467046/solver-4262716-1502467046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262716-1502467046.xml

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

MD5SUM BENCH= d6e988770bc6f2507c309b4f4f3312cf
RANDOM SEED=2135251943

node135.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.21
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.21
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.21
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.21
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:        30643688 kB
MemAvailable:   31482544 kB
Buffers:          294632 kB
Cached:           835928 kB
SwapCached:            0 kB
Active:          1182684 kB
Inactive:         500200 kB
Active(anon):     552772 kB
Inactive(anon):    33140 kB
Active(file):     629912 kB
Inactive(file):   467060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24376 kB
Writeback:             0 kB
AnonPages:        552452 kB
Mapped:            63372 kB
Shmem:             33464 kB
Slab:             143176 kB
SReclaimable:     115440 kB
SUnreclaim:        27736 kB
KernelStack:        3520 kB
PageTables:         8616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1371484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 17:43:41