Trace number 4274944

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 2017-07-26OPT6119 3.7780499 2.18855

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff69.xml
MD5SUM3619f551efba05977411abbefb319bf8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6119
Best CPU time to get the best result obtained on this benchmark0.041142002
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints65
Number of domains27
Minimum domain size23
Maximum domain size26
Distribution of domain sizes[{"size":23,"count":2},{"size":25,"count":6},{"size":26,"count":57}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":64},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":64}]
Number of extensional constraints32
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":32},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 345202477
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
1.19/0.62	c Parsing done, starting search...
3.37/1.32	o 6119
3.37/1.37	s OPTIMUM FOUND
3.37/1.37	v <instantiation>
3.37/1.37	v 	<list>
3.37/1.37	v 		x[0] drd[0][0] drd[1][0] drd[2][0] drd[3][0] drd[4][0] drd[5][0] drd[6][0] drd[7][0] drd[8][0] drd[9][0] drd[10][0] drd[11][0] drd[12][0] drd[13][0] drd[14][0] drd[15][0] drd[16][0] drd[17][0] drd[18][0] drd[19][0] drd[20][0] drd[21][0] drd[22][0] drd[23][0] drd[24][0] drd[25][0] drd[26][0] drd[27][0] drd[28][0] drd[29][0] drd[30][0] drd[31][0] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31]
3.37/1.37	v 	</list>
3.37/1.37	v 	<values>
3.37/1.37	v 		137 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 
3.37/1.37	v 	</values>
3.37/1.37	v </instantiation>

Verifier Data

OK	6119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274944-1502809866/watcher-4274944-1502809866 -o /tmp/evaluation-result-4274944-1502809866/solver-4274944-1502809866 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502796940-15499 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 345202477 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274944-1502809866.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=21205, runsolver pid=21202
Current StackSize limit: 8192 KiB


[startup+0.100448 s]*
/proc/loadavg: 4.18 3.79 2.96 1/198 21225
/proc/meminfo: memFree=27690800/32770624 swapFree=67108860/67108860
[pid=21205] ppid=21202 vsize=14325320 memory=34704 CPUtime=0.13 cores=0-7
/proc/21205/stat : 21205 (java) S 21202 21205 15472 0 -1 1077944320 8073 0 0 0 11 2 0 0 20 0 20 0 114067514 14669127680 8676 33554432000 4194304 4196468 140730058793136 140730058775680 139721460723447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
/proc/21205/statm: 3581330 8676 3410 1 0 3569050 0
[pid=21205/tid=21207] ppid=21202 vsize=14325320 memory=7824330835253698199 CPUtime=0.09 cores=0-7
/proc/21205/task/21207/stat : 21207 (java) R 21202 21205 15472 0 -1 4202560 6020 0 0 0 8 1 0 0 20 0 20 0 114067515 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721464946112 139721444803934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21208] ppid=21202 vsize=14325320 memory=732370807454776293 CPUtime=0 cores=0-7
/proc/21205/task/21208/stat : 21208 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721398323728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21209] ppid=21202 vsize=14325320 memory=140669117322880 CPUtime=0 cores=0-7
/proc/21205/task/21209/stat : 21209 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721397271184 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21210] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21210/stat : 21210 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721396218128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21211] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21211/stat : 21211 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721395165584 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21212] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21212/stat : 21212 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721394113552 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21213] ppid=21202 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21205/task/21213/stat : 21213 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721051741328 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21214] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21214/stat : 21214 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721050688272 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21215] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21215/stat : 21215 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 8676 33554432000 4194304 4196468 140730058793136 139721049635728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21216] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21216/stat : 21216 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067517 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720154913008 139721460734594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21217] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21217/stat : 21217 (java) S 21202 21205 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114067517 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720153859232 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21218] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21218/stat : 21218 (java) S 21202 21205 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114067518 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720152806128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21219] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21219/stat : 21219 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720151754704 139721460742043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21220] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21220/stat : 21220 (java) S 21202 21205 15472 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720150702832 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21221] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21221/stat : 21221 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720149650288 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21222] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21222/stat : 21222 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720148597232 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21223] ppid=21202 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/21205/task/21223/stat : 21223 (java) S 21202 21205 15472 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 20 0 114067520 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720147544688 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21224] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21224/stat : 21224 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720146491872 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21225] ppid=21202 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21205/task/21225/stat : 21225 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 8676 33554432000 4194304 4196468 140730058793136 139720145439408 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34704 KiB

[startup+0.213104 s]*
/proc/loadavg: 4.18 3.79 2.96 2/198 21225
/proc/meminfo: memFree=27682796/32770624 swapFree=67108860/67108860
[pid=21205] ppid=21202 vsize=14325320 memory=44036 CPUtime=0.3 cores=0-7
/proc/21205/stat : 21205 (java) S 21202 21205 15472 0 -1 1077944320 9124 0 0 0 28 2 0 0 20 0 20 0 114067514 14669127680 11009 33554432000 4194304 4196468 140730058793136 140730058775680 139721460723447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
/proc/21205/statm: 3581330 11009 3623 1 0 3569050 0
[pid=21205/tid=21207] ppid=21202 vsize=14325320 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/21205/task/21207/stat : 21207 (java) R 21202 21205 15472 0 -1 4202560 6684 0 0 0 18 2 0 0 20 0 20 0 114067515 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721464932528 139721444803934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21208] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21208/stat : 21208 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721398323728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21209] ppid=21202 vsize=14325320 memory=140669117338636 CPUtime=0 cores=0-7
/proc/21205/task/21209/stat : 21209 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721397271184 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21210] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21210/stat : 21210 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721396218128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21211] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21211/stat : 21211 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721395165584 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21212] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21212/stat : 21212 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721394113552 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21213] ppid=21202 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21205/task/21213/stat : 21213 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721051741328 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21214] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21214/stat : 21214 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721050688272 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21215] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21215/stat : 21215 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669127680 11009 33554432000 4194304 4196468 140730058793136 139721049635728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21216] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21216/stat : 21216 (java) S 21202 21205 15472 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114067517 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720154913008 139721460734594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21217] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21217/stat : 21217 (java) S 21202 21205 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114067517 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720153859232 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21218] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21218/stat : 21218 (java) S 21202 21205 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114067518 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720152806128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21219] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21219/stat : 21219 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720151754704 139721460742043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21220] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21220/stat : 21220 (java) S 21202 21205 15472 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720150702928 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21221] ppid=21202 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/21205/task/21221/stat : 21221 (java) R 21202 21205 15472 0 -1 4202560 281 0 0 0 1 0 0 0 20 0 20 0 114067520 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720149650288 139721460737296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21222] ppid=21202 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/21205/task/21222/stat : 21222 (java) R 21202 21205 15472 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 114067520 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720148597232 139721460734594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21223] ppid=21202 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/21205/task/21223/stat : 21223 (java) S 21202 21205 15472 0 -1 1077944384 402 0 0 0 5 0 0 0 20 0 20 0 114067520 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720147544688 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21224] ppid=21202 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21224/stat : 21224 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720146491872 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21225] ppid=21202 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/21205/task/21225/stat : 21225 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669127680 11009 33554432000 4194304 4196468 140730058793136 139720145439408 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 44036 KiB

[startup+0.310163 s]*
/proc/loadavg: 4.18 3.79 2.96 3/198 21225
/proc/meminfo: memFree=27675260/32770624 swapFree=67108860/67108860
[pid=21205] ppid=21202 vsize=14325340 memory=51244 CPUtime=0.48 cores=0-7
/proc/21205/stat : 21205 (java) S 21202 21205 15472 0 -1 1077944320 10050 0 0 0 45 3 0 0 20 0 20 0 114067514 14669148160 12811 33554432000 4194304 4196468 140730058793136 140730058775680 139721460723447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
/proc/21205/statm: 3581335 12811 3706 1 0 3569050 0
[pid=21205/tid=21207] ppid=21202 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21205/task/21207/stat : 21207 (java) R 21202 21205 15472 0 -1 4202560 7198 0 0 0 26 3 0 0 20 0 20 0 114067515 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721464946608 139721460745373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21208] ppid=21202 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21208/stat : 21208 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721398323728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21209] ppid=21202 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21209/stat : 21209 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721397271184 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21210] ppid=21202 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21210/stat : 21210 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721396218128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21211] ppid=21202 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21211/stat : 21211 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721395165584 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21212] ppid=21202 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/21205/task/21212/stat : 21212 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721394113552 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21213] ppid=21202 vsize=14325340 memory=140668970300335 CPUtime=0 cores=0-7
/proc/21205/task/21213/stat : 21213 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721051741328 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21214] ppid=21202 vsize=14325340 memory=140668970302640 CPUtime=0 cores=0-7
/proc/21205/task/21214/stat : 21214 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721050688272 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21215] ppid=21202 vsize=14325340 memory=140668970304944 CPUtime=0 cores=0-7
/proc/21205/task/21215/stat : 21215 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14669148160 12811 33554432000 4194304 4196468 140730058793136 139721049635728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21216] ppid=21202 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21216/stat : 21216 (java) S 21202 21205 15472 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114067517 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720154913008 139721460734594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21217] ppid=21202 vsize=14325340 memory=281337940616848 CPUtime=0 cores=0-7
/proc/21205/task/21217/stat : 21217 (java) S 21202 21205 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114067517 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720153859232 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21218] ppid=21202 vsize=14325340 memory=281337940623760 CPUtime=0 cores=0-7
/proc/21205/task/21218/stat : 21218 (java) S 21202 21205 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114067518 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720152806128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21219] ppid=21202 vsize=14325340 memory=281337940565040 CPUtime=0 cores=0-7
/proc/21205/task/21219/stat : 21219 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720151754704 139721460742043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21220] ppid=21202 vsize=14325340 memory=281337940637584 CPUtime=0.03 cores=0-7
/proc/21205/task/21220/stat : 21220 (java) S 21202 21205 15472 0 -1 1077944384 514 0 0 0 3 0 0 0 20 0 20 0 114067520 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720150702832 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21221] ppid=21202 vsize=14325340 memory=281337940644496 CPUtime=0.02 cores=0-7
/proc/21205/task/21221/stat : 21221 (java) S 21202 21205 15472 0 -1 1077944384 295 0 0 0 2 0 0 0 20 0 20 0 114067520 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720149650288 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21222] ppid=21202 vsize=14325340 memory=281337940642192 CPUtime=0.03 cores=0-7
/proc/21205/task/21222/stat : 21222 (java) S 21202 21205 15472 0 -1 1077944384 159 0 0 0 3 0 0 0 20 0 20 0 114067520 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720148597232 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21223] ppid=21202 vsize=14325340 memory=281337940658752 CPUtime=0.08 cores=0-7
/proc/21205/task/21223/stat : 21223 (java) S 21202 21205 15472 0 -1 1077944384 501 0 0 0 8 0 0 0 20 0 20 0 114067520 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720147544688 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21224] ppid=21202 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21224/stat : 21224 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067520 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720146491872 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21225] ppid=21202 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/21205/task/21225/stat : 21225 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14669148160 12811 33554432000 4194304 4196468 140730058793136 139720145439408 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51244 KiB

[startup+0.700909 s]
/proc/loadavg: 4.18 3.79 2.96 6/198 21225
/proc/meminfo: memFree=27660308/32770624 swapFree=67108860/67108860
[pid=21205] ppid=21202 vsize=14329436 memory=89536 CPUtime=1.31 cores=0-7
/proc/21205/stat : 21205 (java) S 21202 21205 15472 0 -1 1077944320 14456 0 0 0 126 5 0 0 20 0 20 0 114067514 14673342464 22384 33554432000 4194304 4196468 140730058793136 140730058775680 139721460723447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
/proc/21205/statm: 3582359 22384 3759 1 0 3570074 0
[pid=21205/tid=21207] ppid=21202 vsize=14329436 memory=6370412455426085480 CPUtime=0.67 cores=0-7
/proc/21205/task/21207/stat : 21207 (java) R 21202 21205 15472 0 -1 4202560 8773 0 0 0 64 3 0 0 20 0 20 0 114067515 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721464957728 139721460745373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21208] ppid=21202 vsize=14329436 memory=91156385932752 CPUtime=0 cores=0-7
/proc/21205/task/21208/stat : 21208 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721398323728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21209] ppid=21202 vsize=14329436 memory=140668970323726 CPUtime=0 cores=0-7
/proc/21205/task/21209/stat : 21209 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721397271184 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21210] ppid=21202 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21210/stat : 21210 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721396218128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21211] ppid=21202 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21211/stat : 21211 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721395165584 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21212] ppid=21202 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21212/stat : 21212 (java) S 21202 21205 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721394113552 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21213] ppid=21202 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21213/stat : 21213 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721051741328 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21214] ppid=21202 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21214/stat : 21214 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721050688272 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21215] ppid=21202 vsize=14329436 memory=1732 CPUtime=0 cores=0-7
/proc/21205/task/21215/stat : 21215 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067516 14673342464 22384 33554432000 4194304 4196468 140730058793136 139721049635728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21216] ppid=21202 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/21205/task/21216/stat : 21216 (java) S 21202 21205 15472 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114067517 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720154913008 139721460734594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21217] ppid=21202 vsize=14329436 memory=12032 CPUtime=0 cores=0-7
/proc/21205/task/21217/stat : 21217 (java) S 21202 21205 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114067517 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720153859232 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21218] ppid=21202 vsize=14329436 memory=5792 CPUtime=0 cores=0-7
/proc/21205/task/21218/stat : 21218 (java) S 21202 21205 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114067518 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720152806128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21219] ppid=21202 vsize=14329436 memory=796 CPUtime=0 cores=0-7
/proc/21205/task/21219/stat : 21219 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720151754704 139721460742043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21220] ppid=21202 vsize=14329436 memory=1436 CPUtime=0.1 cores=0-7
/proc/21205/task/21220/stat : 21220 (java) S 21202 21205 15472 0 -1 1077944384 955 0 0 0 10 0 0 0 20 0 20 0 114067520 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720150702832 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21221] ppid=21202 vsize=14329436 memory=1012 CPUtime=0.12 cores=0-7
/proc/21205/task/21221/stat : 21221 (java) S 21202 21205 15472 0 -1 1077944384 1098 0 0 0 12 0 0 0 20 0 20 0 114067520 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720149650288 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21222] ppid=21202 vsize=14329436 memory=1712 CPUtime=0.13 cores=0-7
/proc/21205/task/21222/stat : 21222 (java) S 21202 21205 15472 0 -1 1077944384 965 0 0 0 13 0 0 0 20 0 20 0 114067520 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720148597232 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21223] ppid=21202 vsize=14329436 memory=1952 CPUtime=0.25 cores=0-7
/proc/21205/task/21223/stat : 21223 (java) S 21202 21205 15472 0 -1 1077944384 1280 0 0 0 25 0 0 0 20 0 20 0 114067520 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720147544688 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21224] ppid=21202 vsize=14329436 memory=8620 CPUtime=0 cores=0-7
/proc/21205/task/21224/stat : 21224 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114067520 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720146491872 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21225] ppid=21202 vsize=14329436 memory=4620 CPUtime=0 cores=0-7
/proc/21205/task/21225/stat : 21225 (java) S 21202 21205 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114067520 14673342464 22384 33554432000 4194304 4196468 140730058793136 139720145439408 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 89536 KiB

[startup+1.50085 s]
/proc/loadavg: 4.18 3.79 2.96 6/199 21226
/proc/meminfo: memFree=27586184/32770624 swapFree=67108860/67108860
[pid=21205] ppid=21202 vsize=16068328 memory=242388 CPUtime=3.76 cores=0-7
/proc/21205/stat : 21205 (java) S 21202 21205 15472 0 -1 1077944320 29576 0 0 0 361 15 0 0 20 0 18 0 114067514 16453967872 60597 33554432000 4194304 4196468 140730058793136 140730058775680 139721460723447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
/proc/21205/statm: 4017082 60597 3830 1 0 4004276 0
[pid=21205/tid=21207] ppid=21202 vsize=16068328 memory=152224 CPUtime=1.18 cores=0-7
/proc/21205/task/21207/stat : 21207 (java) D 21202 21205 15472 0 -1 4202560 12303 0 0 0 113 5 0 0 20 0 18 0 114067515 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721464966456 139721453409079 0 0 0 16800975 18446744072100265093 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21208] ppid=21202 vsize=16068328 memory=8620 CPUtime=0 cores=0-7
/proc/21205/task/21208/stat : 21208 (java) S 21202 21205 15472 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721398323728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21209] ppid=21202 vsize=16068328 memory=4 CPUtime=0 cores=0-7
/proc/21205/task/21209/stat : 21209 (java) S 21202 21205 15472 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721397271184 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21210] ppid=21202 vsize=16068328 memory=4 CPUtime=0 cores=0-7
/proc/21205/task/21210/stat : 21210 (java) S 21202 21205 15472 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721396218128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21211] ppid=21202 vsize=16068328 memory=12 CPUtime=0 cores=0-7
/proc/21205/task/21211/stat : 21211 (java) S 21202 21205 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721395165584 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21212] ppid=21202 vsize=16068328 memory=140668970658023 CPUtime=0 cores=0-7
/proc/21205/task/21212/stat : 21212 (java) S 21202 21205 15472 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721394113552 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21213] ppid=21202 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21213/stat : 21213 (java) S 21202 21205 15472 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721051741328 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21214] ppid=21202 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21214/stat : 21214 (java) S 21202 21205 15472 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721050688272 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21215] ppid=21202 vsize=16068328 memory=2241 CPUtime=0 cores=0-7
/proc/21205/task/21215/stat : 21215 (java) S 21202 21205 15472 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721049635728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21217] ppid=21202 vsize=16068328 memory=2244 CPUtime=0 cores=0-7
/proc/21205/task/21217/stat : 21217 (java) S 21202 21205 15472 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 114067517 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720153859232 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21218] ppid=21202 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/21205/task/21218/stat : 21218 (java) S 21202 21205 15472 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 18 0 114067518 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720152806128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21219] ppid=21202 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21219/stat : 21219 (java) S 21202 21205 15472 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720151754352 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21220] ppid=21202 vsize=16068328 memory=0 CPUtime=0.41 cores=0-7
/proc/21205/task/21220/stat : 21220 (java) S 21202 21205 15472 0 -1 1077944384 2470 0 0 0 41 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720150702832 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21221] ppid=21202 vsize=16068328 memory=0 CPUtime=0.41 cores=0-7
/proc/21205/task/21221/stat : 21221 (java) S 21202 21205 15472 0 -1 1077944384 2448 0 0 0 41 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720149635344 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21222] ppid=21202 vsize=16068328 memory=0 CPUtime=0.44 cores=0-7
/proc/21205/task/21222/stat : 21222 (java) S 21202 21205 15472 0 -1 1077944384 3787 0 0 0 44 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720148581744 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21223] ppid=21202 vsize=16068328 memory=7156615908706051922 CPUtime=0.54 cores=0-7
/proc/21205/task/21223/stat : 21223 (java) S 21202 21205 15472 0 -1 1077944384 4980 0 0 0 54 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720147540560 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21224] ppid=21202 vsize=16068328 memory=7301857172715104592 CPUtime=0 cores=0-7
/proc/21205/task/21224/stat : 21224 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720146491872 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 242388 KiB

[startup+2.1885 s]
# the end of solver process 21205 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.61481 s, system=0.163245 s

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

[startup+1.50085 s]
/proc/loadavg: 4.18 3.79 2.96 6/199 21226
/proc/meminfo: memFree=27586184/32770624 swapFree=67108860/67108860
[pid=21205] ppid=21202 vsize=16068328 memory=242388 CPUtime=3.76 cores=0-7
/proc/21205/stat : 21205 (java) S 21202 21205 15472 0 -1 1077944320 29576 0 0 0 361 15 0 0 20 0 18 0 114067514 16453967872 60597 33554432000 4194304 4196468 140730058793136 140730058775680 139721460723447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
/proc/21205/statm: 4017082 60597 3830 1 0 4004276 0
[pid=21205/tid=21207] ppid=21202 vsize=16068328 memory=152224 CPUtime=1.18 cores=0-7
/proc/21205/task/21207/stat : 21207 (java) D 21202 21205 15472 0 -1 4202560 12303 0 0 0 113 5 0 0 20 0 18 0 114067515 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721464966456 139721453409079 0 0 0 16800975 18446744072100265093 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21208] ppid=21202 vsize=16068328 memory=8620 CPUtime=0 cores=0-7
/proc/21205/task/21208/stat : 21208 (java) S 21202 21205 15472 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721398323728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21209] ppid=21202 vsize=16068328 memory=4 CPUtime=0 cores=0-7
/proc/21205/task/21209/stat : 21209 (java) S 21202 21205 15472 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721397271184 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21210] ppid=21202 vsize=16068328 memory=4 CPUtime=0 cores=0-7
/proc/21205/task/21210/stat : 21210 (java) S 21202 21205 15472 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721396218128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21211] ppid=21202 vsize=16068328 memory=12 CPUtime=0 cores=0-7
/proc/21205/task/21211/stat : 21211 (java) S 21202 21205 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721395165584 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21212] ppid=21202 vsize=16068328 memory=140668970658023 CPUtime=0 cores=0-7
/proc/21205/task/21212/stat : 21212 (java) S 21202 21205 15472 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721394113552 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21213] ppid=21202 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21213/stat : 21213 (java) S 21202 21205 15472 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721051741328 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21214] ppid=21202 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21214/stat : 21214 (java) S 21202 21205 15472 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721050688272 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21215] ppid=21202 vsize=16068328 memory=2241 CPUtime=0 cores=0-7
/proc/21205/task/21215/stat : 21215 (java) S 21202 21205 15472 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 114067516 16453967872 60597 33554432000 4194304 4196468 140730058793136 139721049635728 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21217] ppid=21202 vsize=16068328 memory=2244 CPUtime=0 cores=0-7
/proc/21205/task/21217/stat : 21217 (java) S 21202 21205 15472 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 114067517 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720153859232 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21218] ppid=21202 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/21205/task/21218/stat : 21218 (java) S 21202 21205 15472 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 18 0 114067518 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720152806128 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21219] ppid=21202 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/21205/task/21219/stat : 21219 (java) S 21202 21205 15472 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720151754352 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21220] ppid=21202 vsize=16068328 memory=0 CPUtime=0.41 cores=0-7
/proc/21205/task/21220/stat : 21220 (java) S 21202 21205 15472 0 -1 1077944384 2470 0 0 0 41 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720150702832 139721460734594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21221] ppid=21202 vsize=16068328 memory=0 CPUtime=0.41 cores=0-7
/proc/21205/task/21221/stat : 21221 (java) S 21202 21205 15472 0 -1 1077944384 2448 0 0 0 41 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720149635344 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21222] ppid=21202 vsize=16068328 memory=0 CPUtime=0.44 cores=0-7
/proc/21205/task/21222/stat : 21222 (java) S 21202 21205 15472 0 -1 1077944384 3787 0 0 0 44 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720148581744 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21223] ppid=21202 vsize=16068328 memory=7156615908706051922 CPUtime=0.54 cores=0-7
/proc/21205/task/21223/stat : 21223 (java) S 21202 21205 15472 0 -1 1077944384 4980 0 0 0 54 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720147540560 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
[pid=21205/tid=21224] ppid=21202 vsize=16068328 memory=7301857172715104592 CPUtime=0 cores=0-7
/proc/21205/task/21224/stat : 21224 (java) S 21202 21205 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 114067520 16453967872 60597 33554432000 4194304 4196468 140730058793136 139720146491872 139721460733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35753984 140730058798178 140730058798363 140730058798363 140730058801103 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 242388 KiB

Child status: 0
Real time (s): 2.18855
CPU time (s): 3.77805
CPU user time (s): 3.61481
CPU system time (s): 0.163245
CPU usage (%): 172.628
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 242388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.61481
system time used= 0.163245
maximum resident set size= 243064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29580
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= 4299
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 21205
#   total CPU time (s): 3.77805
#   total CPU user time (s): 3.61481
#   total CPU system time (s): 0.163245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029773 second user time and 0.058483 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 16:56:48
IDJOB=4274944
IDBENCH=138383
IDSOLVER=2668
FILE ID=node149/4274944-1502809866
RUNJOBID= node149-1502796940-15499
PBS_JOBID= 20629816
Free space on /tmp= 61940 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff69.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274944-1502809866/watcher-4274944-1502809866 -o /tmp/evaluation-result-4274944-1502809866/solver-4274944-1502809866 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502796940-15499 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 345202477 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274944-1502809866.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=345202477

node149.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.43
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.43
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.43
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.43
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:        27712108 kB
MemAvailable:   31967024 kB
Buffers:          324140 kB
Cached:          4203504 kB
SwapCached:            0 kB
Active:          1228744 kB
Inactive:        3353828 kB
Active(anon):      58252 kB
Inactive(anon):    24956 kB
Active(file):    1170492 kB
Inactive(file):  3328872 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42896 kB
Writeback:             8 kB
AnonPages:         60920 kB
Mapped:            46164 kB
Shmem:             25224 kB
Slab:             170460 kB
SReclaimable:     142772 kB
SUnreclaim:        27688 kB
KernelStack:        3232 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61896 MiB
End job on node149 at 2017-08-15 16:56:50