Trace number 4273418

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 - Conflict Ordering 2017-07-26SAT (TO)3 2520.0701 2505.6201

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
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.26/0.38	c version: 2017-07-26
0.26/0.38	c seed: 24004169
0.26/0.38	c timeout: 2520
0.26/0.38	c memlimit: 11000
0.26/0.38	c nbcore: 4
0.26/0.40	c Parsing instance...
2.21/1.17	c Parsing done, starting search...
2.44/1.25	o 0
2.44/1.28	o 1
2.79/1.31	o 2
967.92/960.94	o 3
2520.05/2505.60	s SATISFIABLE
2520.05/2505.60	v <instantiation>
2520.05/2505.60	v 	<list>
2520.05/2505.60	v 		x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2]
2520.05/2505.60	v 	</list>
2520.05/2505.60	v 	<values>
2520.05/2505.60	v 		3 498 252 250 485 265 250 471 374 0 464 276 253 451 394 0 450 449 0 427 278 250 424 279 252 405 317 274 403 321 275 400 300 275 388 322 273 380 355 262 375 365 259 374 357 269 369 368 261 344 310 304 339 292 287 337 297 281 328 284 284 322 276 276 0 0 0 0 0 0 0 0 0 
2520.05/2505.60	v 	</values>
2520.05/2505.60	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273418-1502820214/watcher-4273418-1502820214 -o /tmp/evaluation-result-4273418-1502820214/solver-4273418-1502820214 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 24004169 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273418-1502820214.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10698, runsolver pid=10695

[startup+0.100109 s]*
/proc/loadavg: 1.41 1.40 1.46 3/200 10704
/proc/meminfo: memFree=28029644/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13440536 memory=15724 CPUtime=0.01 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 3754 0 0 0 1 0 0 0 20 0 7 0 84216741 13763108864 3931 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3360134 3931 2011 1 0 3349631 0
[pid=10698/tid=10700] ppid=10695 vsize=13440536 memory=4206751525541407381 CPUtime=0.01 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 2454 0 0 0 1 0 0 0 20 0 7 0 84216749 13763108864 3931 18446744073709551615 4194304 4196468 140729973219328 140662848465680 140662809567440 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13440536 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 84216750 13763108864 3931 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13440536 memory=140054926468736 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 84216750 13763108864 3931 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 84216750 13763108864 3931 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13440536 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 84216750 13763108864 3931 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13440536 memory=140054926468736 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 84216751 13763108864 3931 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15724 KiB

[startup+0.21036 s]*
/proc/loadavg: 1.41 1.40 1.46 4/209 10713
/proc/meminfo: memFree=28019548/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13975920 memory=30804 CPUtime=0.1 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 7029 0 0 0 9 1 0 0 20 0 15 0 84216741 14311342080 7701 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3493980 7701 3380 1 0 3482759 0
[pid=10698/tid=10700] ppid=10695 vsize=13975920 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 4997 0 0 0 7 1 0 0 20 0 15 0 84216749 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662848446000 140662828303710 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13975920 memory=328 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13975920 memory=288370431078180480 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13975920 memory=140054926468736 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84216751 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 84216752 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662322209568 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 84216752 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662321157232 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) S 10695 10698 12560 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 84216754 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662319053424 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662318000624 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13975920 memory=140054926468736 CPUtime=0.01 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) R 10695 10698 12560 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 84216754 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662822478028 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13975920 memory=140054926468736 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216759 14311342080 7767 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30804 KiB

[startup+0.310837 s]*
/proc/loadavg: 1.41 1.40 1.46 3/209 10713
/proc/meminfo: memFree=28009388/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13975920 memory=40268 CPUtime=0.26 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 10777 0 0 0 23 3 0 0 20 0 15 0 84216741 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3493980 10067 3536 1 0 3482759 0
[pid=10698/tid=10700] ppid=10695 vsize=13975920 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 8446 0 0 0 15 2 0 0 20 0 15 0 84216749 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662848441328 140662828303710 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84216750 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 84216751 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 84216752 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662322209568 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 84216752 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662321157232 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13975920 memory=140054790156160 CPUtime=0.01 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) S 10695 10698 12560 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 84216754 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662319053424 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) S 10695 10698 12560 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 84216754 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662318000624 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13975920 memory=140054926468736 CPUtime=0.05 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) S 10695 10698 12560 0 -1 1077944384 434 0 0 0 5 0 0 0 20 0 15 0 84216754 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13975920 memory=140054926468736 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216759 14311342080 10067 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40268 KiB

[startup+0.705993 s]
/proc/loadavg: 1.41 1.40 1.46 4/209 10713
/proc/meminfo: memFree=27994548/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13977988 memory=79372 CPUtime=1.09 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 14507 0 0 0 104 5 0 0 20 0 15 0 84216741 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3494497 19843 3735 1 0 3483271 0
[pid=10698/tid=10700] ppid=10695 vsize=13977988 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 10343 0 0 0 52 4 0 0 20 0 15 0 84216749 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662848459600 140662478992688 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216750 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13977988 memory=28 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84216750 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13977988 memory=30 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216750 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84216750 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13977988 memory=1076 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 84216751 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13977988 memory=80 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 84216752 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662322209568 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13977988 memory=46704 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 84216752 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662321157232 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13977988 memory=280109580028656 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13977988 memory=280109580333988 CPUtime=0.13 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) R 10695 10698 12560 0 -1 4202560 928 0 0 0 13 0 0 0 20 0 15 0 84216754 14313459712 19843 18446744073709551615 4194304 4196468 140729973219328 140662319039608 140662827709237 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13977988 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) R 10695 10698 12560 0 -1 1077944384 802 0 0 0 16 0 0 0 20 0 15 0 84216754 14313459712 20355 18446744073709551615 4194304 4196468 140729973219328 140662317989888 140662844233429 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13977988 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) R 10695 10698 12560 0 -1 4202560 1051 0 0 0 21 0 0 0 20 0 15 0 84216754 14313459712 20355 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662822985824 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14313459712 20355 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216759 14313459712 20355 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 79372 KiB

[startup+1.50137 s]
/proc/loadavg: 1.62 1.44 1.47 6/209 10713
/proc/meminfo: memFree=27938520/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13982084 memory=216760 CPUtime=3.4 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 20898 0 0 0 330 10 0 0 20 0 15 0 84216741 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3495521 54190 3784 1 0 3484295 0
[pid=10698/tid=10700] ppid=10695 vsize=13982084 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 13268 0 0 0 126 7 0 0 20 0 15 0 84216749 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662848460448 140662482201607 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13982084 memory=164 CPUtime=0.01 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 84216750 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13982084 memory=4206468019014099040 CPUtime=0.01 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 84216750 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13982084 memory=280109579839744 CPUtime=0.01 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 15 0 84216750 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13982084 memory=28 CPUtime=0.01 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 84216750 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13982084 memory=30 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 84216751 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662322209632 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13982084 memory=1076 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662321157248 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13982084 memory=80 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13982084 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) R 10695 10698 12560 0 -1 4202560 2624 0 0 0 74 0 0 0 20 0 15 0 84216754 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662319033760 140662824859156 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13982084 memory=3472468350209519577 CPUtime=0.78 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) R 10695 10698 12560 0 -1 4202560 1766 0 0 0 78 0 0 0 20 0 15 0 84216754 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662317981728 140662825767427 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13982084 memory=6944656385659392092 CPUtime=0.44 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) S 10695 10698 12560 0 -1 1077944384 1709 0 0 0 44 0 0 0 20 0 15 0 84216754 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13982084 memory=33 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13982084 memory=8259761640684150880 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84216759 14317654016 54190 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0

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

/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 30325 0 0 0 237328 19 0 0 20 0 15 0 84216749 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662848461456 140662482651934 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13982084 memory=361072 CPUtime=3.85 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 6211 0 0 0 361 24 0 0 20 0 15 0 84216750 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13982084 memory=361072 CPUtime=3.84 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 4058 0 0 0 357 27 0 0 20 0 15 0 84216750 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13982084 memory=0 CPUtime=3.86 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 3791 0 0 0 358 28 0 0 20 0 15 0 84216750 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13982084 memory=361072 CPUtime=3.84 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 4382 0 0 0 356 28 0 0 20 0 15 0 84216750 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13982084 memory=363120 CPUtime=2.98 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 7310 0 0 0 278 20 0 0 20 0 15 0 84216751 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13982084 memory=361072 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662322209632 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13982084 memory=7739276948478258285 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662321157248 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13982084 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13982084 memory=796 CPUtime=1.58 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) S 10695 10698 12560 0 -1 1077944384 6029 0 0 0 157 1 0 0 20 0 15 0 84216754 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662319053424 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13982084 memory=363120 CPUtime=1.52 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) S 10695 10698 12560 0 -1 1077944384 6230 0 0 0 151 1 0 0 20 0 15 0 84216754 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662318000624 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13982084 memory=4144 CPUtime=0.51 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) S 10695 10698 12560 0 -1 1077944384 3784 0 0 0 50 1 0 0 20 0 15 0 84216754 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13982084 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13982084 memory=46832 CPUtime=0.58 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1218 0 0 0 24 34 0 0 20 0 15 0 84216759 14317654016 90780 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 2396.12 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 363120 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.70 1.64 3/213 10978
/proc/meminfo: memFree=30215292/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13982084 memory=363184 CPUtime=2456.46 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 75379 0 0 0 245492 154 0 0 20 0 15 0 84216741 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3495521 90796 3797 1 0 3484295 0
[pid=10698/tid=10700] ppid=10695 vsize=13982084 memory=363184 CPUtime=2433.26 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 30509 0 0 0 243307 19 0 0 20 0 15 0 84216749 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662848461552 140662483081860 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13982084 memory=363120 CPUtime=3.94 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 6246 0 0 0 370 24 0 0 20 0 15 0 84216750 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13982084 memory=363120 CPUtime=3.95 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 4067 0 0 0 367 28 0 0 20 0 15 0 84216750 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13982084 memory=363184 CPUtime=3.96 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 3822 0 0 0 368 28 0 0 20 0 15 0 84216750 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13982084 memory=363184 CPUtime=3.95 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 4395 0 0 0 366 29 0 0 20 0 15 0 84216750 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13982084 memory=302022848351043610 CPUtime=3.05 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 7347 0 0 0 284 21 0 0 20 0 15 0 84216751 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13982084 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662322209632 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13982084 memory=363184 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662321157248 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13982084 memory=363184 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13982084 memory=363184 CPUtime=1.64 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) S 10695 10698 12560 0 -1 1077944384 6343 0 0 0 163 1 0 0 20 0 15 0 84216754 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662319053424 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13982084 memory=4144 CPUtime=1.52 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) S 10695 10698 12560 0 -1 1077944384 6260 0 0 0 151 1 0 0 20 0 15 0 84216754 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662318000624 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13982084 memory=363184 CPUtime=0.51 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) S 10695 10698 12560 0 -1 1077944384 3784 0 0 0 50 1 0 0 20 0 15 0 84216754 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13982084 memory=363184 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13982084 memory=363184 CPUtime=0.59 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1233 0 0 0 24 35 0 0 20 0 15 0 84216759 14317654016 90796 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 2456.46 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 363184 KiB

[startup+2502.3 s]
/proc/loadavg: 1.56 1.67 1.63 3/213 10980
/proc/meminfo: memFree=30213528/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13982084 memory=365232 CPUtime=2516.72 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 76267 0 0 0 251516 156 0 0 20 0 15 0 84216741 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3495521 91308 3797 1 0 3484295 0
[pid=10698/tid=10700] ppid=10695 vsize=13982084 memory=365232 CPUtime=2493.07 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 30878 0 0 0 249288 19 0 0 20 0 15 0 84216749 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662848461696 140662482652021 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13982084 memory=365232 CPUtime=4.04 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 6249 0 0 0 379 25 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13982084 memory=365232 CPUtime=4.04 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 4183 0 0 0 376 28 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13982084 memory=365232 CPUtime=4.06 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 3889 0 0 0 377 29 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13982084 memory=365232 CPUtime=4.04 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 4527 0 0 0 375 29 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13982084 memory=365232 CPUtime=3.12 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 7524 0 0 0 291 21 0 0 20 0 15 0 84216751 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13982084 memory=365232 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662322209632 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13982084 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662321157248 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13982084 memory=365232 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13982084 memory=365232 CPUtime=1.64 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) S 10695 10698 12560 0 -1 1077944384 6345 0 0 0 163 1 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662319053424 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13982084 memory=-8774313645642428999 CPUtime=1.52 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) S 10695 10698 12560 0 -1 1077944384 6262 0 0 0 151 1 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662318000624 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13982084 memory=1196 CPUtime=0.51 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) S 10695 10698 12560 0 -1 1077944384 3787 0 0 0 50 1 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13982084 memory=8632 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13982084 memory=1716 CPUtime=0.61 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1250 0 0 0 25 36 0 0 20 0 15 0 84216759 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 2516.72 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 365232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.6 s]
/proc/loadavg: 1.56 1.67 1.63 3/213 10980
/proc/meminfo: memFree=30213528/32770624 swapFree=67105588/67108860
[pid=10698] ppid=10695 vsize=13982084 memory=365232 CPUtime=2520.05 cores=1,3,5,7
/proc/10698/stat : 10698 (java) S 10695 10698 12560 0 -1 1077944320 76273 0 0 0 251848 157 0 0 20 0 15 0 84216741 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140729973201872 140662844223223 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
/proc/10698/statm: 3495521 91308 3797 1 0 3484295 0
[pid=10698/tid=10700] ppid=10695 vsize=13982084 memory=-8774313645642428999 CPUtime=2496.36 cores=1,3,5,7
/proc/10698/task/10700/stat : 10700 (java) R 10695 10698 12560 0 -1 4202560 30884 0 0 0 249617 19 0 0 20 0 15 0 84216749 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662848461552 140662482790369 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10701] ppid=10695 vsize=13982084 memory=1196 CPUtime=4.05 cores=1,3,5,7
/proc/10698/task/10701/stat : 10701 (java) S 10695 10698 12560 0 -1 1077944384 6249 0 0 0 380 25 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662801189776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10702] ppid=10695 vsize=13982084 memory=8632 CPUtime=4.04 cores=1,3,5,7
/proc/10698/task/10702/stat : 10702 (java) S 10695 10698 12560 0 -1 1077944384 4183 0 0 0 376 28 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662800136976 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10703] ppid=10695 vsize=13982084 memory=365232 CPUtime=4.06 cores=1,3,5,7
/proc/10698/task/10703/stat : 10703 (java) S 10695 10698 12560 0 -1 1077944384 3889 0 0 0 377 29 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662799084688 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10704] ppid=10695 vsize=13982084 memory=-8774313645642428999 CPUtime=4.04 cores=1,3,5,7
/proc/10698/task/10704/stat : 10704 (java) S 10695 10698 12560 0 -1 1077944384 4527 0 0 0 375 29 0 0 20 0 15 0 84216750 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662798031888 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10705] ppid=10695 vsize=13982084 memory=365232 CPUtime=3.12 cores=1,3,5,7
/proc/10698/task/10705/stat : 10705 (java) S 10695 10698 12560 0 -1 1077944384 7524 0 0 0 291 21 0 0 20 0 15 0 84216751 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662323263600 140662844234370 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10706] ppid=10695 vsize=13982084 memory=3196 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10706/stat : 10706 (java) S 10695 10698 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662322209632 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10707] ppid=10695 vsize=13982084 memory=365232 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10707/stat : 10707 (java) S 10695 10698 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 84216752 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662321157248 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10708] ppid=10695 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10708/stat : 10708 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662320105552 140662844241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10709] ppid=10695 vsize=13982084 memory=1744 CPUtime=1.64 cores=1,3,5,7
/proc/10698/task/10709/stat : 10709 (java) S 10695 10698 12560 0 -1 1077944384 6345 0 0 0 163 1 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662319053424 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10710] ppid=10695 vsize=13982084 memory=365232 CPUtime=1.52 cores=1,3,5,7
/proc/10698/task/10710/stat : 10710 (java) S 10695 10698 12560 0 -1 1077944384 6262 0 0 0 151 1 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662318000624 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10711] ppid=10695 vsize=13982084 memory=1232 CPUtime=0.51 cores=1,3,5,7
/proc/10698/task/10711/stat : 10711 (java) S 10695 10698 12560 0 -1 1077944384 3787 0 0 0 50 1 0 0 20 0 15 0 84216754 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662316948336 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10712] ppid=10695 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10698/task/10712/stat : 10712 (java) S 10695 10698 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84216755 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662315895776 140662844233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
[pid=10698/tid=10713] ppid=10695 vsize=13982084 memory=3908 CPUtime=0.61 cores=1,3,5,7
/proc/10698/task/10713/stat : 10713 (java) S 10695 10698 12560 0 -1 1077944384 1250 0 0 0 25 36 0 0 20 0 15 0 84216759 14317654016 91308 18446744073709551615 4194304 4196468 140729973219328 140662314842544 140662844234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 65 0 0 6293624 6294260 29396992 140729973223792 140729973223977 140729973223977 140729973227471 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 365232 KiB

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

[startup+2505.62 s]
# the end of solver process 10698 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.49 s, system=1.57409 s

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

Child status: 143
Real time (s): 2505.62
CPU time (s): 2520.07
CPU user time (s): 2518.49
CPU system time (s): 1.57409
CPU usage (%): 100.576
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 414736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.49
system time used= 1.57409
maximum resident set size= 416788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142285
involuntary context switches= 6414


# summary of solver processes directly reported to runsolver:
#   pid: 10698
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.49
#   total CPU system time (s): 1.57409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4432 second user time and 23.4478 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 19:49:32
IDJOB=4273418
IDBENCH=136037
IDSOLVER=2666
FILE ID=node126/4273418-1502820214
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273418-1502820214/watcher-4273418-1502820214 -o /tmp/evaluation-result-4273418-1502820214/solver-4273418-1502820214 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 24004169 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273418-1502820214.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=24004169

node126.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.81
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.81
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.81
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.81
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:        28036132 kB
MemAvailable:   28628680 kB
Buffers:          335872 kB
Cached:           534220 kB
SwapCached:          524 kB
Active:          3925316 kB
Inactive:         321776 kB
Active(anon):    3325240 kB
Inactive(anon):    93564 kB
Active(file):     600076 kB
Inactive(file):   228212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42320 kB
Writeback:             0 kB
AnonPages:       3376504 kB
Mapped:            65972 kB
Shmem:             41632 kB
Slab:             187044 kB
SReclaimable:     160188 kB
SUnreclaim:        26856 kB
KernelStack:        3392 kB
PageTables:        11596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4259676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3270656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-15 20:31:17