Trace number 4308980

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 2018-08-14SAT 5.79779 2.6173

General information on the benchmark

NameBibd/
Bibd-sum-07-03-01_c18.xml
MD5SUMf239a4aabd5fa756ce2bc7a404e03a34
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 benchmark1.57966
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree9
Maximum variable degree9
Distribution of variable degrees[{"degree":9,"count":49}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":14},{"arity":14,"count":21},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 321523946
0.66/0.56	c timeout: 20160
0.66/0.56	c memlimit: 22000
0.66/0.56	c nbcore: 8
0.66/0.59	c Parsing instance...
1.16/0.89	c Parsing done, starting search...
5.73/2.12	s SATISFIABLE
5.73/2.12	v <instantiation>
5.73/2.12	v 	<list>
5.73/2.12	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
5.73/2.12	v 	</list>
5.73/2.12	v 	<values>
5.73/2.12	v 		0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 
5.73/2.12	v 	</values>
5.73/2.12	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 (11005 MiB free)
  memory of node 1: 16384 MiB (12423 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308980-1534375482/watcher-4308980-1534375482 -o /tmp/evaluation-result-4308980-1534375482/solver-4308980-1534375482 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1534375482-10256 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 321523946 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308980-1534375482.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
Current StackSize limit: 8192 KiB
solver pid=10273, runsolver pid=10270


[startup+0.107942 s]*
/proc/loadavg: 6.09 8.27 8.59 2/200 10293
/proc/meminfo: memFree=23974288/32770624 swapFree=67108196/67108860
[pid=10273] ppid=10270 vsize=26103420 memory=29884 CPUtime=0.12 cores=0-7
/proc/10273/stat : 10273 (java) S 10270 10273 10229 0 -1 1077944320 7435 0 0 0 11 1 0 0 20 0 20 0 255111388 26729902080 7471 33554432000 4194304 4196468 140726759422160 140726759404704 139690555236087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
/proc/10273/statm: 6525855 7471 3153 1 0 6487932 0
[pid=10273/tid=10275] ppid=10270 vsize=26103420 memory=7824048260765359262 CPUtime=0.1 cores=0-7
/proc/10273/task/10275/stat : 10275 (java) R 10270 10273 10229 0 -1 1077944384 5445 0 0 0 9 1 0 0 20 0 20 0 255111389 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690559463408 139690555259965 0 4 0 16800975 18446744072101756452 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10276] ppid=10270 vsize=26103420 memory=732370614715755493 CPUtime=0 cores=0-7
/proc/10273/task/10276/stat : 10276 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690524949520 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10277] ppid=10270 vsize=26103420 memory=140476378302080 CPUtime=0 cores=0-7
/proc/10273/task/10277/stat : 10277 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690112003216 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10278] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10278/stat : 10278 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690110950160 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10279] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10279/stat : 10279 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690109897616 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10280] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10280/stat : 10280 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690108844560 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10281] ppid=10270 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/10273/task/10281/stat : 10281 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690107792016 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10282] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10282/stat : 10282 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690106738960 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10283] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10283/stat : 10283 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 7471 33554432000 4194304 4196468 140726759422160 139690105686416 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10284] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10284/stat : 10284 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111391 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689028672240 139690555247234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10285] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10285/stat : 10285 (java) S 10270 10273 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255111392 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689027618464 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10286] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10286/stat : 10286 (java) S 10270 10273 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255111392 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689026565360 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10287] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10287/stat : 10287 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689025513936 139690555254683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10288] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10288/stat : 10288 (java) S 10270 10273 10229 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689024461040 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10289] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10289/stat : 10289 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689023408496 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10290] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10290/stat : 10290 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689022355440 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10291] ppid=10270 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/10273/task/10291/stat : 10291 (java) S 10270 10273 10229 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 20 0 255111394 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689021302896 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10292] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10292/stat : 10292 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689020251104 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10293] ppid=10270 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/10273/task/10293/stat : 10293 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111395 26729902080 7471 33554432000 4194304 4196468 140726759422160 139689019198640 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29884 KiB

[startup+0.210379 s]*
/proc/loadavg: 6.09 8.27 8.59 4/200 10293
/proc/meminfo: memFree=23963280/32770624 swapFree=67108196/67108860
[pid=10273] ppid=10270 vsize=26103420 memory=41792 CPUtime=0.29 cores=0-7
/proc/10273/stat : 10273 (java) S 10270 10273 10229 0 -1 1077944320 10587 0 0 0 27 2 0 0 20 0 20 0 255111388 26729902080 10448 33554432000 4194304 4196468 140726759422160 140726759404704 139690555236087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
/proc/10273/statm: 6525855 10448 3322 1 0 6487932 0
[pid=10273/tid=10275] ppid=10270 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/10273/task/10275/stat : 10275 (java) R 10270 10273 10229 0 -1 4202560 8240 0 0 0 18 1 0 0 20 0 20 0 255111389 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690559459472 139690547473214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10276] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10276/stat : 10276 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690524949520 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10277] ppid=10270 vsize=26103420 memory=3618273910067611296 CPUtime=0 cores=0-7
/proc/10273/task/10277/stat : 10277 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690112003216 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10278] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10278/stat : 10278 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690110950160 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10279] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10279/stat : 10279 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690109897616 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10280] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10280/stat : 10280 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690108844560 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10281] ppid=10270 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/10273/task/10281/stat : 10281 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690107792016 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10282] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10282/stat : 10282 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690106738960 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10283] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10283/stat : 10283 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 10448 33554432000 4194304 4196468 140726759422160 139690105686416 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10284] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10284/stat : 10284 (java) S 10270 10273 10229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255111391 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689028672240 139690555247234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10285] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10285/stat : 10285 (java) S 10270 10273 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255111392 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689027618464 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10286] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10286/stat : 10286 (java) S 10270 10273 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255111392 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689026565360 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10287] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10287/stat : 10287 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689025513936 139690555254683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10288] ppid=10270 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/10273/task/10288/stat : 10288 (java) S 10270 10273 10229 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 20 0 255111394 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689024461040 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10289] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10289/stat : 10289 (java) S 10270 10273 10229 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689023408496 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10290] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10290/stat : 10290 (java) S 10270 10273 10229 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689022355440 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10291] ppid=10270 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/10273/task/10291/stat : 10291 (java) R 10270 10273 10229 0 -1 4202560 416 0 0 0 6 0 0 0 20 0 20 0 255111394 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689021302896 139690547473214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10292] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10292/stat : 10292 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689020251104 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10293] ppid=10270 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/10273/task/10293/stat : 10293 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111395 26729902080 10448 33554432000 4194304 4196468 140726759422160 139689019198640 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 41792 KiB

[startup+0.310231 s]*
/proc/loadavg: 6.09 8.27 8.59 2/200 10293
/proc/meminfo: memFree=23959496/32770624 swapFree=67108196/67108860
[pid=10273] ppid=10270 vsize=26103420 memory=45844 CPUtime=0.42 cores=0-7
/proc/10273/stat : 10273 (java) S 10270 10273 10229 0 -1 1077944320 11096 0 0 0 40 2 0 0 20 0 20 0 255111388 26729902080 11461 33554432000 4194304 4196468 140726759422160 140726759404704 139690555236087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
/proc/10273/statm: 6525855 11461 3401 1 0 6487932 0
[pid=10273/tid=10275] ppid=10270 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10273/task/10275/stat : 10275 (java) R 10270 10273 10229 0 -1 4202560 8593 0 0 0 28 1 0 0 20 0 20 0 255111389 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690559397824 139690536799620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10276] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10276/stat : 10276 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690524949520 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10277] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10277/stat : 10277 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690112003216 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10278] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10278/stat : 10278 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690110950160 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10279] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10279/stat : 10279 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690109897616 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10280] ppid=10270 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/10273/task/10280/stat : 10280 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690108844560 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10281] ppid=10270 vsize=26103420 memory=140476233642927 CPUtime=0 cores=0-7
/proc/10273/task/10281/stat : 10281 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690107792016 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10282] ppid=10270 vsize=26103420 memory=140476233645232 CPUtime=0 cores=0-7
/proc/10273/task/10282/stat : 10282 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690106738960 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10283] ppid=10270 vsize=26103420 memory=140476233647536 CPUtime=0 cores=0-7
/proc/10273/task/10283/stat : 10283 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26729902080 11461 33554432000 4194304 4196468 140726759422160 139690105686416 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10284] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10284/stat : 10284 (java) S 10270 10273 10229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255111391 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689028672240 139690555247234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10285] ppid=10270 vsize=26103420 memory=280952467302032 CPUtime=0 cores=0-7
/proc/10273/task/10285/stat : 10285 (java) S 10270 10273 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255111392 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689027618464 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10286] ppid=10270 vsize=26103420 memory=280952467308944 CPUtime=0 cores=0-7
/proc/10273/task/10286/stat : 10286 (java) S 10270 10273 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255111392 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689026565360 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10287] ppid=10270 vsize=26103420 memory=280952467250224 CPUtime=0 cores=0-7
/proc/10273/task/10287/stat : 10287 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689025513936 139690555254683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10288] ppid=10270 vsize=26103420 memory=280952467322768 CPUtime=0.01 cores=0-7
/proc/10273/task/10288/stat : 10288 (java) S 10270 10273 10229 0 -1 1077944384 485 0 0 0 1 0 0 0 20 0 20 0 255111394 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689024461040 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10289] ppid=10270 vsize=26103420 memory=280952467329680 CPUtime=0 cores=0-7
/proc/10273/task/10289/stat : 10289 (java) S 10270 10273 10229 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689023408496 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10290] ppid=10270 vsize=26103420 memory=280952467327376 CPUtime=0.01 cores=0-7
/proc/10273/task/10290/stat : 10290 (java) S 10270 10273 10229 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 255111394 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689022355440 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10291] ppid=10270 vsize=26103420 memory=280952467343936 CPUtime=0.08 cores=0-7
/proc/10273/task/10291/stat : 10291 (java) S 10270 10273 10229 0 -1 1077944384 463 0 0 0 8 0 0 0 20 0 20 0 255111394 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689021302896 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10292] ppid=10270 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10292/stat : 10292 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111394 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689020251104 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10293] ppid=10270 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/10273/task/10293/stat : 10293 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111395 26729902080 11461 33554432000 4194304 4196468 140726759422160 139689019198640 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 45844 KiB

[startup+0.700862 s]
/proc/loadavg: 6.09 8.27 8.59 2/200 10293
/proc/meminfo: memFree=23935436/32770624 swapFree=67108196/67108860
[pid=10273] ppid=10270 vsize=26105488 memory=84872 CPUtime=0.99 cores=0-7
/proc/10273/stat : 10273 (java) S 10270 10273 10229 0 -1 1077944320 18156 0 0 0 94 5 0 0 20 0 20 0 255111388 26732019712 21218 33554432000 4194304 4196468 140726759422160 140726759404704 139690555236087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
/proc/10273/statm: 6526372 21218 3490 1 0 6488444 0
[pid=10273/tid=10275] ppid=10270 vsize=26105488 memory=5937222466268385891 CPUtime=0.67 cores=0-7
/proc/10273/task/10275/stat : 10275 (java) R 10270 10273 10229 0 -1 4202560 15050 0 0 0 64 3 0 0 20 0 20 0 255111389 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690559458752 139690539316574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10276] ppid=10270 vsize=26105488 memory=44203803431016 CPUtime=0 cores=0-7
/proc/10273/task/10276/stat : 10276 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690524949520 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10277] ppid=10270 vsize=26105488 memory=140476233655386 CPUtime=0 cores=0-7
/proc/10273/task/10277/stat : 10277 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690112003216 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10278] ppid=10270 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10278/stat : 10278 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690110950160 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10279] ppid=10270 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10279/stat : 10279 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690109897616 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10280] ppid=10270 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10280/stat : 10280 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690108844560 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10281] ppid=10270 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10281/stat : 10281 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690107792016 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10282] ppid=10270 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10282/stat : 10282 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690106738960 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10283] ppid=10270 vsize=26105488 memory=1752 CPUtime=0 cores=0-7
/proc/10273/task/10283/stat : 10283 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111390 26732019712 21218 33554432000 4194304 4196468 140726759422160 139690105686416 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10284] ppid=10270 vsize=26105488 memory=844 CPUtime=0 cores=0-7
/proc/10273/task/10284/stat : 10284 (java) S 10270 10273 10229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255111391 26732019712 21218 33554432000 4194304 4196468 140726759422160 139689028672240 139690555247234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0

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

[pid=10273/tid=10288] ppid=10270 vsize=26111632 memory=0 CPUtime=0.45 cores=0-7
/proc/10273/task/10288/stat : 10288 (java) R 10270 10273 10229 0 -1 4202560 3500 0 0 0 45 0 0 0 20 0 20 0 255111394 26738311168 43580 33554432000 4194304 4196468 140726759422160 139689024447608 139690540113462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10289] ppid=10270 vsize=26111632 memory=0 CPUtime=0.39 cores=0-7
/proc/10273/task/10289/stat : 10289 (java) R 10270 10273 10229 0 -1 4202560 2381 0 0 0 38 1 0 0 20 0 20 0 255111394 26738311168 43580 33554432000 4194304 4196468 140726759422160 139689023393632 139690536780784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10290] ppid=10270 vsize=26111632 memory=7589236350739703634 CPUtime=0.38 cores=0-7
/proc/10273/task/10290/stat : 10290 (java) R 10270 10273 10229 0 -1 4202560 2382 0 0 0 38 0 0 0 20 0 20 0 255111394 26738311168 44092 33554432000 4194304 4196468 140726759422160 139689022347088 139690540146028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10291] ppid=10270 vsize=26111632 memory=7301852766078658896 CPUtime=0.49 cores=0-7
/proc/10273/task/10291/stat : 10291 (java) S 10270 10273 10229 0 -1 1077944384 4389 0 0 0 48 1 0 0 20 0 20 0 255111394 26738311168 44092 33554432000 4194304 4196468 140726759422160 139689021302896 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10292] ppid=10270 vsize=26111632 memory=7085680915955935570 CPUtime=0 cores=0-7
/proc/10273/task/10292/stat : 10292 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111394 26738311168 44092 33554432000 4194304 4196468 140726759422160 139689020251104 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10293] ppid=10270 vsize=26111632 memory=140480673269375 CPUtime=0 cores=0-7
/proc/10273/task/10293/stat : 10293 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255111395 26738311168 44092 33554432000 4194304 4196468 140726759422160 139689019198640 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
Current children cumulated CPU time: 3.24 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 174320 KiB

[startup+2.61726 s]
# the end of solver process 10273 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.61849 s, system=0.179292 s

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

[startup+1.60109 s]
/proc/loadavg: 6.09 8.27 8.59 2/200 10293
/proc/meminfo: memFree=23898780/32770624 swapFree=67108196/67108860
[pid=10273] ppid=10270 vsize=26178196 memory=188380 CPUtime=3.67 cores=0-7
/proc/10273/stat : 10273 (java) S 10270 10273 10229 0 -1 1077944320 34558 0 0 0 356 11 0 0 20 0 21 0 255111388 26806472704 47095 33554432000 4194304 4196468 140726759422160 140726759404704 139690555236087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
/proc/10273/statm: 6544549 47095 3536 1 0 6506621 0
[pid=10273/tid=10275] ppid=10270 vsize=26178196 memory=6933690287860520088 CPUtime=1.57 cores=0-7
/proc/10273/task/10275/stat : 10275 (java) R 10270 10273 10229 0 -1 4202560 19688 0 0 0 151 6 0 0 20 0 21 0 255111389 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690559469744 139690191171165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10276] ppid=10270 vsize=26178196 memory=-9181546050914066336 CPUtime=0 cores=0-7
/proc/10273/task/10276/stat : 10276 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690524949520 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10277] ppid=10270 vsize=26178196 memory=-7739291840220455296 CPUtime=0 cores=0-7
/proc/10273/task/10277/stat : 10277 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690112003216 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10278] ppid=10270 vsize=26178196 memory=7100839852556452247 CPUtime=0 cores=0-7
/proc/10273/task/10278/stat : 10278 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690110950160 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10279] ppid=10270 vsize=26178196 memory=8514726395714956677 CPUtime=0 cores=0-7
/proc/10273/task/10279/stat : 10279 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690109897616 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10280] ppid=10270 vsize=26178196 memory=6576575808607462308 CPUtime=0 cores=0-7
/proc/10273/task/10280/stat : 10280 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690108844560 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10281] ppid=10270 vsize=26178196 memory=8325818960211581590 CPUtime=0 cores=0-7
/proc/10273/task/10281/stat : 10281 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690107792016 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10282] ppid=10270 vsize=26178196 memory=-6586633672658620766 CPUtime=0 cores=0-7
/proc/10273/task/10282/stat : 10282 (java) S 10270 10273 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690106738960 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10283] ppid=10270 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10283/stat : 10283 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255111390 26806472704 47095 33554432000 4194304 4196468 140726759422160 139690105686416 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10284] ppid=10270 vsize=26178196 memory=7451046602726981734 CPUtime=0 cores=0-7
/proc/10273/task/10284/stat : 10284 (java) S 10270 10273 10229 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 255111391 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689028672240 139690555247234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10285] ppid=10270 vsize=26178196 memory=7811609468070094421 CPUtime=0 cores=0-7
/proc/10273/task/10285/stat : 10285 (java) S 10270 10273 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 255111392 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689027618464 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10286] ppid=10270 vsize=26178196 memory=212 CPUtime=0 cores=0-7
/proc/10273/task/10286/stat : 10286 (java) S 10270 10273 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 255111392 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689026565360 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10287] ppid=10270 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10287/stat : 10287 (java) S 10270 10273 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255111394 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689025513936 139690555254683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10288] ppid=10270 vsize=26178196 memory=140476233759425 CPUtime=0.55 cores=0-7
/proc/10273/task/10288/stat : 10288 (java) R 10270 10273 10229 0 -1 4202560 3549 0 0 0 55 0 0 0 20 0 21 0 255111394 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689024441312 139690555257434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10289] ppid=10270 vsize=26178196 memory=0 CPUtime=0.49 cores=0-7
/proc/10273/task/10289/stat : 10289 (java) R 10270 10273 10229 0 -1 4202560 2401 0 0 0 48 1 0 0 20 0 21 0 255111394 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689023393632 139690555257434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10290] ppid=10270 vsize=26178196 memory=-7023579799431922829 CPUtime=0.48 cores=0-7
/proc/10273/task/10290/stat : 10290 (java) R 10270 10273 10229 0 -1 4202560 3018 0 0 0 48 0 0 0 20 0 21 0 255111394 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689022347088 139690533253099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10291] ppid=10270 vsize=26178196 memory=-8486080722631693414 CPUtime=0.53 cores=0-7
/proc/10273/task/10291/stat : 10291 (java) R 10270 10273 10229 0 -1 4202560 4466 0 0 0 52 1 0 0 20 0 21 0 255111394 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689021302896 139690534950902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10292] ppid=10270 vsize=26178196 memory=4426639978525455914 CPUtime=0 cores=0-7
/proc/10273/task/10292/stat : 10292 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255111394 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689020251104 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10293] ppid=10270 vsize=26178196 memory=3047711553219693942 CPUtime=0 cores=0-7
/proc/10273/task/10293/stat : 10293 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255111395 26806472704 47095 33554432000 4194304 4196468 140726759422160 139689019198640 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
Current children cumulated CPU time: 3.67 s
Current children cumulated vsize: 26178196 KiB
Current children cumulated memory: 188380 KiB

[startup+2.40078 s]
/proc/loadavg: 6.00 8.22 8.57 4/205 10298
/proc/meminfo: memFree=23762740/32770624 swapFree=67108196/67108860
[pid=10273] ppid=10270 vsize=27051756 memory=247024 CPUtime=5.77 cores=0-7
/proc/10273/stat : 10273 (java) S 10270 10273 10229 0 -1 1077944320 40344 0 0 0 561 16 0 0 20 0 18 0 255111388 27700998144 61756 33554432000 4194304 4196468 140726759422160 140726759404704 139690555236087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
/proc/10273/statm: 6762939 61756 3586 1 0 6724490 0
[pid=10273/tid=10275] ppid=10270 vsize=27051756 memory=2056 CPUtime=1.96 cores=0-7
/proc/10273/task/10275/stat : 10275 (java) D 10270 10273 10229 0 -1 4202560 21189 0 0 0 189 7 0 0 20 0 18 0 255111389 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690559479096 139690547921719 0 0 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10276] ppid=10270 vsize=27051756 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/10273/task/10276/stat : 10276 (java) S 10270 10273 10229 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690524949520 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10277] ppid=10270 vsize=27051756 memory=0 CPUtime=0.01 cores=0-7
/proc/10273/task/10277/stat : 10277 (java) S 10270 10273 10229 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690112003216 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10278] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10278/stat : 10278 (java) S 10270 10273 10229 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690110950160 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10279] ppid=10270 vsize=27051756 memory=7589236350739703634 CPUtime=0 cores=0-7
/proc/10273/task/10279/stat : 10279 (java) S 10270 10273 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690109897616 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10280] ppid=10270 vsize=27051756 memory=7301852766078658896 CPUtime=0 cores=0-7
/proc/10273/task/10280/stat : 10280 (java) S 10270 10273 10229 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690108844560 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10281] ppid=10270 vsize=27051756 memory=7085680915955935570 CPUtime=0 cores=0-7
/proc/10273/task/10281/stat : 10281 (java) S 10270 10273 10229 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690107792016 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10282] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10282/stat : 10282 (java) S 10270 10273 10229 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690106738960 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10283] ppid=10270 vsize=27051756 memory=7309450395822418030 CPUtime=0 cores=0-7
/proc/10273/task/10283/stat : 10283 (java) S 10270 10273 10229 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690105686416 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10285] ppid=10270 vsize=27051756 memory=7957689449132282197 CPUtime=0 cores=0-7
/proc/10273/task/10285/stat : 10285 (java) S 10270 10273 10229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 255111392 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689027618528 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10286] ppid=10270 vsize=27051756 memory=7380671248541445222 CPUtime=0 cores=0-7
/proc/10273/task/10286/stat : 10286 (java) S 10270 10273 10229 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 255111392 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689026565376 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10287] ppid=10270 vsize=27051756 memory=7594003974823371607 CPUtime=0 cores=0-7
/proc/10273/task/10287/stat : 10287 (java) S 10270 10273 10229 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689025513584 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10288] ppid=10270 vsize=27051756 memory=0 CPUtime=0.91 cores=0-7
/proc/10273/task/10288/stat : 10288 (java) S 10270 10273 10229 0 -1 1077944384 3650 0 0 0 91 0 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689024445552 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10289] ppid=10270 vsize=27051756 memory=6791534058613427641 CPUtime=0.86 cores=0-7
/proc/10273/task/10289/stat : 10289 (java) S 10270 10273 10229 0 -1 1077944384 2806 0 0 0 85 1 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689023390064 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10290] ppid=10270 vsize=27051756 memory=0 CPUtime=0.95 cores=0-7
/proc/10273/task/10290/stat : 10290 (java) S 10270 10273 10229 0 -1 1077944384 4100 0 0 0 94 1 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689022339536 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10291] ppid=10270 vsize=27051756 memory=0 CPUtime=0.69 cores=0-7
/proc/10273/task/10291/stat : 10291 (java) S 10270 10273 10229 0 -1 1077944384 4883 0 0 0 68 1 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689021302896 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10292] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10292/stat : 10292 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689020251104 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 27051756 KiB
Current children cumulated memory: 247024 KiB

[startup+2.60087 s]
/proc/loadavg: 6.00 8.22 8.57 4/205 10298
/proc/meminfo: memFree=23762740/32770624 swapFree=67108196/67108860
[pid=10273] ppid=10270 vsize=27051756 memory=247024 CPUtime=5.77 cores=0-7
/proc/10273/stat : 10273 (java) S 10270 10273 10229 0 -1 1077944320 40344 0 0 0 561 16 0 0 20 0 18 0 255111388 27700998144 61756 33554432000 4194304 4196468 140726759422160 140726759404704 139690555236087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
/proc/10273/statm: 6762939 61756 3586 1 0 6724490 0
[pid=10273/tid=10275] ppid=10270 vsize=27051756 memory=0 CPUtime=1.96 cores=0-7
/proc/10273/task/10275/stat : 10275 (java) D 10270 10273 10229 0 -1 4202560 21189 0 0 0 189 7 0 0 20 0 18 0 255111389 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690559479096 139690547921719 0 0 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10276] ppid=10270 vsize=27051756 memory=0 CPUtime=0.01 cores=0-7
/proc/10273/task/10276/stat : 10276 (java) S 10270 10273 10229 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690524949520 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10277] ppid=10270 vsize=27051756 memory=121176 CPUtime=0.01 cores=0-7
/proc/10273/task/10277/stat : 10277 (java) S 10270 10273 10229 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690112003216 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10278] ppid=10270 vsize=27051756 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/10273/task/10278/stat : 10278 (java) S 10270 10273 10229 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690110950160 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10279] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10279/stat : 10279 (java) S 10270 10273 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690109897616 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10280] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10280/stat : 10280 (java) S 10270 10273 10229 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690108844560 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10281] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10281/stat : 10281 (java) S 10270 10273 10229 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690107792016 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10282] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10282/stat : 10282 (java) S 10270 10273 10229 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690106738960 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10283] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10283/stat : 10283 (java) S 10270 10273 10229 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 18 0 255111390 27700998144 61756 33554432000 4194304 4196468 140726759422160 139690105686416 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10285] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10285/stat : 10285 (java) S 10270 10273 10229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 255111392 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689027618528 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10286] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10286/stat : 10286 (java) S 10270 10273 10229 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 255111392 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689026565376 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10287] ppid=10270 vsize=27051756 memory=0 CPUtime=0 cores=0-7
/proc/10273/task/10287/stat : 10287 (java) S 10270 10273 10229 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689025513584 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10288] ppid=10270 vsize=27051756 memory=223972 CPUtime=0.91 cores=0-7
/proc/10273/task/10288/stat : 10288 (java) S 10270 10273 10229 0 -1 1077944384 3650 0 0 0 91 0 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689024445552 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10289] ppid=10270 vsize=27051756 memory=-7521736447810188379 CPUtime=0.86 cores=0-7
/proc/10273/task/10289/stat : 10289 (java) S 10270 10273 10229 0 -1 1077944384 2806 0 0 0 85 1 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689023390064 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10290] ppid=10270 vsize=27051756 memory=-8412652160765825907 CPUtime=0.95 cores=0-7
/proc/10273/task/10290/stat : 10290 (java) S 10270 10273 10229 0 -1 1077944384 4100 0 0 0 94 1 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689022339536 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10291] ppid=10270 vsize=27051756 memory=-8634980985311628903 CPUtime=0.69 cores=0-7
/proc/10273/task/10291/stat : 10291 (java) S 10270 10273 10229 0 -1 1077944384 4883 0 0 0 68 1 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689021302896 139690555247234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
[pid=10273/tid=10292] ppid=10270 vsize=27051756 memory=7100839878645619564 CPUtime=0 cores=0-7
/proc/10273/task/10292/stat : 10292 (java) S 10270 10273 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255111394 27700998144 61756 33554432000 4194304 4196468 140726759422160 139689020251104 139690555246293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39407616 140726759429198 140726759429381 140726759429381 140726759432143 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 27051756 KiB
Current children cumulated memory: 247024 KiB

Child status: 0
Real time (s): 2.6173
CPU time (s): 5.79779
CPU user time (s): 5.61849
CPU system time (s): 0.179292
CPU usage (%): 221.518
Max. virtual memory (cumulated for all children) (KiB): 27051756
Max. memory (cumulated for all children) (KiB): 247024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.61849
system time used= 0.179292
maximum resident set size= 247668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4247
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 10273
#   total CPU time (s): 5.79779
#   total CPU user time (s): 5.61849
#   total CPU system time (s): 0.179292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031622 second user time and 0.073218 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-16 01:24:42
IDJOB=4308980
IDBENCH=141326
IDSOLVER=2793
FILE ID=node151/4308980-1534375482
RUNJOBID= node151-1534375482-10256
PBS_JOBID= 21038297
Free space on /tmp= 44724 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Bibd/Bibd-sum-07-03-01_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308980-1534375482/watcher-4308980-1534375482 -o /tmp/evaluation-result-4308980-1534375482/solver-4308980-1534375482 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1534375482-10256 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 321523946 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308980-1534375482.xml

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

MD5SUM BENCH= f239a4aabd5fa756ce2bc7a404e03a34
RANDOM SEED=321523946

node151.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.87
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.87
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.87
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.87
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:        23991872 kB
MemAvailable:   31892492 kB
Buffers:          191688 kB
Cached:          7949000 kB
SwapCached:           12 kB
Active:          4192760 kB
Inactive:        4001796 kB
Active(anon):       3412 kB
Inactive(anon):   110768 kB
Active(file):    4189348 kB
Inactive(file):  3891028 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             35548 kB
Writeback:             4 kB
AnonPages:         61556 kB
Mapped:            57268 kB
Shmem:             57716 kB
Slab:             276452 kB
SReclaimable:     248704 kB
SUnreclaim:        27748 kB
KernelStack:        3200 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 44688 MiB
End job on node151 at 2018-08-16 01:24:45