Trace number 4293078

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
Concrete 3.8-SuperNG 2018-06-13OPT12 13.5466 6.24691

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.182611
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
7.69/3.72	o 15
8.00/3.85	o 14
8.00/3.86	o 13
11.46/4.97	o 12
13.45/6.23	v <instantiation cost="12">
13.45/6.23	v       <list>
13.45/6.23	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48]
13.45/6.23	v       </list>
13.45/6.23	v       <values>
13.45/6.23	v         0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0
13.45/6.23	v       </values>
13.45/6.23	v     </instantiation>
13.45/6.23	s OPTIMUM FOUND

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293078-1532306479/watcher-4293078-1532306479 -o /tmp/evaluation-result-4293078-1532306479/solver-4293078-1532306479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1056387950 -superng HOME/instance-4293078-1532306479.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
solver pid=8476, runsolver pid=8473
Current StackSize limit: 8192 KiB


[startup+0.100681 s]*
/proc/loadavg: 1.41 1.28 1.33 2/206 8533
/proc/meminfo: memFree=20204404/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 4413 12879 0 0 1 1 4 3 20 0 6 0 48211079 10212057088 4269 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2493178 4269 1934 1 0 2481616 0
[pid=8476/tid=8529] ppid=8473 vsize=9972712 memory=-8530506832973971393 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 2251 12879 0 0 0 0 4 3 20 0 6 0 48211088 10212057088 4269 33554432000 4194304 4196468 140733555725824 139846752080464 139846765366640 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 6 0 48211089 10212057088 4269 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=9972712 memory=140567926457984 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 6 0 48211089 10212057088 4269 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 6 0 48211089 10212057088 4335 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 2 12879 0 0 0 0 4 3 20 0 6 0 48211089 10212057088 4335 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209874 s]*
/proc/loadavg: 1.41 1.28 1.33 4/215 8542
/proc/meminfo: memFree=20181964/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10818856 memory=43224 CPUtime=0.25 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 8681 12879 0 0 16 2 4 3 20 0 15 0 48211079 11078508544 10806 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2704714 10806 2950 1 0 2667149 0
[pid=8476/tid=8529] ppid=8473 vsize=10818856 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 5472 12879 0 0 10 1 4 3 20 0 15 0 48211088 11078508544 10938 33554432000 4194304 4196468 140733555725824 139846752041360 139846772960855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11078508544 10938 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10818856 memory=140567926457984 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11078508544 10938 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11078508544 10938 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 2 12879 0 0 0 0 4 3 20 0 15 0 48211089 11078508544 10938 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10818856 memory=140567926457984 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 2 12879 0 0 0 0 4 3 20 0 15 0 48211090 11078508544 11004 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 13 12879 0 0 0 0 4 3 20 0 15 0 48211090 11078508544 11004 33554432000 4194304 4196468 140733555725824 139845678655008 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211091 11078508544 11004 33554432000 4194304 4196468 140733555725824 139845544437104 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11078508544 11004 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) S 8473 8476 6708 0 -1 1077944384 531 12879 0 0 1 0 4 3 20 0 15 0 48211093 11078508544 11004 33554432000 4194304 4196468 140733555725824 139846104435056 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) S 8473 8476 6708 0 -1 1077944384 56 12879 0 0 0 0 4 3 20 0 15 0 48211093 11078508544 11004 33554432000 4194304 4196468 140733555725824 139846103382256 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10818856 memory=140567926457984 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) S 8473 8476 6708 0 -1 1077944384 554 12879 0 0 3 0 4 3 20 0 15 0 48211093 11078508544 11004 33554432000 4194304 4196468 140733555725824 139846102329456 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11078508544 11004 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10818856 memory=140567926457984 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211094 11078508544 11004 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 43224 KiB

[startup+0.310118 s]*
/proc/loadavg: 1.41 1.28 1.33 3/215 8542
/proc/meminfo: memFree=20170676/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10819352 memory=54048 CPUtime=0.38 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 10589 12879 0 0 28 3 4 3 20 0 15 0 48211079 11079016448 13512 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2704838 13512 3081 1 0 2667149 0
[pid=8476/tid=8529] ppid=8473 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 7225 12879 0 0 19 2 4 3 20 0 15 0 48211088 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846752055712 139846761807259 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10819352 memory=7084551820610261072 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10819352 memory=2072 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 2 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 2 12879 0 0 0 0 4 3 20 0 15 0 48211090 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 13 12879 0 0 0 0 4 3 20 0 15 0 48211090 11079016448 13512 33554432000 4194304 4196468 140733555725824 139845678655008 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211091 11079016448 13512 33554432000 4194304 4196468 140733555725824 139845544437104 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11079016448 13512 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) S 8473 8476 6708 0 -1 1077944384 532 12879 0 0 2 0 4 3 20 0 15 0 48211093 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846104435056 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) S 8473 8476 6708 0 -1 1077944384 56 12879 0 0 1 0 4 3 20 0 15 0 48211093 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846103382256 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) S 8473 8476 6708 0 -1 1077944384 561 12879 0 0 5 0 4 3 20 0 15 0 48211093 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846102329456 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11079016448 13512 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211094 11079016448 13512 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54048 KiB

[startup+0.700811 s]
/proc/loadavg: 1.41 1.28 1.33 3/215 8542
/proc/meminfo: memFree=20161992/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10819352 memory=87008 CPUtime=0.98 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 16846 12879 0 0 86 5 4 3 20 0 15 0 48211079 11079016448 21752 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2704838 21752 3245 1 0 2667149 0
[pid=8476/tid=8529] ppid=8473 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 12521 12879 0 0 55 3 4 3 20 0 15 0 48211088 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846752064528 139846761807280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 2 12879 0 0 0 0 4 3 20 0 15 0 48211089 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 5 12879 0 0 0 0 4 3 20 0 15 0 48211090 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 13 12879 0 0 0 0 4 3 20 0 15 0 48211090 11079016448 21752 33554432000 4194304 4196468 140733555725824 139845678655008 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211091 11079016448 21752 33554432000 4194304 4196468 140733555725824 139845544437104 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11079016448 21752 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10819352 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) S 8473 8476 6708 0 -1 1077944384 1144 12879 0 0 9 0 4 3 20 0 15 0 48211093 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846104435056 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10819352 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) S 8473 8476 6708 0 -1 1077944384 341 12879 0 0 7 0 4 3 20 0 15 0 48211093 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846103382256 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) S 8473 8476 6708 0 -1 1077944384 622 12879 0 0 13 0 4 3 20 0 15 0 48211093 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846102329456 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11079016448 21752 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211094 11079016448 21752 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87008 KiB

[startup+1.50162 s]
/proc/loadavg: 1.54 1.31 1.34 3/215 8542
/proc/meminfo: memFree=20115164/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10834252 memory=177748 CPUtime=2.25 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 23935 12879 0 0 208 10 4 3 20 0 15 0 48211079 11094274048 44437 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2708563 44437 3469 1 0 2670221 0
[pid=8476/tid=8529] ppid=8473 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 18128 12879 0 0 129 6 4 3 20 0 15 0 48211088 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846752060136 139846764324190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 273 12879 0 0 0 0 4 3 20 0 15 0 48211089 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 33 12879 0 0 1 0 4 3 20 0 15 0 48211089 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10834252 memory=3611949788955226161 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 21 12879 0 0 1 0 4 3 20 0 15 0 48211089 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 80 12879 0 0 1 0 4 3 20 0 15 0 48211089 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 58 12879 0 0 1 0 4 3 20 0 15 0 48211090 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10834252 memory=281135540152576 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 14 12879 0 0 0 0 4 3 20 0 15 0 48211090 11094274048 44437 33554432000 4194304 4196468 140733555725824 139845678655072 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211091 11094274048 44437 33554432000 4194304 4196468 140733555725824 139845544437120 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10834252 memory=5380 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11094274048 44437 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10834252 memory=4616 CPUtime=0.26 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) S 8473 8476 6708 0 -1 1077944384 1289 12879 0 0 19 0 4 3 20 0 15 0 48211093 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846104435056 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10834252 memory=1232 CPUtime=0.29 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) S 8473 8476 6708 0 -1 1077944384 787 12879 0 0 22 0 4 3 20 0 15 0 48211093 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846103382256 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10834252 memory=11964 CPUtime=0.37 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) R 8473 8476 6708 0 -1 4202560 1058 12879 0 0 30 0 4 3 20 0 15 0 48211093 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846102326392 139846764324190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10834252 memory=1708 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11094274048 44437 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10834252 memory=8384 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211094 11094274048 44437 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[pid=8476/tid=8541] ppid=8473 vsize=10844512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11104780288 63266 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10844512 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 1 12879 0 0 0 0 4 3 20 0 15 0 48211094 11104780288 63266 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 6.51 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 253064 KiB

[startup+4.8012 s]
/proc/loadavg: 1.54 1.31 1.34 5/215 8542
/proc/meminfo: memFree=19897464/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10914144 memory=365592 CPUtime=11.16 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 67632 12879 0 0 1087 22 4 3 20 0 15 0 48211079 11176083456 91398 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2728536 91398 3504 1 0 2690189 0
[pid=8476/tid=8529] ppid=8473 vsize=10914144 memory=14413717810973266 CPUtime=4.66 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 45491 12879 0 0 447 12 4 3 20 0 15 0 48211088 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846752075136 139846380810419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 287 12879 0 0 3 0 4 3 20 0 15 0 48211089 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 57 12879 0 0 3 0 4 3 20 0 15 0 48211089 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10914144 memory=7682744562830902074 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 140 12879 0 0 3 0 4 3 20 0 15 0 48211089 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10914144 memory=7016714186490735262 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 125 12879 0 0 3 0 4 3 20 0 15 0 48211089 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10914144 memory=8761640388318109335 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 1721 12879 0 0 3 0 4 3 20 0 15 0 48211090 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10914144 memory=4137293581110450563 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 14 12879 0 0 0 0 4 3 20 0 15 0 48211090 11176083456 91398 33554432000 4194304 4196468 140733555725824 139845678655136 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10914144 memory=6944656592455360608 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 4 12879 0 0 0 0 4 3 20 0 15 0 48211091 11176083456 91398 33554432000 4194304 4196468 140733555725824 139845544437120 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10914144 memory=8761640388318109335 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11176083456 91398 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10914144 memory=8761640388318109335 CPUtime=2.7 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) R 8473 8476 6708 0 -1 4202560 9143 12879 0 0 261 2 4 3 20 0 15 0 48211093 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846104415824 139846760092435 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10914144 memory=0 CPUtime=2.15 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) R 8473 8476 6708 0 -1 4202560 2714 12879 0 0 207 1 4 3 20 0 15 0 48211093 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846103371056 139846761788240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10914144 memory=140567770340145 CPUtime=1.61 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) S 8473 8476 6708 0 -1 1077944384 5733 12879 0 0 152 2 4 3 20 0 15 0 48211093 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846102329456 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10914144 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 91398 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10914144 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 10 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 91398 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 11.16 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 365592 KiB

[startup+5.60072 s]
/proc/loadavg: 1.54 1.31 1.34 3/215 8542
/proc/meminfo: memFree=19855256/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10914144 memory=377636 CPUtime=12.73 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 68268 12879 0 0 1243 23 4 3 20 0 15 0 48211079 11176083456 94409 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2728536 94409 3518 1 0 2690189 0
[pid=8476/tid=8529] ppid=8473 vsize=10914144 memory=0 CPUtime=5.44 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 45513 12879 0 0 525 12 4 3 20 0 15 0 48211088 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846752078592 139846367674909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10914144 memory=281135540944544 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 302 12879 0 0 3 0 4 3 20 0 15 0 48211089 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10914144 memory=140567770474544 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 68 12879 0 0 3 0 4 3 20 0 15 0 48211089 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10914144 memory=1296 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 146 12879 0 0 3 0 4 3 20 0 15 0 48211089 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10914144 memory=2412 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 136 12879 0 0 4 0 4 3 20 0 15 0 48211089 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10914144 memory=1836 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 1741 12879 0 0 4 0 4 3 20 0 15 0 48211090 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10914144 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 14 12879 0 0 0 0 4 3 20 0 15 0 48211090 11176083456 94409 33554432000 4194304 4196468 140733555725824 139845678655136 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10914144 memory=1960 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 4 12879 0 0 0 0 4 3 20 0 15 0 48211091 11176083456 94409 33554432000 4194304 4196468 140733555725824 139845544437120 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10914144 memory=5380 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11176083456 94409 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10914144 memory=4616 CPUtime=3.04 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) S 8473 8476 6708 0 -1 1077944384 9338 12879 0 0 295 2 4 3 20 0 15 0 48211093 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846104435056 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10914144 memory=1232 CPUtime=2.52 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) S 8473 8476 6708 0 -1 1077944384 2906 12879 0 0 243 2 4 3 20 0 15 0 48211093 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846103382256 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10914144 memory=11964 CPUtime=1.65 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) S 8473 8476 6708 0 -1 1077944384 5894 12879 0 0 156 2 4 3 20 0 15 0 48211093 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846102329456 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10914144 memory=1708 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 94409 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10914144 memory=8384 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 13 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 94409 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 377636 KiB

[startup+6.0012 s]*
/proc/loadavg: 1.50 1.30 1.34 3/215 8542
/proc/meminfo: memFree=19814120/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10914144 memory=410736 CPUtime=13.25 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 68360 12879 0 0 1294 24 4 3 20 0 15 0 48211079 11176083456 102684 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2728536 102684 3518 1 0 2690189 0
[pid=8476/tid=8529] ppid=8473 vsize=10914144 memory=4026532047 CPUtime=5.85 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 45546 12879 0 0 566 12 4 3 20 0 15 0 48211088 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846752078168 139846381249511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10914144 memory=11589 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 304 12879 0 0 3 1 4 3 20 0 15 0 48211089 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10914144 memory=140567926728857 CPUtime=0.12 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 69 12879 0 0 4 1 4 3 20 0 15 0 48211089 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10914144 memory=7014444751693833280 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 147 12879 0 0 4 0 4 3 20 0 15 0 48211089 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10914144 memory=3690172267026718728 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 137 12879 0 0 4 0 4 3 20 0 15 0 48211089 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10914144 memory=7589561570700376548 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 1766 12879 0 0 4 0 4 3 20 0 15 0 48211090 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10914144 memory=7589420999132590127 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 14 12879 0 0 0 0 4 3 20 0 15 0 48211090 11176083456 102684 33554432000 4194304 4196468 140733555725824 139845678655136 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10914144 memory=-6737208495982354336 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 4 12879 0 0 0 0 4 3 20 0 15 0 48211091 11176083456 102684 33554432000 4194304 4196468 140733555725824 139845544437120 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10914144 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11176083456 102684 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10914144 memory=0 CPUtime=3.1 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) S 8473 8476 6708 0 -1 1077944384 9348 12879 0 0 301 2 4 3 20 0 15 0 48211093 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846104435056 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10914144 memory=3472328296227418159 CPUtime=2.56 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) S 8473 8476 6708 0 -1 1077944384 2919 12879 0 0 247 2 4 3 20 0 15 0 48211093 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846103382256 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10914144 memory=7016594226081157299 CPUtime=1.66 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) S 8473 8476 6708 0 -1 1077944384 5900 12879 0 0 157 2 4 3 20 0 15 0 48211093 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846102329456 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10914144 memory=8607328266676888414 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 102684 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10914144 memory=3472468864154138288 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 13 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 102684 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 13.25 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 410736 KiB

[startup+6.20071 s]
/proc/loadavg: 1.50 1.30 1.34 3/215 8542
/proc/meminfo: memFree=19814120/32770624 swapFree=67108860/67108860
[pid=8476] ppid=8473 vsize=10914144 memory=410768 CPUtime=13.45 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 6708 0 -1 1077944320 68365 12879 0 0 1314 24 4 3 20 0 15 0 48211079 11176083456 102692 33554432000 4194304 4196468 140733555725824 140733555708368 139846780243703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
/proc/8476/statm: 2728536 102692 3518 1 0 2690189 0
[pid=8476/tid=8529] ppid=8473 vsize=10914144 memory=0 CPUtime=6.04 cores=1,3,5,7
/proc/8476/task/8529/stat : 8529 (java) R 8473 8476 6708 0 -1 4202560 45546 12879 0 0 585 12 4 3 20 0 15 0 48211088 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846752078168 139846366663501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8530] ppid=8473 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8530/stat : 8530 (java) S 8473 8476 6708 0 -1 1077944384 304 12879 0 0 3 1 4 3 20 0 15 0 48211089 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846784486032 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8531] ppid=8473 vsize=10914144 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8476/task/8531/stat : 8531 (java) S 8473 8476 6708 0 -1 1077944384 69 12879 0 0 4 1 4 3 20 0 15 0 48211089 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846688688656 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8532] ppid=8473 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8532/stat : 8532 (java) S 8473 8476 6708 0 -1 1077944384 147 12879 0 0 4 0 4 3 20 0 15 0 48211089 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846687635856 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8533] ppid=8473 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8533/stat : 8533 (java) S 8473 8476 6708 0 -1 1077944384 137 12879 0 0 4 0 4 3 20 0 15 0 48211089 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846686583056 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8534] ppid=8473 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8476/task/8534/stat : 8534 (java) S 8473 8476 6708 0 -1 1077944384 1766 12879 0 0 4 0 4 3 20 0 15 0 48211090 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846105488240 139846780254850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8535] ppid=8473 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8535/stat : 8535 (java) S 8473 8476 6708 0 -1 1077944384 14 12879 0 0 0 0 4 3 20 0 15 0 48211090 11176083456 102692 33554432000 4194304 4196468 140733555725824 139845678655136 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8536] ppid=8473 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8536/stat : 8536 (java) S 8473 8476 6708 0 -1 1077944384 4 12879 0 0 0 0 4 3 20 0 15 0 48211091 11176083456 102692 33554432000 4194304 4196468 140733555725824 139845544437120 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8537] ppid=8473 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8537/stat : 8537 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211093 11176083456 102692 33554432000 4194304 4196468 140733555725824 139845304146256 139846780262299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8538] ppid=8473 vsize=10914144 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/8476/task/8538/stat : 8538 (java) S 8473 8476 6708 0 -1 1077944384 9353 12879 0 0 302 2 4 3 20 0 15 0 48211093 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846104435056 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8539] ppid=8473 vsize=10914144 memory=0 CPUtime=2.57 cores=1,3,5,7
/proc/8476/task/8539/stat : 8539 (java) S 8473 8476 6708 0 -1 1077944384 2919 12879 0 0 248 2 4 3 20 0 15 0 48211093 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846103382256 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8540] ppid=8473 vsize=10914144 memory=0 CPUtime=1.66 cores=1,3,5,7
/proc/8476/task/8540/stat : 8540 (java) S 8473 8476 6708 0 -1 1077944384 5900 12879 0 0 157 2 4 3 20 0 15 0 48211093 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846102329456 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8541] ppid=8473 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8541/stat : 8541 (java) S 8473 8476 6708 0 -1 1077944384 3 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 102692 33554432000 4194304 4196468 140733555725824 139845270587616 139846780253909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
[pid=8476/tid=8542] ppid=8473 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8476/task/8542/stat : 8542 (java) S 8473 8476 6708 0 -1 1077944384 13 12879 0 0 0 0 4 3 20 0 15 0 48211094 11176083456 102692 33554432000 4194304 4196468 140733555725824 139846101277872 139846780254850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140733555734699 140733555737948 140733555737948 140733555740623 0
Current children cumulated CPU time: 13.45 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 410768 KiB

Child status: 0
Real time (s): 6.24691
CPU time (s): 13.5466
CPU user time (s): 13.2472
CPU system time (s): 0.299363
CPU usage (%): 216.852
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 410768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2472
system time used= 0.299363
maximum resident set size= 414932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7115
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 8476
#   total CPU time (s): 13.5466
#   total CPU user time (s): 13.2472
#   total CPU system time (s): 0.299363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071821 second user time and 0.092987 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-23 02:41:19
IDJOB=4293078
IDBENCH=141114
IDSOLVER=2751
FILE ID=node104/4293078-1532306479
RUNJOBID= node104-1532294157-6740
PBS_JOBID= 21018980
Free space on /tmp= 57216 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293078-1532306479/watcher-4293078-1532306479 -o /tmp/evaluation-result-4293078-1532306479/solver-4293078-1532306479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1056387950 -superng HOME/instance-4293078-1532306479.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=1056387950

node104.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.11
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.11
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.11
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.11
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:        20212912 kB
MemAvailable:   30803120 kB
Buffers:          248088 kB
Cached:         10548668 kB
SwapCached:            0 kB
Active:          3065876 kB
Inactive:        8916708 kB
Active(anon):    1188476 kB
Inactive(anon):    17088 kB
Active(file):    1877400 kB
Inactive(file):  8899620 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26384 kB
Writeback:             0 kB
AnonPages:       1193024 kB
Mapped:            49620 kB
Shmem:             17036 kB
Slab:             270252 kB
SReclaimable:     241648 kB
SUnreclaim:        28604 kB
KernelStack:        3504 kB
PageTables:         7836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1993100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1091584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57192 MiB
End job on node104 at 2018-07-23 02:41:25