Trace number 4308769

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 12.2242 3.14284

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-05_c18.xml
MD5SUM5e5be4f605afa886fe94f4d001b03361
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 benchmark3.33359
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints163
Number of domains2
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":25},{"size":12,"count":2}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":14,"count":16},{"degree":16,"count":8},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":161},{"arity":26,"count":2}]
Number of extensional constraints0
Number of intensional constraints161
Distribution of constraint types[{"type":"intension","count":161},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1142460331
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.45/0.94	c Parsing done, starting search...
5.01/2.14	o 1
5.01/2.15	o 2
5.01/2.16	o 3
7.98/2.55	o 4
11.88/3.06	s OPTIMUM FOUND
11.88/3.06	v <instantiation>
11.88/3.06	v 	<list>
11.88/3.06	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] nb nw
11.88/3.06	v 	</list>
11.88/3.06	v 	<values>
11.88/3.06	v 		0 0 1 0 1 2 0 0 0 0 0 2 0 2 0 2 0 0 0 0 0 0 1 0 1 4 4 
11.88/3.06	v 	</values>
11.88/3.06	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 (12166 MiB free)
  memory of node 1: 16384 MiB (11598 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308769-1534387056/watcher-4308769-1534387056 -o /tmp/evaluation-result-4308769-1534387056/solver-4308769-1534387056 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1534387056-484 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1142460331 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308769-1534387056.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 1.99 2.11 2.61 2/198 522
/proc/meminfo: memFree=24318316/32770624 swapFree=67108372/67108860
[pid=501] ppid=498 vsize=26103420 memory=29620 CPUtime=0.11 cores=0-7
/proc/501/stat : 501 (java) S 498 501 456 0 -1 1077944320 6880 0 0 0 10 1 0 0 20 0 20 0 256268758 26729902080 7405 33554432000 4194304 4196468 140723573262464 140723573245008 140415729110775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
/proc/501/statm: 6525855 7405 3143 1 0 6487932 0
[pid=501/tid=503] ppid=498 vsize=26103420 memory=8318255677412212789 CPUtime=0.09 cores=0-7
/proc/501/task/503/stat : 503 (java) R 498 501 456 0 -1 4202560 5563 0 0 0 8 1 0 0 20 0 20 0 256268759 26729902080 8065 33554432000 4194304 4196468 140723573262464 140415733313904 140415715308720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=504] ppid=498 vsize=26103420 memory=342 CPUtime=0 cores=0-7
/proc/501/task/504/stat : 504 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 8065 33554432000 4194304 4196468 140723573262464 140415636670992 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=505] ppid=498 vsize=26103420 memory=140387902664286 CPUtime=0 cores=0-7
/proc/501/task/505/stat : 505 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 8065 33554432000 4194304 4196468 140723573262464 140415635618448 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=507] ppid=498 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/501/task/507/stat : 507 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 8065 33554432000 4194304 4196468 140723573262464 140415285430544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=508] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/508/stat : 508 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 8074 33554432000 4194304 4196468 140723573262464 140415284378000 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=509] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/509/stat : 509 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 8074 33554432000 4194304 4196468 140723573262464 140415283325968 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=510] ppid=498 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/501/task/510/stat : 510 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 8074 33554432000 4194304 4196468 140723573262464 140415282273424 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=511] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/511/stat : 511 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 8074 33554432000 4194304 4196468 140723573262464 140415281220368 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=512] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/512/stat : 512 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268760 26729902080 8074 33554432000 4194304 4196468 140723573262464 140415280167824 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=513] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/513/stat : 513 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268761 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413935069424 140415729121922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=514] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/514/stat : 514 (java) S 498 501 456 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256268761 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413934015648 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=515] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/515/stat : 515 (java) S 498 501 456 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256268762 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413932962544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=516] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/516/stat : 516 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413931911120 140415729129371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=517] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/517/stat : 517 (java) S 498 501 456 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413930859248 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=518] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/518/stat : 518 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413929806704 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=519] ppid=498 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/501/task/519/stat : 519 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413928753648 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=520] ppid=498 vsize=26103420 memory=-1 CPUtime=0.01 cores=0-7
/proc/501/task/520/stat : 520 (java) S 498 501 456 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 20 0 256268764 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413927701104 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=521] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/521/stat : 521 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413926648288 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=522] ppid=498 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/501/task/522/stat : 522 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 8074 33554432000 4194304 4196468 140723573262464 140413925595824 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29620 KiB

[startup+0.210384 s]*
/proc/loadavg: 1.99 2.11 2.61 4/198 522
/proc/meminfo: memFree=24305108/32770624 swapFree=67108372/67108860
[pid=501] ppid=498 vsize=26103420 memory=43472 CPUtime=0.3 cores=0-7
/proc/501/stat : 501 (java) S 498 501 456 0 -1 1077944320 10452 0 0 0 27 3 0 0 20 0 20 0 256268758 26729902080 10868 33554432000 4194304 4196468 140723573262464 140723573245008 140415729110775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
/proc/501/statm: 6525855 10868 3376 1 0 6487932 0
[pid=501/tid=503] ppid=498 vsize=26103420 memory=7882827048052850738 CPUtime=0.2 cores=0-7
/proc/501/task/503/stat : 503 (java) R 498 501 456 0 -1 4202560 8256 0 0 0 18 2 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415733335680 140415713191262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=504] ppid=498 vsize=26103420 memory=329 CPUtime=0 cores=0-7
/proc/501/task/504/stat : 504 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415636670992 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=505] ppid=498 vsize=26103420 memory=140387902661633 CPUtime=0 cores=0-7
/proc/501/task/505/stat : 505 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415635618448 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=507] ppid=498 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/501/task/507/stat : 507 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415285430544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=508] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/508/stat : 508 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415284378000 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=509] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/509/stat : 509 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415283325968 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=510] ppid=498 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/501/task/510/stat : 510 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415282273424 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=511] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/511/stat : 511 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415281220368 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=512] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/512/stat : 512 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268760 26729902080 10868 33554432000 4194304 4196468 140723573262464 140415280167824 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=513] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/513/stat : 513 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268761 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413935069424 140415729121922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=514] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/514/stat : 514 (java) S 498 501 456 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256268761 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413934015648 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=515] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/515/stat : 515 (java) S 498 501 456 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256268762 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413932962544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=516] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/516/stat : 516 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413931911120 140415729129371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=517] ppid=498 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/517/stat : 517 (java) S 498 501 456 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 20 0 256268764 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413930859248 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=518] ppid=498 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/518/stat : 518 (java) S 498 501 456 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 256268764 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413929806704 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=519] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/519/stat : 519 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413928753648 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=520] ppid=498 vsize=26103420 memory=-1 CPUtime=0.06 cores=0-7
/proc/501/task/520/stat : 520 (java) R 498 501 456 0 -1 4202560 281 0 0 0 6 0 0 0 20 0 20 0 256268764 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413927701104 140415729122710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=521] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/521/stat : 521 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413926648288 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=522] ppid=498 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/501/task/522/stat : 522 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 10868 33554432000 4194304 4196468 140723573262464 140413925595824 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43472 KiB

[startup+0.31051 s]*
/proc/loadavg: 1.99 2.11 2.61 2/198 522
/proc/meminfo: memFree=24301696/32770624 swapFree=67108372/67108860
[pid=501] ppid=498 vsize=26103420 memory=47112 CPUtime=0.42 cores=0-7
/proc/501/stat : 501 (java) S 498 501 456 0 -1 1077944320 10869 0 0 0 39 3 0 0 20 0 20 0 256268758 26729902080 11778 33554432000 4194304 4196468 140723573262464 140723573245008 140415729110775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
/proc/501/statm: 6525855 11778 3413 1 0 6487932 0
[pid=501/tid=503] ppid=498 vsize=26103420 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/501/task/503/stat : 503 (java) R 498 501 456 0 -1 4202560 8598 0 0 0 28 2 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415733272512 140415713191262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=504] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/504/stat : 504 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415636670992 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=505] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/505/stat : 505 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415635618448 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=507] ppid=498 vsize=26103420 memory=2240 CPUtime=0 cores=0-7
/proc/501/task/507/stat : 507 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415285430544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=508] ppid=498 vsize=26103420 memory=2241 CPUtime=0 cores=0-7
/proc/501/task/508/stat : 508 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415284378000 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=509] ppid=498 vsize=26103420 memory=2241 CPUtime=0 cores=0-7
/proc/501/task/509/stat : 509 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415283325968 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=510] ppid=498 vsize=26103420 memory=140387784162575 CPUtime=0 cores=0-7
/proc/501/task/510/stat : 510 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415282273424 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=511] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/511/stat : 511 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415281220368 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=512] ppid=498 vsize=26103420 memory=280775568334368 CPUtime=0 cores=0-7
/proc/501/task/512/stat : 512 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268760 26729902080 11778 33554432000 4194304 4196468 140723573262464 140415280167824 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=513] ppid=498 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/501/task/513/stat : 513 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268761 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413935069424 140415729121922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=514] ppid=498 vsize=26103420 memory=1650 CPUtime=0 cores=0-7
/proc/501/task/514/stat : 514 (java) S 498 501 456 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256268761 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413934015648 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=515] ppid=498 vsize=26103420 memory=439 CPUtime=0 cores=0-7
/proc/501/task/515/stat : 515 (java) S 498 501 456 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256268762 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413932962544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=516] ppid=498 vsize=26103420 memory=1 CPUtime=0 cores=0-7
/proc/501/task/516/stat : 516 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413931911120 140415729129371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=517] ppid=498 vsize=26103420 memory=691 CPUtime=0.01 cores=0-7
/proc/501/task/517/stat : 517 (java) S 498 501 456 0 -1 1077944384 404 0 0 0 1 0 0 0 20 0 20 0 256268764 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413930859248 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=518] ppid=498 vsize=26103420 memory=144 CPUtime=0.01 cores=0-7
/proc/501/task/518/stat : 518 (java) S 498 501 456 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 256268764 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413929806704 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=519] ppid=498 vsize=26103420 memory=221 CPUtime=0 cores=0-7
/proc/501/task/519/stat : 519 (java) S 498 501 456 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413928753648 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=520] ppid=498 vsize=26103420 memory=43511 CPUtime=0.07 cores=0-7
/proc/501/task/520/stat : 520 (java) R 498 501 456 0 -1 4202560 287 0 0 0 7 0 0 0 20 0 20 0 256268764 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413927701104 140415729132122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=521] ppid=498 vsize=26103420 memory=3467825727391412274 CPUtime=0 cores=0-7
/proc/501/task/521/stat : 521 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413926648288 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=522] ppid=498 vsize=26103420 memory=3472895575524712495 CPUtime=0 cores=0-7
/proc/501/task/522/stat : 522 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26729902080 11778 33554432000 4194304 4196468 140723573262464 140413925595824 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47112 KiB

[startup+0.700918 s]
/proc/loadavg: 1.99 2.11 2.61 2/198 522
/proc/meminfo: memFree=24277568/32770624 swapFree=67108372/67108860
[pid=501] ppid=498 vsize=26105488 memory=87368 CPUtime=0.99 cores=0-7
/proc/501/stat : 501 (java) S 498 501 456 0 -1 1077944320 17800 0 0 0 93 6 0 0 20 0 20 0 256268758 26732019712 21842 33554432000 4194304 4196468 140723573262464 140723573245008 140415729110775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
/proc/501/statm: 6526372 21842 3489 1 0 6488444 0
[pid=501/tid=503] ppid=498 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/501/task/503/stat : 503 (java) R 498 501 456 0 -1 4202560 15062 0 0 0 63 4 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415733334096 140415729132701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=504] ppid=498 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/501/task/504/stat : 504 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415636670992 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=505] ppid=498 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/501/task/505/stat : 505 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415635618448 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=507] ppid=498 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/501/task/507/stat : 507 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415285430544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=508] ppid=498 vsize=26105488 memory=916 CPUtime=0 cores=0-7
/proc/501/task/508/stat : 508 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415284378000 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=509] ppid=498 vsize=26105488 memory=3908 CPUtime=0 cores=0-7
/proc/501/task/509/stat : 509 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415283325968 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=510] ppid=498 vsize=26105488 memory=1408 CPUtime=0 cores=0-7
/proc/501/task/510/stat : 510 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415282273424 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=511] ppid=498 vsize=26105488 memory=2408 CPUtime=0 cores=0-7
/proc/501/task/511/stat : 511 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415281220368 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=512] ppid=498 vsize=26105488 memory=71284 CPUtime=0 cores=0-7
/proc/501/task/512/stat : 512 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268760 26732019712 21842 33554432000 4194304 4196468 140723573262464 140415280167824 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=513] ppid=498 vsize=26105488 memory=1752 CPUtime=0 cores=0-7
/proc/501/task/513/stat : 513 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268761 26732019712 21842 33554432000 4194304 4196468 140723573262464 140413935069424 140415729121922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0

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

[pid=501/tid=517] ppid=498 vsize=26105488 memory=1220 CPUtime=0.03 cores=0-7
/proc/501/task/517/stat : 517 (java) S 498 501 456 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 20 0 256268764 26732019712 21842 33554432000 4194304 4196468 140723573262464 140413930859248 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=518] ppid=498 vsize=26105488 memory=1800 CPUtime=0.07 cores=0-7
/proc/501/task/518/stat : 518 (java) S 498 501 456 0 -1 1077944384 375 0 0 0 7 0 0 0 20 0 20 0 256268764 26732019712 21842 33554432000 4194304 4196468 140723573262464 140413929806704 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=519] ppid=498 vsize=26105488 memory=868 CPUtime=0.03 cores=0-7
/proc/501/task/519/stat : 519 (java) S 498 501 456 0 -1 1077944384 186 0 0 0 3 0 0 0 20 0 20 0 256268764 26732019712 21842 33554432000 4194304 4196468 140723573262464 140413928753648 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=520] ppid=498 vsize=26105488 memory=6552 CPUtime=0.15 cores=0-7
/proc/501/task/520/stat : 520 (java) S 498 501 456 0 -1 1077944384 380 0 0 0 15 0 0 0 20 0 20 0 256268764 26732019712 21842 33554432000 4194304 4196468 140723573262464 140413927701104 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=521] ppid=498 vsize=26105488 memory=11628 CPUtime=0 cores=0-7
/proc/501/task/521/stat : 521 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26732019712 21842 33554432000 4194304 4196468 140723573262464 140413926648288 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=522] ppid=498 vsize=26105488 memory=752 CPUtime=0 cores=0-7
/proc/501/task/522/stat : 522 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26732019712 21842 33554432000 4194304 4196468 140723573262464 140413925595824 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 26105488 KiB
Current children cumulated memory: 87368 KiB

[startup+1.50093 s]
/proc/loadavg: 1.99 2.11 2.61 2/198 522
/proc/meminfo: memFree=24242120/32770624 swapFree=67108372/67108860
[pid=501] ppid=498 vsize=26111632 memory=160840 CPUtime=3.3 cores=0-7
/proc/501/stat : 501 (java) S 498 501 456 0 -1 1077944320 29360 0 0 0 319 11 0 0 20 0 20 0 256268758 26738311168 40210 33554432000 4194304 4196468 140723573262464 140723573245008 140415729110775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
/proc/501/statm: 6527908 40210 3546 1 0 6489980 0
[pid=501/tid=503] ppid=498 vsize=26111632 memory=4420 CPUtime=1.46 cores=0-7
/proc/501/task/503/stat : 503 (java) R 498 501 456 0 -1 4202560 19175 0 0 0 139 7 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415733342752 140415322373600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=504] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/504/stat : 504 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415636670992 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=505] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/505/stat : 505 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415635618448 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=507] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/507/stat : 507 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415285430544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=508] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/508/stat : 508 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415284378000 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=509] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/509/stat : 509 (java) S 498 501 456 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415283325968 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=510] ppid=498 vsize=26111632 memory=2 CPUtime=0 cores=0-7
/proc/501/task/510/stat : 510 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415282273424 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=511] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/511/stat : 511 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268759 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415281220368 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=512] ppid=498 vsize=26111632 memory=9 CPUtime=0 cores=0-7
/proc/501/task/512/stat : 512 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268760 26738311168 40210 33554432000 4194304 4196468 140723573262464 140415280167824 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=513] ppid=498 vsize=26111632 memory=140387784497240 CPUtime=0 cores=0-7
/proc/501/task/513/stat : 513 (java) S 498 501 456 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256268761 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413935069424 140415729121922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=514] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/514/stat : 514 (java) S 498 501 456 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256268761 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413934015648 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=515] ppid=498 vsize=26111632 memory=3812 CPUtime=0 cores=0-7
/proc/501/task/515/stat : 515 (java) S 498 501 456 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256268762 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413932962544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=516] ppid=498 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/501/task/516/stat : 516 (java) S 498 501 456 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256268764 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413931911120 140415729129371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=517] ppid=498 vsize=26111632 memory=140387784373776 CPUtime=0.39 cores=0-7
/proc/501/task/517/stat : 517 (java) R 498 501 456 0 -1 4202560 2174 0 0 0 38 1 0 0 20 0 20 0 256268764 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413930840800 140415707501972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=518] ppid=498 vsize=26111632 memory=0 CPUtime=0.44 cores=0-7
/proc/501/task/518/stat : 518 (java) R 498 501 456 0 -1 4202560 1790 0 0 0 44 0 0 0 20 0 20 0 256268764 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413929799728 140415710654993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=519] ppid=498 vsize=26111632 memory=0 CPUtime=0.39 cores=0-7
/proc/501/task/519/stat : 519 (java) R 498 501 456 0 -1 4202560 1504 0 0 0 39 0 0 0 20 0 20 0 256268764 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413928735488 140415708365776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=520] ppid=498 vsize=26111632 memory=0 CPUtime=0.57 cores=0-7
/proc/501/task/520/stat : 520 (java) S 498 501 456 0 -1 1077944384 3314 0 0 0 57 0 0 0 20 0 20 0 256268764 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413927701104 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=521] ppid=498 vsize=26111632 memory=54 CPUtime=0 cores=0-7
/proc/501/task/521/stat : 521 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413926648288 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=522] ppid=498 vsize=26111632 memory=11722 CPUtime=0 cores=0-7
/proc/501/task/522/stat : 522 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256268764 26738311168 40210 33554432000 4194304 4196468 140723573262464 140413925595824 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 160840 KiB

[startup+3.11135 s]
/proc/loadavg: 1.99 2.11 2.61 22/224 554
/proc/meminfo: memFree=23999056/32770624 swapFree=67108372/67108860
[pid=501] ppid=498 vsize=27850524 memory=344672 CPUtime=12.19 cores=0-7
/proc/501/stat : 501 (java) S 498 501 456 0 -1 1077944320 39137 0 0 0 1194 25 0 0 20 0 18 0 256268758 28518936576 86168 33554432000 4194304 4196468 140723573262464 140723573245008 140415729110775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
/proc/501/statm: 6962631 86168 3598 1 0 6924182 0
[pid=501/tid=503] ppid=498 vsize=27850524 memory=11722 CPUtime=2.01 cores=0-7
/proc/501/task/503/stat : 503 (java) S 498 501 456 0 -1 1077944384 21122 0 0 0 193 8 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415733353616 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=504] ppid=498 vsize=27850524 memory=280773085102868 CPUtime=0.02 cores=0-7
/proc/501/task/504/stat : 504 (java) S 498 501 456 0 -1 1077944384 59 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415636670992 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=505] ppid=498 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/505/stat : 505 (java) S 498 501 456 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415635618448 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=507] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/507/stat : 507 (java) S 498 501 456 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415285430544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=508] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/508/stat : 508 (java) S 498 501 456 0 -1 1077944384 47 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415284378000 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=509] ppid=498 vsize=27850524 memory=-8102422704377455194 CPUtime=0.02 cores=0-7
/proc/501/task/509/stat : 509 (java) S 498 501 456 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415283325968 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=510] ppid=498 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/510/stat : 510 (java) S 498 501 456 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415282273424 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=511] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/511/stat : 511 (java) S 498 501 456 0 -1 1077944384 49 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415281220368 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=512] ppid=498 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/512/stat : 512 (java) S 498 501 456 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 18 0 256268760 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415280167824 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=513] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/513/stat : 513 (java) S 498 501 456 0 -1 1077944384 1020 0 0 0 2 0 0 0 20 0 18 0 256268761 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413935069632 140415729121922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=514] ppid=498 vsize=27850524 memory=290376 CPUtime=0 cores=0-7
/proc/501/task/514/stat : 514 (java) S 498 501 456 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 256268761 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413934015712 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=515] ppid=498 vsize=27850524 memory=204224 CPUtime=0 cores=0-7
/proc/501/task/515/stat : 515 (java) S 498 501 456 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 256268762 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413932962560 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=517] ppid=498 vsize=27850524 memory=0 CPUtime=1.26 cores=0-7
/proc/501/task/517/stat : 517 (java) S 498 501 456 0 -1 1077944384 2622 0 0 0 124 2 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413930843760 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=518] ppid=498 vsize=27850524 memory=6947385649911455296 CPUtime=1.26 cores=0-7
/proc/501/task/518/stat : 518 (java) S 498 501 456 0 -1 1077944384 2142 0 0 0 125 1 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413929806704 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=519] ppid=498 vsize=27850524 memory=280775568434400 CPUtime=1.33 cores=0-7
/proc/501/task/519/stat : 519 (java) R 498 501 456 0 -1 4202560 4665 0 0 0 132 1 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413928735256 140415712578736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=520] ppid=498 vsize=27850524 memory=280775568438848 CPUtime=0.99 cores=0-7
/proc/501/task/520/stat : 520 (java) S 498 501 456 0 -1 1077944384 4133 0 0 0 98 1 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413927701104 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=521] ppid=498 vsize=27850524 memory=140387784224768 CPUtime=0 cores=0-7
/proc/501/task/521/stat : 521 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413926648288 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
Current children cumulated CPU time: 12.19 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 344672 KiB

[startup+3.14279 s]
# the end of solver process 501 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.9585 s, system=0.265677 s

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

[startup+3.11135 s]
/proc/loadavg: 1.99 2.11 2.61 22/224 554
/proc/meminfo: memFree=23999056/32770624 swapFree=67108372/67108860
[pid=501] ppid=498 vsize=27850524 memory=344672 CPUtime=12.19 cores=0-7
/proc/501/stat : 501 (java) S 498 501 456 0 -1 1077944320 39137 0 0 0 1194 25 0 0 20 0 18 0 256268758 28518936576 86168 33554432000 4194304 4196468 140723573262464 140723573245008 140415729110775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
/proc/501/statm: 6962631 86168 3598 1 0 6924182 0
[pid=501/tid=503] ppid=498 vsize=27850524 memory=11722 CPUtime=2.01 cores=0-7
/proc/501/task/503/stat : 503 (java) S 498 501 456 0 -1 1077944384 21122 0 0 0 193 8 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415733353616 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=504] ppid=498 vsize=27850524 memory=280773085102868 CPUtime=0.02 cores=0-7
/proc/501/task/504/stat : 504 (java) S 498 501 456 0 -1 1077944384 59 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415636670992 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=505] ppid=498 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/505/stat : 505 (java) S 498 501 456 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415635618448 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=507] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/507/stat : 507 (java) S 498 501 456 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415285430544 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=508] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/508/stat : 508 (java) S 498 501 456 0 -1 1077944384 47 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415284378000 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=509] ppid=498 vsize=27850524 memory=-8102422704377455194 CPUtime=0.02 cores=0-7
/proc/501/task/509/stat : 509 (java) S 498 501 456 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415283325968 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=510] ppid=498 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/510/stat : 510 (java) S 498 501 456 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415282273424 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=511] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/511/stat : 511 (java) S 498 501 456 0 -1 1077944384 49 0 0 0 2 0 0 0 20 0 18 0 256268759 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415281220368 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=512] ppid=498 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/501/task/512/stat : 512 (java) S 498 501 456 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 18 0 256268760 28518936576 86168 33554432000 4194304 4196468 140723573262464 140415280167824 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=513] ppid=498 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/501/task/513/stat : 513 (java) S 498 501 456 0 -1 1077944384 1020 0 0 0 2 0 0 0 20 0 18 0 256268761 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413935069632 140415729121922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=514] ppid=498 vsize=27850524 memory=290376 CPUtime=0 cores=0-7
/proc/501/task/514/stat : 514 (java) S 498 501 456 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 256268761 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413934015712 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=515] ppid=498 vsize=27850524 memory=204224 CPUtime=0 cores=0-7
/proc/501/task/515/stat : 515 (java) S 498 501 456 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 256268762 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413932962560 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=517] ppid=498 vsize=27850524 memory=0 CPUtime=1.26 cores=0-7
/proc/501/task/517/stat : 517 (java) S 498 501 456 0 -1 1077944384 2622 0 0 0 124 2 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413930843760 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=518] ppid=498 vsize=27850524 memory=6947385649911455296 CPUtime=1.26 cores=0-7
/proc/501/task/518/stat : 518 (java) S 498 501 456 0 -1 1077944384 2142 0 0 0 125 1 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413929806704 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=519] ppid=498 vsize=27850524 memory=280775568434400 CPUtime=1.33 cores=0-7
/proc/501/task/519/stat : 519 (java) R 498 501 456 0 -1 4202560 4665 0 0 0 132 1 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413928735256 140415712578736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=520] ppid=498 vsize=27850524 memory=280775568438848 CPUtime=0.99 cores=0-7
/proc/501/task/520/stat : 520 (java) S 498 501 456 0 -1 1077944384 4133 0 0 0 98 1 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413927701104 140415729121922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
[pid=501/tid=521] ppid=498 vsize=27850524 memory=140387784224768 CPUtime=0 cores=0-7
/proc/501/task/521/stat : 521 (java) S 498 501 456 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256268764 28518936576 86168 33554432000 4194304 4196468 140723573262464 140413926648288 140415729120981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140723573265485 140723573265669 140723573265669 140723573268431 0
Current children cumulated CPU time: 12.19 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 344672 KiB

Child status: 0
Real time (s): 3.14284
CPU time (s): 12.2242
CPU user time (s): 11.9585
CPU system time (s): 0.265677
CPU usage (%): 388.953
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 344672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9585
system time used= 0.265677
maximum resident set size= 345712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39397
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7842
involuntary context switches= 428


# summary of solver processes directly reported to runsolver:
#   pid: 501
#   total CPU time (s): 12.2242
#   total CPU user time (s): 11.9585
#   total CPU system time (s): 0.265677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048255 second user time and 0.074313 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-16 04:37:36
IDJOB=4308769
IDBENCH=141491
IDSOLVER=2793
FILE ID=node137/4308769-1534387056
RUNJOBID= node137-1534387056-484
PBS_JOBID= 21038317
Free space on /tmp= 35832 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-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-4308769-1534387056/watcher-4308769-1534387056 -o /tmp/evaluation-result-4308769-1534387056/solver-4308769-1534387056 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1534387056-484 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1142460331 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308769-1534387056.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=1142460331

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24335256 kB
MemAvailable:   31890000 kB
Buffers:          187848 kB
Cached:          7598488 kB
SwapCached:            8 kB
Active:          4059908 kB
Inactive:        3782784 kB
Active(anon):       3600 kB
Inactive(anon):   113400 kB
Active(file):    4056308 kB
Inactive(file):  3669384 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             35548 kB
Writeback:             0 kB
AnonPages:         63992 kB
Mapped:            56348 kB
Shmem:             57816 kB
Slab:             285412 kB
SReclaimable:     257512 kB
SUnreclaim:        27900 kB
KernelStack:        3200 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 35800 MiB
End job on node137 at 2018-08-16 04:37:39