Trace number 4308762

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14OPT4 7.31319 2.85452

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-05_c18.xml
MD5SUM4b3a1ce7a352f102282a9a722b8ddb17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark4.64126
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints346
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree14
Maximum variable degree19
Distribution of variable degrees[{"degree":14,"count":16},{"degree":15,"count":16},{"degree":16,"count":8},{"degree":17,"count":8},{"degree":18,"count":1},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":345},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints345
Distribution of constraint types[{"type":"intension","count":345},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 2125141388
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
1.41/1.00	c Parsing done, starting search...
5.37/2.59	o 0
5.37/2.59	o 1
5.37/2.59	o 2
5.91/2.60	o 3
5.91/2.65	o 4
6.70/2.78	s OPTIMUM FOUND
6.70/2.78	v <instantiation>
6.70/2.78	v 	<list>
6.70/2.78	v 		b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4]
6.70/2.78	v 	</list>
6.70/2.78	v 	<values>
6.70/2.78	v 		0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 
6.70/2.78	v 	</values>
6.70/2.78	v </instantiation>

Verifier Data

OK	4

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 (14570 MiB free)
  memory of node 1: 16384 MiB (13761 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308762-1534386912/watcher-4308762-1534386912 -o /tmp/evaluation-result-4308762-1534386912/solver-4308762-1534386912 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534384391-3320 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 2125141388 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308762-1534386912.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
Starting watchdog thread
solver pid=3507, runsolver pid=3504
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 8.73 8.73 8.75 2/198 3527
/proc/meminfo: memFree=28997040/32770624 swapFree=67030680/67108860
[pid=3507] ppid=3504 vsize=26103420 memory=30272 CPUtime=0.11 cores=0-7
/proc/3507/stat : 3507 (java) S 3504 3507 3293 0 -1 1077944320 7060 0 0 0 10 1 0 0 20 0 20 0 256254402 26729902080 7568 33554432000 4194304 4196468 140731441972432 140731441954976 139847015280375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
/proc/3507/statm: 6525855 7568 3134 1 0 6487932 0
[pid=3507/tid=3509] ppid=3504 vsize=26103420 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/3507/task/3509/stat : 3509 (java) R 3504 3507 3293 0 -1 4202560 5297 0 0 0 8 1 0 0 20 0 20 0 256254402 26729902080 7766 33554432000 4194304 4196468 140731441972432 139847019481880 139847007517502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3510] ppid=3504 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3507/task/3510/stat : 3510 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846967900944 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3511] ppid=3504 vsize=26103420 memory=139811831715456 CPUtime=0 cores=0-7
/proc/3507/task/3511/stat : 3511 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846966848400 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3512] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3512/stat : 3512 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846965795856 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3513] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3513/stat : 3513 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846964743312 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3514] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3514/stat : 3514 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846963689744 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3515] ppid=3504 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/3507/task/3515/stat : 3515 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846962637200 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3516] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3516/stat : 3516 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846961584656 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3517] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3517/stat : 3517 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 7766 33554432000 4194304 4196468 140731441972432 139846960532112 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3518] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3518/stat : 3518 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254404 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845758147056 139847015291522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3519] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3519/stat : 3519 (java) S 3504 3507 3293 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256254405 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845757093280 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3520] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3520/stat : 3520 (java) S 3504 3507 3293 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256254405 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845756040688 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3521] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3521/stat : 3521 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845754989264 139847015298971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3522] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3522/stat : 3522 (java) S 3504 3507 3293 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845753935856 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3523] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3523/stat : 3523 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845752883312 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3524] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3524/stat : 3524 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845751830768 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3525] ppid=3504 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3525/stat : 3525 (java) S 3504 3507 3293 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 20 0 256254407 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845750778224 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3526] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3526/stat : 3526 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254408 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845749725920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3527] ppid=3504 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/3507/task/3527/stat : 3527 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254408 26729902080 7812 33554432000 4194304 4196468 140731441972432 139845748673456 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30272 KiB

[startup+0.21026 s]*
/proc/loadavg: 8.73 8.73 8.75 3/198 3527
/proc/meminfo: memFree=28982900/32770624 swapFree=67030680/67108860
[pid=3507] ppid=3504 vsize=26103420 memory=42928 CPUtime=0.3 cores=0-7
/proc/3507/stat : 3507 (java) S 3504 3507 3293 0 -1 1077944320 10422 0 0 0 28 2 0 0 20 0 20 0 256254402 26729902080 10732 33554432000 4194304 4196468 140731441972432 140731441954976 139847015280375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
/proc/3507/statm: 6525855 10732 3324 1 0 6487932 0
[pid=3507/tid=3509] ppid=3504 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/3507/task/3509/stat : 3509 (java) R 3504 3507 3293 0 -1 4202560 8169 0 0 0 18 1 0 0 20 0 20 0 256254402 26729902080 10732 33554432000 4194304 4196468 140731441972432 139847019505136 139846999360862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3510] ppid=3504 vsize=26103420 memory=9239 CPUtime=0 cores=0-7
/proc/3507/task/3510/stat : 3510 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846967900944 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3511] ppid=3504 vsize=26103420 memory=139811831719141 CPUtime=0 cores=0-7
/proc/3507/task/3511/stat : 3511 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846966848400 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3512] ppid=3504 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/3507/task/3512/stat : 3512 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846965795856 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3513] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3513/stat : 3513 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846964743312 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3514] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3514/stat : 3514 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846963689744 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3515] ppid=3504 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/3507/task/3515/stat : 3515 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846962637200 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3516] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3516/stat : 3516 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846961584656 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3517] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3517/stat : 3517 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 10732 33554432000 4194304 4196468 140731441972432 139846960532112 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3518] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3518/stat : 3518 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254404 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845758147056 139847015291522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3519] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3519/stat : 3519 (java) S 3504 3507 3293 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256254405 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845757093280 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3520] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3520/stat : 3520 (java) S 3504 3507 3293 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256254405 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845756040688 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3521] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3521/stat : 3521 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845754989264 139847015298971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3522] ppid=3504 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3522/stat : 3522 (java) S 3504 3507 3293 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 20 0 256254407 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845753935856 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3523] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3523/stat : 3523 (java) S 3504 3507 3293 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845752883312 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3524] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3524/stat : 3524 (java) S 3504 3507 3293 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845751830768 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3525] ppid=3504 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/3507/task/3525/stat : 3525 (java) S 3504 3507 3293 0 -1 1077944384 328 0 0 0 6 0 0 0 20 0 20 0 256254407 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845750778224 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3526] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3526/stat : 3526 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254408 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845749725920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3527] ppid=3504 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/3507/task/3527/stat : 3527 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254408 26729902080 10732 33554432000 4194304 4196468 140731441972432 139845748673456 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42928 KiB

[startup+0.310372 s]*
/proc/loadavg: 8.73 8.73 8.75 3/198 3527
/proc/meminfo: memFree=28979488/32770624 swapFree=67030680/67108860
[pid=3507] ppid=3504 vsize=26103420 memory=46704 CPUtime=0.42 cores=0-7
/proc/3507/stat : 3507 (java) S 3504 3507 3293 0 -1 1077944320 10852 0 0 0 40 2 0 0 20 0 20 0 256254402 26729902080 11676 33554432000 4194304 4196468 140731441972432 140731441954976 139847015280375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
/proc/3507/statm: 6525855 11676 3364 1 0 6487932 0
[pid=3507/tid=3509] ppid=3504 vsize=26103420 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/3507/task/3509/stat : 3509 (java) R 3504 3507 3293 0 -1 4202560 8507 0 0 0 28 2 0 0 20 0 20 0 256254402 26729902080 11676 33554432000 4194304 4196468 140731441972432 139847019479808 139846999360862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3510] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3510/stat : 3510 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846967900944 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3511] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3511/stat : 3511 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846966848400 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3512] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3512/stat : 3512 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846965795856 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3513] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3513/stat : 3513 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846964743312 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3514] ppid=3504 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/3507/task/3514/stat : 3514 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846963689744 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3515] ppid=3504 vsize=26103420 memory=139811721671599 CPUtime=0 cores=0-7
/proc/3507/task/3515/stat : 3515 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846962637200 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3516] ppid=3504 vsize=26103420 memory=139811721673904 CPUtime=0 cores=0-7
/proc/3507/task/3516/stat : 3516 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846961584656 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3517] ppid=3504 vsize=26103420 memory=139811721676208 CPUtime=0 cores=0-7
/proc/3507/task/3517/stat : 3517 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254403 26729902080 11676 33554432000 4194304 4196468 140731441972432 139846960532112 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3518] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3518/stat : 3518 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254404 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845758147056 139847015291522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3519] ppid=3504 vsize=26103420 memory=279623443359376 CPUtime=0 cores=0-7
/proc/3507/task/3519/stat : 3519 (java) S 3504 3507 3293 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256254405 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845757093280 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3520] ppid=3504 vsize=26103420 memory=279623443366288 CPUtime=0 cores=0-7
/proc/3507/task/3520/stat : 3520 (java) S 3504 3507 3293 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256254405 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845756040688 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3521] ppid=3504 vsize=26103420 memory=279623443307440 CPUtime=0 cores=0-7
/proc/3507/task/3521/stat : 3521 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845754989264 139847015298971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3522] ppid=3504 vsize=26103420 memory=279623443380112 CPUtime=0.01 cores=0-7
/proc/3507/task/3522/stat : 3522 (java) S 3504 3507 3293 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 20 0 256254407 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845753935856 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3523] ppid=3504 vsize=26103420 memory=279623443387024 CPUtime=0.01 cores=0-7
/proc/3507/task/3523/stat : 3523 (java) S 3504 3507 3293 0 -1 1077944384 223 0 0 0 1 0 0 0 20 0 20 0 256254407 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845752883312 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3524] ppid=3504 vsize=26103420 memory=279623443384720 CPUtime=0 cores=0-7
/proc/3507/task/3524/stat : 3524 (java) S 3504 3507 3293 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 256254407 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845751830768 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3525] ppid=3504 vsize=26103420 memory=279623443401328 CPUtime=0.08 cores=0-7
/proc/3507/task/3525/stat : 3525 (java) S 3504 3507 3293 0 -1 1077944384 345 0 0 0 8 0 0 0 20 0 20 0 256254407 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845750778224 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3526] ppid=3504 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3526/stat : 3526 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254408 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845749725920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3527] ppid=3504 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/3507/task/3527/stat : 3527 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254408 26729902080 11676 33554432000 4194304 4196468 140731441972432 139845748673456 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46704 KiB

[startup+0.700892 s]
/proc/loadavg: 8.73 8.73 8.75 2/198 3527
/proc/meminfo: memFree=28955552/32770624 swapFree=67030680/67108860
[pid=3507] ppid=3504 vsize=26105488 memory=87344 CPUtime=0.99 cores=0-7
/proc/3507/stat : 3507 (java) S 3504 3507 3293 0 -1 1077944320 17801 0 0 0 94 5 0 0 20 0 20 0 256254402 26732019712 21836 33554432000 4194304 4196468 140731441972432 140731441954976 139847015280375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
/proc/3507/statm: 6526372 21836 3474 1 0 6488444 0
[pid=3507/tid=3509] ppid=3504 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/3507/task/3509/stat : 3509 (java) R 3504 3507 3293 0 -1 4202560 14990 0 0 0 63 4 0 0 20 0 20 0 256254402 26732019712 21836 33554432000 4194304 4196468 140731441972432 139847019503696 139847015301722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3510] ppid=3504 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3510/stat : 3510 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846967900944 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3511] ppid=3504 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3511/stat : 3511 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846966848400 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3512] ppid=3504 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3512/stat : 3512 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846965795856 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3513] ppid=3504 vsize=26105488 memory=3160 CPUtime=0 cores=0-7
/proc/3507/task/3513/stat : 3513 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846964743312 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3514] ppid=3504 vsize=26105488 memory=2120 CPUtime=0 cores=0-7
/proc/3507/task/3514/stat : 3514 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846963689744 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3515] ppid=3504 vsize=26105488 memory=752 CPUtime=0 cores=0-7
/proc/3507/task/3515/stat : 3515 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846962637200 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3516] ppid=3504 vsize=26105488 memory=972 CPUtime=0 cores=0-7
/proc/3507/task/3516/stat : 3516 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846961584656 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3517] ppid=3504 vsize=26105488 memory=13888 CPUtime=0 cores=0-7
/proc/3507/task/3517/stat : 3517 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254403 26732019712 21836 33554432000 4194304 4196468 140731441972432 139846960532112 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3518] ppid=3504 vsize=26105488 memory=2228 CPUtime=0 cores=0-7

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

[pid=3507/tid=3525] ppid=3504 vsize=26111632 memory=35008 CPUtime=0.61 cores=0-7
/proc/3507/task/3525/stat : 3525 (java) R 3504 3507 3293 0 -1 4202560 3337 0 0 0 60 1 0 0 20 0 20 0 256254407 26738311168 37540 33554432000 4194304 4196468 140731441972432 139845750773296 139846993937926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3526] ppid=3504 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3526/stat : 3526 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254408 26738311168 37540 33554432000 4194304 4196468 140731441972432 139845749725920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3527] ppid=3504 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3527/stat : 3527 (java) S 3504 3507 3293 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 256254408 26738311168 37540 33554432000 4194304 4196468 140731441972432 139845748673456 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 150160 KiB

[startup+2.85446 s]
# the end of solver process 3507 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.05265 s, system=0.260536 s

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

[startup+1.6011 s]
/proc/loadavg: 8.73 8.73 8.75 3/198 3527
/proc/meminfo: memFree=28920252/32770624 swapFree=67030680/67108860
[pid=3507] ppid=3504 vsize=26111632 memory=165656 CPUtime=3.34 cores=0-7
/proc/3507/stat : 3507 (java) S 3504 3507 3293 0 -1 1077944320 29170 0 0 0 323 11 0 0 20 0 20 0 256254402 26738311168 41414 33554432000 4194304 4196468 140731441972432 140731441954976 139847015280375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
/proc/3507/statm: 6527908 41414 3553 1 0 6489980 0
[pid=3507/tid=3509] ppid=3504 vsize=26111632 memory=0 CPUtime=1.57 cores=0-7
/proc/3507/task/3509/stat : 3509 (java) R 3504 3507 3293 0 -1 4202560 20095 0 0 0 150 7 0 0 20 0 20 0 256254402 26738311168 41414 33554432000 4194304 4196468 140731441972432 139847019507896 139846639935416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3510] ppid=3504 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3510/stat : 3510 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846967900944 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3511] ppid=3504 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3511/stat : 3511 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846966848400 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3512] ppid=3504 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3512/stat : 3512 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846965795856 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3513] ppid=3504 vsize=26111632 memory=3544 CPUtime=0 cores=0-7
/proc/3507/task/3513/stat : 3513 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846964743312 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3514] ppid=3504 vsize=26111632 memory=68084 CPUtime=0 cores=0-7
/proc/3507/task/3514/stat : 3514 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846963689744 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3515] ppid=3504 vsize=26111632 memory=6223407613083 CPUtime=0 cores=0-7
/proc/3507/task/3515/stat : 3515 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846962637200 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3516] ppid=3504 vsize=26111632 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/3507/task/3516/stat : 3516 (java) S 3504 3507 3293 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846961584656 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3517] ppid=3504 vsize=26111632 memory=16106987175807256 CPUtime=0 cores=0-7
/proc/3507/task/3517/stat : 3517 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254403 26738311168 41414 33554432000 4194304 4196468 140731441972432 139846960532112 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3518] ppid=3504 vsize=26111632 memory=11068 CPUtime=0 cores=0-7
/proc/3507/task/3518/stat : 3518 (java) S 3504 3507 3293 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 20 0 256254404 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845758147056 139847015291522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3519] ppid=3504 vsize=26111632 memory=1192 CPUtime=0 cores=0-7
/proc/3507/task/3519/stat : 3519 (java) S 3504 3507 3293 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256254405 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845757093280 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3520] ppid=3504 vsize=26111632 memory=1520 CPUtime=0 cores=0-7
/proc/3507/task/3520/stat : 3520 (java) S 3504 3507 3293 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256254405 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845756040688 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3521] ppid=3504 vsize=26111632 memory=2680 CPUtime=0 cores=0-7
/proc/3507/task/3521/stat : 3521 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256254407 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845754989264 139847015298971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3522] ppid=3504 vsize=26111632 memory=20036 CPUtime=0.38 cores=0-7
/proc/3507/task/3522/stat : 3522 (java) R 3504 3507 3293 0 -1 4202560 1608 0 0 0 37 1 0 0 20 0 20 0 256254407 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845753913216 139846993695928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3523] ppid=3504 vsize=26111632 memory=6943526294502006880 CPUtime=0.4 cores=0-7
/proc/3507/task/3523/stat : 3523 (java) R 3504 3507 3293 0 -1 4202560 1461 0 0 0 39 1 0 0 20 0 20 0 256254407 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845752867504 139847000389800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3524] ppid=3504 vsize=26111632 memory=6656426216303648864 CPUtime=0.34 cores=0-7
/proc/3507/task/3524/stat : 3524 (java) R 3504 3507 3293 0 -1 4202560 1060 0 0 0 34 0 0 0 20 0 20 0 256254407 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845751820368 139847000166560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3525] ppid=3504 vsize=26111632 memory=6944656592455360604 CPUtime=0.62 cores=0-7
/proc/3507/task/3525/stat : 3525 (java) S 3504 3507 3293 0 -1 1077944384 3372 0 0 0 61 1 0 0 20 0 20 0 256254407 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845750778224 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3526] ppid=3504 vsize=26111632 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/3507/task/3526/stat : 3526 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256254408 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845749725920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3527] ppid=3504 vsize=26111632 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/3507/task/3527/stat : 3527 (java) S 3504 3507 3293 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 256254408 26738311168 41414 33554432000 4194304 4196468 140731441972432 139845748673456 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
Current children cumulated CPU time: 3.34 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 165656 KiB

[startup+2.40089 s]
/proc/loadavg: 8.73 8.73 8.75 2/198 3527
/proc/meminfo: memFree=28787648/32770624 swapFree=67030680/67108860
[pid=3507] ppid=3504 vsize=26248856 memory=266552 CPUtime=5.19 cores=0-7
/proc/3507/stat : 3507 (java) S 3504 3507 3293 0 -1 1077944320 37548 0 0 0 500 19 0 0 20 0 22 0 256254402 26878828544 66638 33554432000 4194304 4196468 140731441972432 140731441954976 139847015280375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
/proc/3507/statm: 6562214 66638 3586 1 0 6524286 0
[pid=3507/tid=3509] ppid=3504 vsize=26248856 memory=279623443321248 CPUtime=2.31 cores=0-7
/proc/3507/task/3509/stat : 3509 (java) R 3504 3507 3293 0 -1 4202560 22542 0 0 0 222 9 0 0 20 0 22 0 256254402 26878828544 66638 33554432000 4194304 4196468 140731441972432 139847019514032 139846999360862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3510] ppid=3504 vsize=26248856 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/3507/task/3510/stat : 3510 (java) S 3504 3507 3293 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846967900944 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3511] ppid=3504 vsize=26248856 memory=279623443518144 CPUtime=0.01 cores=0-7
/proc/3507/task/3511/stat : 3511 (java) S 3504 3507 3293 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846966848400 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3512] ppid=3504 vsize=26248856 memory=279623443518336 CPUtime=0.01 cores=0-7
/proc/3507/task/3512/stat : 3512 (java) S 3504 3507 3293 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846965795856 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3513] ppid=3504 vsize=26248856 memory=279623443518528 CPUtime=0.01 cores=0-7
/proc/3507/task/3513/stat : 3513 (java) S 3504 3507 3293 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846964743312 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3514] ppid=3504 vsize=26248856 memory=8112282956445269571 CPUtime=0.01 cores=0-7
/proc/3507/task/3514/stat : 3514 (java) S 3504 3507 3293 0 -1 1077944384 177 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846963689744 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3515] ppid=3504 vsize=26248856 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3515/stat : 3515 (java) S 3504 3507 3293 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846962637200 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3516] ppid=3504 vsize=26248856 memory=4580 CPUtime=0.01 cores=0-7
/proc/3507/task/3516/stat : 3516 (java) S 3504 3507 3293 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846961584656 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3517] ppid=3504 vsize=26248856 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3517/stat : 3517 (java) S 3504 3507 3293 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 22 0 256254403 26878828544 66638 33554432000 4194304 4196468 140731441972432 139846960532112 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3518] ppid=3504 vsize=26248856 memory=6656426216303648864 CPUtime=0.02 cores=0-7
/proc/3507/task/3518/stat : 3518 (java) S 3504 3507 3293 0 -1 1077944384 1227 0 0 0 2 0 0 0 20 0 22 0 256254404 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845758147056 139847015291522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3519] ppid=3504 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3519/stat : 3519 (java) S 3504 3507 3293 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 22 0 256254405 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845757093344 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3520] ppid=3504 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/3507/task/3520/stat : 3520 (java) S 3504 3507 3293 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 256254405 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845756040704 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3521] ppid=3504 vsize=26248856 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/3507/task/3521/stat : 3521 (java) S 3504 3507 3293 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 256254407 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845754989264 139847015298971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3522] ppid=3504 vsize=26248856 memory=6944656575208382560 CPUtime=0.61 cores=0-7
/proc/3507/task/3522/stat : 3522 (java) S 3504 3507 3293 0 -1 1077944384 2536 0 0 0 60 1 0 0 20 0 22 0 256254407 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845753935856 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3523] ppid=3504 vsize=26248856 memory=-7094132109863559211 CPUtime=0.63 cores=0-7
/proc/3507/task/3523/stat : 3523 (java) S 3504 3507 3293 0 -1 1077944384 2316 0 0 0 62 1 0 0 20 0 22 0 256254407 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845752883312 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3524] ppid=3504 vsize=26248856 memory=6656426216303648864 CPUtime=0.62 cores=0-7
/proc/3507/task/3524/stat : 3524 (java) S 3504 3507 3293 0 -1 1077944384 2325 0 0 0 62 0 0 0 20 0 22 0 256254407 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845751830768 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3525] ppid=3504 vsize=26248856 memory=6944652177228980320 CPUtime=0.78 cores=0-7
/proc/3507/task/3525/stat : 3525 (java) S 3504 3507 3293 0 -1 1077944384 4583 0 0 0 76 2 0 0 20 0 22 0 256254407 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845750778224 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3526] ppid=3504 vsize=26248856 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/3507/task/3526/stat : 3526 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 256254408 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845749725920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3527] ppid=3504 vsize=26248856 memory=6944656592455350634 CPUtime=0 cores=0-7
/proc/3507/task/3527/stat : 3527 (java) S 3504 3507 3293 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 22 0 256254408 26878828544 66638 33554432000 4194304 4196468 140731441972432 139845748673456 139847015291522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 26248856 KiB
Current children cumulated memory: 266552 KiB

[startup+2.80086 s]
/proc/loadavg: 8.73 8.73 8.75 2/198 3527
/proc/meminfo: memFree=28787648/32770624 swapFree=67030680/67108860
[pid=3507] ppid=3504 vsize=27850524 memory=278572 CPUtime=7.26 cores=0-7
/proc/3507/stat : 3507 (java) S 3504 3507 3293 0 -1 1077944320 43826 0 0 0 702 24 0 0 20 0 19 0 256254402 28518936576 69643 33554432000 4194304 4196468 140731441972432 140731441954976 139847015280375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
/proc/3507/statm: 6962631 69643 3604 1 0 6924182 0
[pid=3507/tid=3509] ppid=3504 vsize=27850524 memory=288230600312357161 CPUtime=2.44 cores=0-7
/proc/3507/task/3509/stat : 3509 (java) S 3504 3507 3293 0 -1 1077944384 23219 0 0 0 235 9 0 0 20 0 19 0 256254402 28518936576 69643 33554432000 4194304 4196468 140731441972432 139847019523216 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3510] ppid=3504 vsize=27850524 memory=14134428955837770 CPUtime=0.01 cores=0-7
/proc/3507/task/3510/stat : 3510 (java) S 3504 3507 3293 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846967900944 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3511] ppid=3504 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3511/stat : 3511 (java) S 3504 3507 3293 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846966848400 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3512] ppid=3504 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3512/stat : 3512 (java) S 3504 3507 3293 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846965795856 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3513] ppid=3504 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3513/stat : 3513 (java) S 3504 3507 3293 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846964743312 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3514] ppid=3504 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3514/stat : 3514 (java) S 3504 3507 3293 0 -1 1077944384 177 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846963689744 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3515] ppid=3504 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3515/stat : 3515 (java) S 3504 3507 3293 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846962637200 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3516] ppid=3504 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3516/stat : 3516 (java) S 3504 3507 3293 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846961584656 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3517] ppid=3504 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/3507/task/3517/stat : 3517 (java) S 3504 3507 3293 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 19 0 256254403 28518936576 69643 33554432000 4194304 4196468 140731441972432 139846960532112 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3518] ppid=3504 vsize=27850524 memory=55 CPUtime=0.02 cores=0-7
/proc/3507/task/3518/stat : 3518 (java) S 3504 3507 3293 0 -1 1077944384 1227 0 0 0 2 0 0 0 20 0 19 0 256254404 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845758147264 139847015291522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3519] ppid=3504 vsize=27850524 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/3507/task/3519/stat : 3519 (java) S 3504 3507 3293 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 256254405 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845757093344 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3520] ppid=3504 vsize=27850524 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/3507/task/3520/stat : 3520 (java) S 3504 3507 3293 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 256254405 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845756040704 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3521] ppid=3504 vsize=27850524 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/3507/task/3521/stat : 3521 (java) S 3504 3507 3293 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 256254407 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845754988912 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3522] ppid=3504 vsize=27850524 memory=6944652177228980320 CPUtime=0.79 cores=0-7
/proc/3507/task/3522/stat : 3522 (java) S 3504 3507 3293 0 -1 1077944384 3126 0 0 0 77 2 0 0 20 0 19 0 256254407 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845753915920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3523] ppid=3504 vsize=27850524 memory=6944652177228980320 CPUtime=0.8 cores=0-7
/proc/3507/task/3523/stat : 3523 (java) S 3504 3507 3293 0 -1 1077944384 2881 0 0 0 78 2 0 0 20 0 19 0 256254407 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845752862752 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3524] ppid=3504 vsize=27850524 memory=6944656575208382560 CPUtime=0.84 cores=0-7
/proc/3507/task/3524/stat : 3524 (java) R 3504 3507 3293 0 -1 4202560 3748 0 0 0 83 1 0 0 20 0 19 0 256254407 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845751811576 139846998777159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3525] ppid=3504 vsize=27850524 memory=6944652177228980320 CPUtime=0.97 cores=0-7
/proc/3507/task/3525/stat : 3525 (java) S 3504 3507 3293 0 -1 1077944384 5822 0 0 0 95 2 0 0 20 0 19 0 256254407 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845750775424 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
[pid=3507/tid=3526] ppid=3504 vsize=27850524 memory=-8253362762721548664 CPUtime=0 cores=0-7
/proc/3507/task/3526/stat : 3526 (java) S 3504 3507 3293 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 256254408 28518936576 69643 33554432000 4194304 4196468 140731441972432 139845749725920 139847015290581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21807104 140731441980493 140731441980677 140731441980677 140731441983439 0
Current children cumulated CPU time: 7.26 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 278572 KiB

Child status: 0
Real time (s): 2.85452
CPU time (s): 7.31319
CPU user time (s): 7.05265
CPU system time (s): 0.260536
CPU usage (%): 256.197
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 278572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.05265
system time used= 0.260536
maximum resident set size= 279832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6483
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 3507
#   total CPU time (s): 7.31319
#   total CPU user time (s): 7.05265
#   total CPU system time (s): 0.260536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03939 second user time and 0.06666 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-16 04:35:12
IDJOB=4308762
IDBENCH=141489
IDSOLVER=2793
FILE ID=node102/4308762-1534386912
RUNJOBID= node102-1534384391-3320
PBS_JOBID= 21038312
Free space on /tmp= 43904 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-05_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-4308762-1534386912/watcher-4308762-1534386912 -o /tmp/evaluation-result-4308762-1534386912/solver-4308762-1534386912 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534384391-3320 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 2125141388 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308762-1534386912.xml

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

MD5SUM BENCH= 4b3a1ce7a352f102282a9a722b8ddb17
RANDOM SEED=2125141388

node102.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.51
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.51
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.51
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.51
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:        29013288 kB
MemAvailable:   31875844 kB
Buffers:          184040 kB
Cached:          2948624 kB
SwapCached:        51224 kB
Active:          1622328 kB
Inactive:        1590112 kB
Active(anon):       4228 kB
Inactive(anon):   135188 kB
Active(file):    1618100 kB
Inactive(file):  1454924 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             35836 kB
Writeback:             0 kB
AnonPages:         36020 kB
Mapped:            54356 kB
Shmem:             57196 kB
Slab:             239336 kB
SReclaimable:     210732 kB
SUnreclaim:        28604 kB
KernelStack:        3280 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 43868 MiB
End job on node102 at 2018-08-16 04:35:15