Trace number 4275735

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
OscaR - Parallel with EPS 2017-07-26SAT (TO) 18416.801 2520.1799

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
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.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 784898142
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
5.08/2.45	c Parsing done, starting search...
18416.08/2520.09	s SATISFIABLE
18416.08/2520.09	v <instantiation>
18416.08/2520.09	v 	<list>
18416.08/2520.09	v 		x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99
18416.08/2520.09	v 	</list>
18416.08/2520.09	v 	<values>
18416.08/2520.09	v 		78 79 85 84 105 106 130 131 158 157 61 62 70 71 78 77 110 111 138 137 95 102 108 109 119 118 130 131 142 141 0 1 4 3 9 10 79 78 147 146 38 37 51 50 62 63 131 132 143 142 107 108 125 124 134 135 146 147 153 154 5 6 12 13 18 17 112 113 120 119 64 65 70 69 90 91 119 118 152 153 12 13 23 22 33 34 81 101 104 103 40 39 44 45 50 49 89 90 97 96 
18416.08/2520.09	v 	</values>
18416.08/2520.09	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14988 MiB free)
  memory of node 1: 16384 MiB (15654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275735-1502813705/watcher-4275735-1502813705 -o /tmp/evaluation-result-4275735-1502813705/solver-4275735-1502813705 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 784898142 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275735-1502813705.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=17105, runsolver pid=17102
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 7.41 5.69 6.33 2/199 17125
/proc/meminfo: memFree=31357600/32770624 swapFree=67108860/67108860
[pid=17105] ppid=17102 vsize=14325320 memory=34200 CPUtime=0.12 cores=0-7
/proc/17105/stat : 17105 (java) S 17102 17105 16326 0 -1 1077944320 8456 0 0 0 11 1 0 0 20 0 20 0 114458305 14669127680 8550 33554432000 4194304 4196468 140725889633968 140725889616512 140436319575799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
/proc/17105/statm: 3581330 8550 3408 1 0 3569050 0
[pid=17105/tid=17107] ppid=17102 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17105/task/17107/stat : 17107 (java) R 17102 17105 16326 0 -1 4202560 6404 0 0 0 8 1 0 0 20 0 20 0 114458305 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436323772752 140436303656286 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17108] ppid=17102 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17105/task/17108/stat : 17108 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436249664528 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17109] ppid=17102 vsize=14325320 memory=140631160186496 CPUtime=0 cores=0-7
/proc/17105/task/17109/stat : 17109 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436248611984 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17110] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17110/stat : 17110 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436247558928 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17111] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17111/stat : 17111 (java) S 17102 17105 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436246506384 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17112] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17112/stat : 17112 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436245453328 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17113] ppid=17102 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17105/task/17113/stat : 17113 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436244400784 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17114] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17114/stat : 17114 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436243347728 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17115] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17115/stat : 17115 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 8550 33554432000 4194304 4196468 140725889633968 140436242295184 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17116] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17116/stat : 17116 (java) S 17102 17105 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114458307 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435575446256 140436319586946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17117] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17117/stat : 17117 (java) S 17102 17105 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114458308 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435574392480 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17118] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17118/stat : 17118 (java) S 17102 17105 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114458308 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435573339376 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17119] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17119/stat : 17119 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458310 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435572287952 140436319594395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17120] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17120/stat : 17120 (java) S 17102 17105 16326 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435571235056 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17121] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17121/stat : 17121 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435570182512 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17122] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17122/stat : 17122 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435569129456 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17123] ppid=17102 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/17105/task/17123/stat : 17123 (java) S 17102 17105 16326 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 114458311 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435568076912 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17124] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17124/stat : 17124 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435567025120 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17125] ppid=17102 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17105/task/17125/stat : 17125 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 8550 33554432000 4194304 4196468 140725889633968 140435498462384 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34200 KiB

[startup+0.209667 s]*
/proc/loadavg: 7.41 5.69 6.33 3/199 17125
/proc/meminfo: memFree=31349348/32770624 swapFree=67108860/67108860
[pid=17105] ppid=17102 vsize=14325320 memory=43344 CPUtime=0.29 cores=0-7
/proc/17105/stat : 17105 (java) S 17102 17105 16326 0 -1 1077944320 9460 0 0 0 27 2 0 0 20 0 20 0 114458305 14669127680 10836 33554432000 4194304 4196468 140725889633968 140725889616512 140436319575799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
/proc/17105/statm: 3581330 10836 3592 1 0 3569050 0
[pid=17105/tid=17107] ppid=17102 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/17105/task/17107/stat : 17107 (java) R 17102 17105 16326 0 -1 4202560 7028 0 0 0 18 1 0 0 20 0 20 0 114458305 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436323768400 140436303619429 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17108] ppid=17102 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/17105/task/17108/stat : 17108 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436249664528 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17109] ppid=17102 vsize=14325320 memory=140631160690956 CPUtime=0 cores=0-7
/proc/17105/task/17109/stat : 17109 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436248611984 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17110] ppid=17102 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17105/task/17110/stat : 17110 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436247558928 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17111] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17111/stat : 17111 (java) S 17102 17105 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436246506384 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17112] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17112/stat : 17112 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436245453328 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17113] ppid=17102 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17105/task/17113/stat : 17113 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436244400784 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17114] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17114/stat : 17114 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436243347728 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17115] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17115/stat : 17115 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669127680 10836 33554432000 4194304 4196468 140725889633968 140436242295184 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17116] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17116/stat : 17116 (java) S 17102 17105 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114458307 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435575446256 140436319586946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17117] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17117/stat : 17117 (java) S 17102 17105 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114458308 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435574392480 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17118] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17118/stat : 17118 (java) S 17102 17105 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114458308 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435573339376 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17119] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17119/stat : 17119 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458310 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435572287952 140436319594395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17120] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17120/stat : 17120 (java) S 17102 17105 16326 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435571235056 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17121] ppid=17102 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/17105/task/17121/stat : 17121 (java) S 17102 17105 16326 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 114458311 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435570182512 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17122] ppid=17102 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/17105/task/17122/stat : 17122 (java) S 17102 17105 16326 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 20 0 114458311 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435569129456 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17123] ppid=17102 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/17105/task/17123/stat : 17123 (java) R 17102 17105 16326 0 -1 4202560 412 0 0 0 5 0 0 0 20 0 20 0 114458311 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435568076912 140436298209376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17124] ppid=17102 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17124/stat : 17124 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435567025120 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17125] ppid=17102 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/17105/task/17125/stat : 17125 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458311 14669127680 10836 33554432000 4194304 4196468 140725889633968 140435498462384 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43344 KiB

[startup+0.309467 s]*
/proc/loadavg: 7.41 5.69 6.33 2/199 17125
/proc/meminfo: memFree=31341904/32770624 swapFree=67108860/67108860
[pid=17105] ppid=17102 vsize=14325340 memory=51000 CPUtime=0.48 cores=0-7
/proc/17105/stat : 17105 (java) S 17102 17105 16326 0 -1 1077944320 10495 0 0 0 45 3 0 0 20 0 20 0 114458305 14669148160 12750 33554432000 4194304 4196468 140725889633968 140725889616512 140436319575799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
/proc/17105/statm: 3581335 12750 3681 1 0 3569050 0
[pid=17105/tid=17107] ppid=17102 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17105/task/17107/stat : 17107 (java) R 17102 17105 16326 0 -1 4202560 7601 0 0 0 28 1 0 0 20 0 20 0 114458305 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436323805248 140436319597146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17108] ppid=17102 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17108/stat : 17108 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436249664528 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17109] ppid=17102 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17109/stat : 17109 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436248611984 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17110] ppid=17102 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17110/stat : 17110 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436247558928 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17111] ppid=17102 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17111/stat : 17111 (java) S 17102 17105 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436246506384 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17112] ppid=17102 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/17105/task/17112/stat : 17112 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436245453328 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17113] ppid=17102 vsize=14325340 memory=140631053792175 CPUtime=0 cores=0-7
/proc/17105/task/17113/stat : 17113 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436244400784 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17114] ppid=17102 vsize=14325340 memory=140631053794480 CPUtime=0 cores=0-7
/proc/17105/task/17114/stat : 17114 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436243347728 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17115] ppid=17102 vsize=14325340 memory=140631053796784 CPUtime=0 cores=0-7
/proc/17105/task/17115/stat : 17115 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14669148160 12750 33554432000 4194304 4196468 140725889633968 140436242295184 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17116] ppid=17102 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17116/stat : 17116 (java) S 17102 17105 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114458307 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435575446256 140436319586946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17117] ppid=17102 vsize=14325340 memory=281262107600528 CPUtime=0 cores=0-7
/proc/17105/task/17117/stat : 17117 (java) S 17102 17105 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114458308 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435574392480 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17118] ppid=17102 vsize=14325340 memory=281262107607440 CPUtime=0 cores=0-7
/proc/17105/task/17118/stat : 17118 (java) S 17102 17105 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114458308 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435573339376 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17119] ppid=17102 vsize=14325340 memory=281262107548720 CPUtime=0 cores=0-7
/proc/17105/task/17119/stat : 17119 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458310 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435572287952 140436319594395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17120] ppid=17102 vsize=14325340 memory=281262107621264 CPUtime=0.02 cores=0-7
/proc/17105/task/17120/stat : 17120 (java) S 17102 17105 16326 0 -1 1077944384 502 0 0 0 2 0 0 0 20 0 20 0 114458311 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435571235056 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17121] ppid=17102 vsize=14325340 memory=281262107628176 CPUtime=0.01 cores=0-7
/proc/17105/task/17121/stat : 17121 (java) R 17102 17105 16326 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 114458311 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435570182512 140436319586946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17122] ppid=17102 vsize=14325340 memory=281262107625872 CPUtime=0.04 cores=0-7
/proc/17105/task/17122/stat : 17122 (java) S 17102 17105 16326 0 -1 1077944384 269 0 0 0 4 0 0 0 20 0 20 0 114458311 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435569129456 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17123] ppid=17102 vsize=14325340 memory=281262107642480 CPUtime=0.08 cores=0-7
/proc/17105/task/17123/stat : 17123 (java) R 17102 17105 16326 0 -1 4202560 543 0 0 0 8 0 0 0 20 0 20 0 114458311 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435568076912 140436319597146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17124] ppid=17102 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17124/stat : 17124 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458311 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435567025120 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17125] ppid=17102 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/17105/task/17125/stat : 17125 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458311 14669148160 12750 33554432000 4194304 4196468 140725889633968 140435498462384 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51000 KiB

[startup+0.700892 s]
/proc/loadavg: 7.41 5.69 6.33 3/199 17125
/proc/meminfo: memFree=31329636/32770624 swapFree=67108860/67108860
[pid=17105] ppid=17102 vsize=14327388 memory=83772 CPUtime=1.4 cores=0-7
/proc/17105/stat : 17105 (java) S 17102 17105 16326 0 -1 1077944320 13578 0 0 0 135 5 0 0 20 0 20 0 114458305 14671245312 20943 33554432000 4194304 4196468 140725889633968 140725889616512 140436319575799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
/proc/17105/statm: 3581847 20943 3772 1 0 3569562 0
[pid=17105/tid=17107] ppid=17102 vsize=14327388 memory=0 CPUtime=0.68 cores=0-7
/proc/17105/task/17107/stat : 17107 (java) R 17102 17105 16326 0 -1 4202560 8572 0 0 0 65 3 0 0 20 0 20 0 114458305 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436323810080 140435919026176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17108] ppid=17102 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17108/stat : 17108 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436249664528 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17109] ppid=17102 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17109/stat : 17109 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436248611984 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17110] ppid=17102 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/17105/task/17110/stat : 17110 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436247558928 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17111] ppid=17102 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/17105/task/17111/stat : 17111 (java) S 17102 17105 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436246506384 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17112] ppid=17102 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/17105/task/17112/stat : 17112 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436245453328 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17113] ppid=17102 vsize=14327388 memory=1428 CPUtime=0 cores=0-7
/proc/17105/task/17113/stat : 17113 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436244400784 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17114] ppid=17102 vsize=14327388 memory=1204 CPUtime=0 cores=0-7
/proc/17105/task/17114/stat : 17114 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436243347728 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17115] ppid=17102 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/17105/task/17115/stat : 17115 (java) S 17102 17105 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114458306 14671245312 20943 33554432000 4194304 4196468 140725889633968 140436242295184 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17116] ppid=17102 vsize=14327388 memory=20284 CPUtime=0 cores=0-7
/proc/17105/task/17116/stat : 17116 (java) S 17102 17105 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114458307 14671245312 20943 33554432000 4194304 4196468 140725889633968 140435575446256 140436319586946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0

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

/proc/17105/task/17150/stat : 17150 (java) R 17102 17105 16326 0 -1 1077944384 9891 0 0 0 3003 460 0 0 20 0 46 0 114462189 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435481875664 140436319586005 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17151] ppid=17102 vsize=16068328 memory=916 CPUtime=2320.52 cores=0-7
/proc/17105/task/17151/stat : 17151 (java) R 17102 17105 16326 0 -1 4202560 169531 0 0 0 231382 670 0 0 20 0 46 0 114462190 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435480816264 140435923490165 0 4 0 16800975 0 0 0 -1 7 0 0 68 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17152] ppid=17102 vsize=16068328 memory=4476 CPUtime=1627.18 cores=0-7
/proc/17105/task/17152/stat : 17152 (java) R 17102 17105 16326 0 -1 4202560 327276 0 0 0 159337 3381 0 0 20 0 46 0 114462191 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435479767864 140436319587734 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17153] ppid=17102 vsize=16068328 memory=288230574492221466 CPUtime=1644.55 cores=0-7
/proc/17105/task/17153/stat : 17153 (java) S 17102 17105 16326 0 -1 1077944384 331470 0 0 0 160936 3519 0 0 20 0 46 0 114462193 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435478715008 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17154] ppid=17102 vsize=16068328 memory=288230617509003574 CPUtime=1640.99 cores=0-7
/proc/17105/task/17154/stat : 17154 (java) R 17102 17105 16326 0 -1 4202560 339063 0 0 0 160674 3425 0 0 20 0 46 0 114462193 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435477662976 140436319587734 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17155] ppid=17102 vsize=16068328 memory=14979992052304174 CPUtime=2326.07 cores=0-7
/proc/17105/task/17155/stat : 17155 (java) R 17102 17105 16326 0 -1 4202560 129808 0 0 0 232160 447 0 0 20 0 46 0 114462193 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435476606088 140435923488831 0 4 0 16800975 0 0 0 -1 6 0 0 94 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17156] ppid=17102 vsize=16068328 memory=10499116 CPUtime=2316.43 cores=0-7
/proc/17105/task/17156/stat : 17156 (java) R 17102 17105 16326 0 -1 4202560 148251 0 0 0 231418 225 0 0 20 0 46 0 114462193 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435475553032 140435923488937 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17157] ppid=17102 vsize=16068328 memory=4104 CPUtime=36.63 cores=0-7
/proc/17105/task/17157/stat : 17157 (java) S 17102 17105 16326 0 -1 1077944384 7696 0 0 0 3222 441 0 0 20 0 46 0 114462193 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435474507344 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17158] ppid=17102 vsize=16068328 memory=1398720917958146503 CPUtime=2315.67 cores=0-7
/proc/17105/task/17158/stat : 17158 (java) R 17102 17105 16326 0 -1 4202560 166916 0 0 0 231350 217 0 0 20 0 46 0 114462193 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435473447624 140435923491792 0 4 0 16800975 0 0 0 -1 3 0 0 70 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17159] ppid=17102 vsize=16068328 memory=4872558044660077418 CPUtime=2316.84 cores=0-7
/proc/17105/task/17159/stat : 17159 (java) R 17102 17105 16326 0 -1 4202560 151738 0 0 0 231351 333 0 0 20 0 46 0 114462193 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435472394824 140435923490761 0 4 0 16800975 0 0 0 -1 5 0 0 83 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17160] ppid=17102 vsize=16068328 memory=0 CPUtime=35.37 cores=0-7
/proc/17105/task/17160/stat : 17160 (java) S 17102 17105 16326 0 -1 1077944384 7270 0 0 0 3078 459 0 0 20 0 46 0 114462194 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435471348688 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17161] ppid=17102 vsize=16068328 memory=0 CPUtime=34.47 cores=0-7
/proc/17105/task/17161/stat : 17161 (java) S 17102 17105 16326 0 -1 1077944384 6939 0 0 0 2972 475 0 0 20 0 46 0 114462194 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435470296144 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17162] ppid=17102 vsize=16068328 memory=281262109975648 CPUtime=34.75 cores=0-7
/proc/17105/task/17162/stat : 17162 (java) S 17102 17105 16326 0 -1 1077944384 6806 0 0 0 3026 449 0 0 20 0 46 0 114463570 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435469244112 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17163] ppid=17102 vsize=16068328 memory=3690333788801654697 CPUtime=34.58 cores=0-7
/proc/17105/task/17163/stat : 17163 (java) S 17102 17105 16326 0 -1 1077944384 7024 0 0 0 3025 433 0 0 20 0 46 0 114463570 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435468191568 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17164] ppid=17102 vsize=16068328 memory=-8253362762722141311 CPUtime=34.84 cores=0-7
/proc/17105/task/17164/stat : 17164 (java) S 17102 17105 16326 0 -1 1077944384 6984 0 0 0 3034 450 0 0 20 0 46 0 114463570 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435467138512 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17165] ppid=17102 vsize=16068328 memory=7100839861465685612 CPUtime=35.04 cores=0-7
/proc/17105/task/17165/stat : 17165 (java) S 17102 17105 16326 0 -1 1077944384 7173 0 0 0 3010 494 0 0 20 0 46 0 114463570 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435466085968 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17166] ppid=17102 vsize=16068328 memory=-7175204567652784766 CPUtime=35.69 cores=0-7
/proc/17105/task/17166/stat : 17166 (java) S 17102 17105 16326 0 -1 1077944384 7053 0 0 0 3052 517 0 0 20 0 46 0 114467521 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435462898896 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17167] ppid=17102 vsize=16068328 memory=3054156605268465310 CPUtime=35.26 cores=0-7
/proc/17105/task/17167/stat : 17167 (java) S 17102 17105 16326 0 -1 1077944384 6733 0 0 0 3030 496 0 0 20 0 46 0 114467523 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435461846352 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17168] ppid=17102 vsize=16068328 memory=8514726395714825349 CPUtime=34.43 cores=0-7
/proc/17105/task/17168/stat : 17168 (java) S 17102 17105 16326 0 -1 1077944384 6746 0 0 0 2988 455 0 0 20 0 46 0 114467527 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435460793296 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17169] ppid=17102 vsize=16068328 memory=7822038051842261661 CPUtime=34.26 cores=0-7
/proc/17105/task/17169/stat : 17169 (java) S 17102 17105 16326 0 -1 1077944384 7041 0 0 0 2977 449 0 0 20 0 46 0 114467530 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435459740752 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17170] ppid=17102 vsize=16068328 memory=-6520471753822164382 CPUtime=35.56 cores=0-7
/proc/17105/task/17170/stat : 17170 (java) S 17102 17105 16326 0 -1 1077944384 6898 0 0 0 3030 526 0 0 20 0 46 0 114467532 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435458688720 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17171] ppid=17102 vsize=16068328 memory=9047017150487036575 CPUtime=34.59 cores=0-7
/proc/17105/task/17171/stat : 17171 (java) R 17102 17105 16326 0 -1 1077944384 7221 0 0 0 2972 487 0 0 20 0 46 0 114467534 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435457636176 140436319586005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17172] ppid=17102 vsize=16068328 memory=7307479971866439270 CPUtime=35.12 cores=0-7
/proc/17105/task/17172/stat : 17172 (java) S 17102 17105 16326 0 -1 1077944384 6874 0 0 0 3037 475 0 0 20 0 46 0 114467535 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435456583120 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17173] ppid=17102 vsize=16068328 memory=7379550837636359272 CPUtime=34.75 cores=0-7
/proc/17105/task/17173/stat : 17173 (java) S 17102 17105 16326 0 -1 1077944384 6844 0 0 0 2998 477 0 0 20 0 46 0 114467537 16453967872 2632971 33554432000 4194304 4196468 140725889633968 140435455530576 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
Current children cumulated CPU time: 18416.1 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 10531884 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.18 s]
# the end of solver process 17105 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18167.2 s, system=249.628 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.12 s]
/proc/loadavg: 11.24 11.48 11.07 13/225 17206
/proc/meminfo: memFree=20842336/32770624 swapFree=67108860/67108860
[pid=17105] ppid=17102 vsize=16201456 memory=10532108 CPUtime=18416.8 cores=0-7
/proc/17105/stat : 17105 (java) S 17102 17105 16326 0 -1 1077944320 6165262 0 0 0 1816720 24957 0 0 20 0 46 0 114458305 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140725889616512 140436319575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
/proc/17105/statm: 4050364 2633027 3879 1 0 4037558 0
[pid=17105/tid=17107] ppid=17102 vsize=16201456 memory=281262111723472 CPUtime=36.13 cores=0-7
/proc/17105/task/17107/stat : 17107 (java) S 17102 17105 16326 0 -1 1077944384 18947 0 0 0 3593 20 0 0 20 0 46 0 114458305 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436323813504 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17108] ppid=17102 vsize=16201456 memory=10531884 CPUtime=135.39 cores=0-7
/proc/17105/task/17108/stat : 17108 (java) S 17102 17105 16326 0 -1 1077944384 477617 0 0 0 13208 331 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436249664528 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 152 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17109] ppid=17102 vsize=16201456 memory=10527788 CPUtime=135.29 cores=0-7
/proc/17105/task/17109/stat : 17109 (java) S 17102 17105 16326 0 -1 1077944384 496399 0 0 0 13185 344 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436248611984 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 145 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17110] ppid=17102 vsize=16201456 memory=10521644 CPUtime=135.53 cores=0-7
/proc/17105/task/17110/stat : 17110 (java) S 17102 17105 16326 0 -1 1077944384 522477 0 0 0 13214 339 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436247558928 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 142 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17111] ppid=17102 vsize=16201456 memory=10527788 CPUtime=135.37 cores=0-7
/proc/17105/task/17111/stat : 17111 (java) S 17102 17105 16326 0 -1 1077944384 484003 0 0 0 13209 328 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436246506384 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 144 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17112] ppid=17102 vsize=16201456 memory=10523692 CPUtime=134.93 cores=0-7
/proc/17105/task/17112/stat : 17112 (java) S 17102 17105 16326 0 -1 1077944384 479795 0 0 0 13172 321 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436245453328 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 155 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17113] ppid=17102 vsize=16201456 memory=10531884 CPUtime=135.65 cores=0-7
/proc/17105/task/17113/stat : 17113 (java) S 17102 17105 16326 0 -1 1077944384 490284 0 0 0 13232 333 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436244400784 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 147 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17114] ppid=17102 vsize=16201456 memory=0 CPUtime=135.32 cores=0-7
/proc/17105/task/17114/stat : 17114 (java) S 17102 17105 16326 0 -1 1077944384 494858 0 0 0 13199 333 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436243347728 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 149 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17115] ppid=17102 vsize=16201456 memory=6791534058613427641 CPUtime=135.5 cores=0-7
/proc/17105/task/17115/stat : 17115 (java) S 17102 17105 16326 0 -1 1077944384 525210 0 0 0 13214 336 0 0 20 0 46 0 114458306 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140436242295184 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 150 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17116] ppid=17102 vsize=16201456 memory=10527788 CPUtime=2.67 cores=0-7
/proc/17105/task/17116/stat : 17116 (java) S 17102 17105 16326 0 -1 1077944384 115578 0 0 0 245 22 0 0 20 0 46 0 114458307 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435575445760 140436319586946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17117] ppid=17102 vsize=16201456 memory=32140 CPUtime=0 cores=0-7
/proc/17105/task/17117/stat : 17117 (java) S 17102 17105 16326 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 46 0 114458308 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435574392544 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17118] ppid=17102 vsize=16201456 memory=1296 CPUtime=0 cores=0-7
/proc/17105/task/17118/stat : 17118 (java) S 17102 17105 16326 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 46 0 114458308 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435573339392 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17119] ppid=17102 vsize=16201456 memory=956 CPUtime=0 cores=0-7
/proc/17105/task/17119/stat : 17119 (java) S 17102 17105 16326 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 46 0 114458310 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435572287600 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17120] ppid=17102 vsize=16201456 memory=2340 CPUtime=2.48 cores=0-7
/proc/17105/task/17120/stat : 17120 (java) S 17102 17105 16326 0 -1 1077944384 23285 0 0 0 242 6 0 0 20 0 46 0 114458311 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435571235056 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17121] ppid=17102 vsize=16201456 memory=0 CPUtime=2.58 cores=0-7
/proc/17105/task/17121/stat : 17121 (java) S 17102 17105 16326 0 -1 1077944384 16597 0 0 0 254 4 0 0 20 0 46 0 114458311 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435570182512 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17122] ppid=17102 vsize=16201456 memory=281262109590760 CPUtime=2.35 cores=0-7
/proc/17105/task/17122/stat : 17122 (java) S 17102 17105 16326 0 -1 1077944384 16408 0 0 0 232 3 0 0 20 0 46 0 114458311 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435569109856 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17123] ppid=17102 vsize=16201456 memory=7740108218291482731 CPUtime=1.15 cores=0-7
/proc/17105/task/17123/stat : 17123 (java) S 17102 17105 16326 0 -1 1077944384 22994 0 0 0 109 6 0 0 20 0 46 0 114458311 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435568076912 140436319586946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17124] ppid=17102 vsize=16201456 memory=10509356 CPUtime=0 cores=0-7
/proc/17105/task/17124/stat : 17124 (java) S 17102 17105 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 114458311 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435567025120 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17148] ppid=17102 vsize=16201456 memory=4580 CPUtime=213.35 cores=0-7
/proc/17105/task/17148/stat : 17148 (java) S 17102 17105 16326 0 -1 1077944384 83996 0 0 0 17711 3624 0 0 20 0 46 0 114462168 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435488175520 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17149] ppid=17102 vsize=16201456 memory=4137235087642342432 CPUtime=3.13 cores=0-7
/proc/17105/task/17149/stat : 17149 (java) S 17102 17105 16326 0 -1 1077944384 10682 0 0 0 225 88 0 0 20 0 46 0 114462180 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435485025392 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17150] ppid=17102 vsize=16201456 memory=5865778417217660515 CPUtime=34.63 cores=0-7
/proc/17105/task/17150/stat : 17150 (java) S 17102 17105 16326 0 -1 1077944384 9891 0 0 0 3003 460 0 0 20 0 46 0 114462189 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435481875184 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17151] ppid=17102 vsize=16201456 memory=7523661550392665450 CPUtime=2320.61 cores=0-7
/proc/17105/task/17151/stat : 17151 (java) S 17102 17105 16326 0 -1 1077944384 169531 0 0 0 231391 670 0 0 20 0 46 0 114462190 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435480816832 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17152] ppid=17102 vsize=16201456 memory=180 CPUtime=1627.23 cores=0-7
/proc/17105/task/17152/stat : 17152 (java) S 17102 17105 16326 0 -1 1077944384 327276 0 0 0 159342 3381 0 0 20 0 46 0 114462191 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435479767648 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17153] ppid=17102 vsize=16201456 memory=324717890 CPUtime=1644.63 cores=0-7
/proc/17105/task/17153/stat : 17153 (java) S 17102 17105 16326 0 -1 1077944384 331471 0 0 0 160944 3519 0 0 20 0 46 0 114462193 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435478713216 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17154] ppid=17102 vsize=16201456 memory=10509356 CPUtime=1641.04 cores=0-7
/proc/17105/task/17154/stat : 17154 (java) S 17102 17105 16326 0 -1 1077944384 339064 0 0 0 160679 3425 0 0 20 0 46 0 114462193 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435477659232 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17155] ppid=17102 vsize=16201456 memory=10527788 CPUtime=2326.15 cores=0-7
/proc/17105/task/17155/stat : 17155 (java) S 17102 17105 16326 0 -1 1077944384 129808 0 0 0 232168 447 0 0 20 0 46 0 114462193 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435476605952 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 94 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17156] ppid=17102 vsize=16201456 memory=7812726576340533336 CPUtime=2316.52 cores=0-7
/proc/17105/task/17156/stat : 17156 (java) S 17102 17105 16326 0 -1 1077944384 148251 0 0 0 231427 225 0 0 20 0 46 0 114462193 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435475553408 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 95 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17157] ppid=17102 vsize=16201456 memory=16020 CPUtime=36.63 cores=0-7
/proc/17105/task/17157/stat : 17157 (java) S 17102 17105 16326 0 -1 1077944384 7696 0 0 0 3222 441 0 0 20 0 46 0 114462193 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435474507344 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17158] ppid=17102 vsize=16201456 memory=281262111705344 CPUtime=2315.76 cores=0-7
/proc/17105/task/17158/stat : 17158 (java) S 17102 17105 16326 0 -1 1077944384 166916 0 0 0 231359 217 0 0 20 0 46 0 114462193 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435473447808 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 70 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17159] ppid=17102 vsize=16201456 memory=7163655085328131692 CPUtime=2316.93 cores=0-7
/proc/17105/task/17159/stat : 17159 (java) S 17102 17105 16326 0 -1 1077944384 151740 0 0 0 231360 333 0 0 20 0 46 0 114462193 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435472394880 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17160] ppid=17102 vsize=16201456 memory=7379267163689474153 CPUtime=35.38 cores=0-7
/proc/17105/task/17160/stat : 17160 (java) S 17102 17105 16326 0 -1 1077944384 7271 0 0 0 3079 459 0 0 20 0 46 0 114462194 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435471348208 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17161] ppid=17102 vsize=16201456 memory=928 CPUtime=34.47 cores=0-7
/proc/17105/task/17161/stat : 17161 (java) S 17102 17105 16326 0 -1 1077944384 6939 0 0 0 2972 475 0 0 20 0 46 0 114462194 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435470296144 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17162] ppid=17102 vsize=16201456 memory=1576 CPUtime=34.75 cores=0-7
/proc/17105/task/17162/stat : 17162 (java) S 17102 17105 16326 0 -1 1077944384 6806 0 0 0 3026 449 0 0 20 0 46 0 114463570 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435469244112 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17163] ppid=17102 vsize=16201456 memory=2196 CPUtime=34.58 cores=0-7
/proc/17105/task/17163/stat : 17163 (java) S 17102 17105 16326 0 -1 1077944384 7024 0 0 0 3025 433 0 0 20 0 46 0 114463570 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435468191088 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17164] ppid=17102 vsize=16201456 memory=6764 CPUtime=34.84 cores=0-7
/proc/17105/task/17164/stat : 17164 (java) S 17102 17105 16326 0 -1 1077944384 6984 0 0 0 3034 450 0 0 20 0 46 0 114463570 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435467138512 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17165] ppid=17102 vsize=16201456 memory=10531884 CPUtime=35.05 cores=0-7
/proc/17105/task/17165/stat : 17165 (java) S 17102 17105 16326 0 -1 1077944384 7173 0 0 0 3010 495 0 0 20 0 46 0 114463570 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435466085968 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17166] ppid=17102 vsize=16201456 memory=10527788 CPUtime=35.69 cores=0-7
/proc/17105/task/17166/stat : 17166 (java) S 17102 17105 16326 0 -1 1077944384 7053 0 0 0 3052 517 0 0 20 0 46 0 114467521 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435462898896 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17167] ppid=17102 vsize=16201456 memory=10517548 CPUtime=35.26 cores=0-7
/proc/17105/task/17167/stat : 17167 (java) S 17102 17105 16326 0 -1 1077944384 6733 0 0 0 3030 496 0 0 20 0 46 0 114467523 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435461846352 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17168] ppid=17102 vsize=16201456 memory=8572 CPUtime=34.43 cores=0-7
/proc/17105/task/17168/stat : 17168 (java) S 17102 17105 16326 0 -1 1077944384 6746 0 0 0 2988 455 0 0 20 0 46 0 114467527 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435460793296 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17169] ppid=17102 vsize=16201456 memory=10527788 CPUtime=34.26 cores=0-7
/proc/17105/task/17169/stat : 17169 (java) S 17102 17105 16326 0 -1 1077944384 7041 0 0 0 2977 449 0 0 20 0 46 0 114467530 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435459740752 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17170] ppid=17102 vsize=16201456 memory=303430266251378998 CPUtime=35.57 cores=0-7
/proc/17105/task/17170/stat : 17170 (java) S 17102 17105 16326 0 -1 1077944384 6898 0 0 0 3031 526 0 0 20 0 46 0 114467532 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435458688240 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17171] ppid=17102 vsize=16201456 memory=14979992052304174 CPUtime=34.59 cores=0-7
/proc/17105/task/17171/stat : 17171 (java) S 17102 17105 16326 0 -1 1077944384 7221 0 0 0 2972 487 0 0 20 0 46 0 114467534 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435457636176 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17172] ppid=17102 vsize=16201456 memory=303430266251378998 CPUtime=35.13 cores=0-7
/proc/17105/task/17172/stat : 17172 (java) S 17102 17105 16326 0 -1 1077944384 6874 0 0 0 3038 475 0 0 20 0 46 0 114467535 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435456583120 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
[pid=17105/tid=17173] ppid=17102 vsize=16201456 memory=14979992052304174 CPUtime=34.75 cores=0-7
/proc/17105/task/17173/stat : 17173 (java) S 17102 17105 16326 0 -1 1077944384 6844 0 0 0 2998 477 0 0 20 0 46 0 114467537 16590290944 2633027 33554432000 4194304 4196468 140725889633968 140435455530096 140436319586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11554816 140725889635426 140725889635611 140725889635611 140725889638351 0
Current children cumulated CPU time: 18416.8 s
Current children cumulated vsize: 16201456 KiB
Current children cumulated memory: 10532108 KiB

Child status: 143
Real time (s): 2520.18
CPU time (s): 18416.8
CPU user time (s): 18167.2
CPU system time (s): 249.628
CPU usage (%): 730.775
Max. virtual memory (cumulated for all children) (KiB): 16201456
Max. memory (cumulated for all children) (KiB): 10532108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18167.2
system time used= 249.628
maximum resident set size= 10532224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6165294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 95354549
involuntary context switches= 667159


# summary of solver processes directly reported to runsolver:
#   pid: 17105
#   total CPU time (s): 18416.8
#   total CPU user time (s): 18167.2
#   total CPU system time (s): 249.628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.2509 second user time and 37.3575 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-15 18:00:47
IDJOB=4275735
IDBENCH=138525
IDSOLVER=2668
FILE ID=node106/4275735-1502813705
RUNJOBID= node106-1502808215-16353
PBS_JOBID= 20629821
Free space on /tmp= 61776 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275735-1502813705/watcher-4275735-1502813705 -o /tmp/evaluation-result-4275735-1502813705/solver-4275735-1502813705 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 784898142 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275735-1502813705.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=784898142

node106.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.86
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.86
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.86
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.86
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:        31378476 kB
MemAvailable:   31981596 kB
Buffers:          184760 kB
Cached:           704472 kB
SwapCached:            0 kB
Active:           492140 kB
Inactive:         452772 kB
Active(anon):      11684 kB
Inactive(anon):    72108 kB
Active(file):     480456 kB
Inactive(file):   380664 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42232 kB
Writeback:             4 kB
AnonPages:         62600 kB
Mapped:            46072 kB
Shmem:             25228 kB
Slab:             142056 kB
SReclaimable:     115672 kB
SUnreclaim:        26384 kB
KernelStack:        3168 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61736 MiB
End job on node106 at 2017-08-15 18:42:47