Trace number 4402703

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 NameAnswerCPU timeWall clock time
Concrete 3.12.3SAT 55.1732 48.4928

General information on the benchmark

NameCrossword/Crossword-m1c-words-vg/
Crossword-m1c-words-vg-7-7.xml
MD5SUM99134ba62b1a53cb1521bec8a3cd1f05
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.093629
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":49}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":49}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":14}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.80/0.55	c Concrete v3.12.3.1568965526260 running
55.04/48.48	v <instantiation
55.04/48.48	v         >
55.04/48.48	v       <list>
55.04/48.48	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
55.04/48.48	v       </list>
55.04/48.48	v       <values>
55.04/48.48	v         1 17 0 21 0 3 14 17 4 13 0 12 4 3 0 13 0 11 14 6 24 21 0 11 20 4 17 18 0 12 14 4 1 0 18 3 4 6 17 0 3 4 14 3 24 18 18 4 24
55.04/48.48	v       </values>
55.04/48.48	v     </instantiation>
55.04/48.48	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402703-1568986829/watcher-4402703-1568986829 -o /tmp/evaluation-result-4402703-1568986829/solver-4402703-1568986829 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23611 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=13585715 HOME/instance-4402703-1568986829.xml 

running on 4 cores: 0,2,4,6

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=29469, runsolver pid=29466

[startup+0.10196 s]*
/proc/loadavg: 1.65 1.60 1.59 3/219 29526
/proc/meminfo: memFree=8057724/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=9972712 memory=18864 CPUtime=0.09 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 4482 13156 0 0 1 1 5 2 20 0 6 0 474620714 10212057088 4716 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2493178 4716 1935 1 0 2481616 0
[pid=29469/tid=29522] ppid=29466 vsize=9972712 memory=-8439527450518781933 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 2288 13156 0 0 0 0 5 2 20 0 6 0 474620723 10212057088 4781 33554432000 4194304 4196468 140727899800656 140004314559056 140004327845232 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=9972712 memory=4211973982775537034 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 6 0 474620724 10212057088 4781 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=9972712 memory=140256570746496 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 6 0 474620724 10212057088 4781 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 6 0 474620724 10212057088 4781 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 6 0 474620724 10212057088 4781 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210058 s]*
/proc/loadavg: 1.65 1.60 1.59 3/228 29535
/proc/meminfo: memFree=8040348/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10820164 memory=41668 CPUtime=0.26 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 7325 13156 0 0 17 2 5 2 20 0 15 0 474620714 11079847936 10417 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2705041 10417 3291 1 0 2667149 0
[pid=29469/tid=29522] ppid=29466 vsize=10820176 memory=7900017517374083699 CPUtime=0.19 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 3836 13156 0 0 11 1 5 2 20 0 15 0 474620723 11079860224 10417 33554432000 4194304 4196468 140727899800656 140004314533328 140004265798629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10820176 memory=4211973982775537034 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079860224 10417 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10820176 memory=140256570746496 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079860224 10417 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079860224 10417 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079860224 10417 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10820176 memory=140256570746496 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 474620726 11079860224 10417 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 13 13156 0 0 0 0 5 2 20 0 15 0 474620726 11079868416 10417 33554432000 4194304 4196468 140727899800656 140003787138720 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620726 11079868416 10417 33554432000 4194304 4196468 140727899800656 140003183158512 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11079868416 10417 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) R 29466 29469 23580 0 -1 4202560 471 13156 0 0 1 0 5 2 20 0 15 0 474620729 11079868416 10417 33554432000 4194304 4196468 140727899800656 140003868358896 140004324086268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) S 29466 29469 23580 0 -1 1077944384 166 13156 0 0 1 0 5 2 20 0 15 0 474620729 11079868416 10417 33554432000 4194304 4196468 140727899800656 140003867306352 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10820188 memory=140256570746496 CPUtime=0.1 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) R 29466 29469 23580 0 -1 1077944384 622 13156 0 0 3 0 5 2 20 0 15 0 474620729 11079872512 10417 33554432000 4194304 4196468 140727899800656 140003866253296 140004342733442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10820188 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11079872512 10417 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10820188 memory=140256570746496 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620729 11079872512 10417 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41668 KiB

[startup+0.311261 s]*
/proc/loadavg: 1.65 1.60 1.59 3/228 29535
/proc/meminfo: memFree=8026700/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10820196 memory=50004 CPUtime=0.4 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 10747 13156 0 0 29 4 5 2 20 0 15 0 474620714 11079880704 12501 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2705049 12501 3317 1 0 2667149 0
[pid=29469/tid=29522] ppid=29466 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 7226 13156 0 0 19 2 5 2 20 0 15 0 474620723 11079880704 12501 33554432000 4194304 4196468 140727899800656 140004314531216 140004326765925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079880704 12501 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079880704 12501 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079880704 12501 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 474620724 11079880704 12501 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10820196 memory=140256570746495 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 474620726 11079880704 12501 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 13 13156 0 0 0 0 5 2 20 0 15 0 474620726 11079880704 12501 33554432000 4194304 4196468 140727899800656 140003787138720 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620726 11079880704 12501 33554432000 4194304 4196468 140727899800656 140003183158512 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11079880704 12501 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) S 29466 29469 23580 0 -1 1077944384 480 13156 0 0 2 0 5 2 20 0 15 0 474620729 11079880704 12501 33554432000 4194304 4196468 140727899800656 140003868358896 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) S 29466 29469 23580 0 -1 1077944384 167 13156 0 0 1 0 5 2 20 0 15 0 474620729 11079880704 12501 33554432000 4194304 4196468 140727899800656 140003867306352 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10820196 memory=140256570746496 CPUtime=0.12 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) S 29466 29469 23580 0 -1 1077944384 641 13156 0 0 5 0 5 2 20 0 15 0 474620729 11079880704 12501 33554432000 4194304 4196468 140727899800656 140003866253296 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11079880704 12501 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10820196 memory=140256570746496 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620729 11079880704 12501 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50004 KiB

[startup+0.701067 s]
/proc/loadavg: 1.65 1.60 1.59 3/228 29535
/proc/meminfo: memFree=8012148/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10824364 memory=82920 CPUtime=1.14 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 15009 13156 0 0 101 6 5 2 20 0 15 0 474620714 11084148736 20730 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2706091 20730 3497 1 0 2668173 0
[pid=29469/tid=29522] ppid=29466 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 10309 13156 0 0 56 4 5 2 20 0 15 0 474620723 11084148736 20730 33554432000 4194304 4196468 140727899800656 140004314544352 140004323366962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11084148736 20730 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11084148736 20730 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10824364 memory=5937838231669598272 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620724 11084148736 20730 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10824364 memory=8320808402719879476 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 474620724 11084148736 20730 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10824364 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 5 13156 0 0 0 0 5 2 20 0 15 0 474620726 11084148736 20730 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10824364 memory=61 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 13 13156 0 0 0 0 5 2 20 0 15 0 474620726 11084148736 20730 33554432000 4194304 4196468 140727899800656 140003787138720 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620726 11084148736 20730 33554432000 4194304 4196468 140727899800656 140003183158512 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11084148736 20730 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10824364 memory=280512904069152 CPUtime=0.23 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) S 29466 29469 23580 0 -1 1077944384 980 13156 0 0 16 0 5 2 20 0 15 0 474620729 11084148736 20730 33554432000 4194304 4196468 140727899800656 140003868358896 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10824364 memory=16132 CPUtime=0.18 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) R 29466 29469 23580 0 -1 4202560 580 13156 0 0 11 0 5 2 20 0 15 0 474620729 11084148736 20730 33554432000 4194304 4196468 140727899800656 140003867306352 140004327632236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10824364 memory=4420 CPUtime=0.24 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) S 29466 29469 23580 0 -1 1077944384 903 13156 0 0 17 0 5 2 20 0 15 0 474620729 11084148736 20730 33554432000 4194304 4196468 140727899800656 140003866253296 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10824364 memory=239 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11084148736 20730 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10824364 memory=8242257093008374069 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620729 11084148736 20730 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82920 KiB

[startup+1.50075 s]
/proc/loadavg: 1.65 1.60 1.59 3/228 29535
/proc/meminfo: memFree=7960920/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10834680 memory=188348 CPUtime=2.72 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 23272 13156 0 0 253 12 5 2 20 0 15 0 474620714 11094712320 47087 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2708670 47087 3590 1 0 2670733 0
[pid=29469/tid=29522] ppid=29466 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 16121 13156 0 0 129 6 5 2 20 0 15 0 474620723 11094712320 47087 33554432000 4194304 4196468 140727899800656 140004314540416 140003938234576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10834680 memory=116 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 308 13156 0 0 1 0 5 2 20 0 15 0 474620724 11094712320 47087 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10834680 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 22 13156 0 0 1 0 5 2 20 0 15 0 474620724 11094712320 47087 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10834680 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 68 13156 0 0 1 0 5 2 20 0 15 0 474620724 11094712320 47087 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10834680 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 88 13156 0 0 1 0 5 2 20 0 15 0 474620724 11094712320 47087 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 347 13156 0 0 1 0 5 2 20 0 15 0 474620726 11094712320 47087 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 14 13156 0 0 0 0 5 2 20 0 15 0 474620726 11094712320 47087 33554432000 4194304 4196468 140727899800656 140003787138784 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10834680 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620726 11094712320 47087 33554432000 4194304 4196468 140727899800656 140003183158528 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11094712320 47087 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10834680 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) S 29466 29469 23580 0 -1 1077944384 1535 13156 0 0 42 0 5 2 20 0 15 0 474620729 11094712320 47087 33554432000 4194304 4196468 140727899800656 140003868358896 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10834680 memory=2276 CPUtime=0.42 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) S 29466 29469 23580 0 -1 1077944384 924 13156 0 0 34 1 5 2 20 0 15 0 474620729 11094712320 47087 33554432000 4194304 4196468 140727899800656 140003867306352 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10834680 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) R 29466 29469 23580 0 -1 4202560 1631 13156 0 0 38 0 5 2 20 0 15 0 474620729 11094712320 47087 33554432000 4194304 4196468 140727899800656 140003866253296 140004326968961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11094712320 47087 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 474620729 11094712320 47087 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10834680 KiB

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

[pid=29469/tid=29534] ppid=29466 vsize=10844940 memory=1320 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 123229 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10844940 memory=499796 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 101 13156 0 0 0 1 5 2 20 0 15 0 474620729 11105218560 123229 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 51.43 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 492916 KiB

[startup+46.4008 s]
/proc/loadavg: 1.65 1.61 1.59 3/229 29546
/proc/meminfo: memFree=7621576/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10844940 memory=485220 CPUtime=53.04 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 76635 13156 0 0 5269 28 5 2 20 0 15 0 474620714 11105218560 121305 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2711235 121305 3624 1 0 2673293 0
[pid=29469/tid=29522] ppid=29466 vsize=10844940 memory=6791534058613427641 CPUtime=46.21 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 26313 13156 0 0 4602 12 5 2 20 0 15 0 474620723 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004314555536 140003948767680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10844940 memory=860 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 2138 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10844940 memory=1448 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1240 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10844940 memory=1980 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1019 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10844940 memory=2432 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 1474 13156 0 0 4 2 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10844940 memory=1760 CPUtime=0.12 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 3745 13156 0 0 5 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10844940 memory=111636 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 18 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003787138848 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10844940 memory=492916 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 7 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003183158528 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10844940 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10844940 memory=41312 CPUtime=2.54 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) S 29466 29469 23580 0 -1 1077944384 11728 13156 0 0 246 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003868358896 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 64 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10844940 memory=988 CPUtime=2.74 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) S 29466 29469 23580 0 -1 1077944384 17165 13156 0 0 265 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003867306352 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10844940 memory=2012 CPUtime=1.33 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) S 29466 29469 23580 0 -1 1077944384 9473 13156 0 0 124 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003866253296 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10844940 memory=1320 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10844940 memory=1700 CPUtime=0.08 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 103 13156 0 0 0 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 53.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 485220 KiB

[startup+47.2008 s]
/proc/loadavg: 1.68 1.62 1.60 3/229 29546
/proc/meminfo: memFree=7629800/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10844940 memory=485220 CPUtime=53.84 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 76678 13156 0 0 5349 28 5 2 20 0 15 0 474620714 11105218560 121305 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2711235 121305 3624 1 0 2673293 0
[pid=29469/tid=29522] ppid=29466 vsize=10844940 memory=2012 CPUtime=47.01 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 26356 13156 0 0 4682 12 5 2 20 0 15 0 474620723 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004314555536 140003949000830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10844940 memory=1320 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 2138 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10844940 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1240 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10844940 memory=492916 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1019 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10844940 memory=1560 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 1474 13156 0 0 4 2 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10844940 memory=1172 CPUtime=0.12 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 3745 13156 0 0 5 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10844940 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 18 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003787138848 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10844940 memory=14076 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 7 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003183158528 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10844940 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10844940 memory=485220 CPUtime=2.54 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) S 29466 29469 23580 0 -1 1077944384 11728 13156 0 0 246 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003868358896 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 64 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10844940 memory=588 CPUtime=2.74 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) S 29466 29469 23580 0 -1 1077944384 17165 13156 0 0 265 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003867306352 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10844940 memory=780 CPUtime=1.33 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) S 29466 29469 23580 0 -1 1077944384 9473 13156 0 0 124 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003866253296 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10844940 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10844940 memory=11620 CPUtime=0.09 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 103 13156 0 0 1 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 53.84 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 485220 KiB

[startup+48.0008 s]*
/proc/loadavg: 1.68 1.62 1.60 3/229 29546
/proc/meminfo: memFree=7630060/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10844940 memory=485220 CPUtime=54.65 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 76678 13156 0 0 5430 28 5 2 20 0 15 0 474620714 11105218560 121305 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2711235 121305 3624 1 0 2673293 0
[pid=29469/tid=29522] ppid=29466 vsize=10844940 memory=1000 CPUtime=47.82 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 26356 13156 0 0 4763 12 5 2 20 0 15 0 474620723 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004314555536 140003947685000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10844940 memory=-7003737579269690708 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 2138 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10844940 memory=528 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1240 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10844940 memory=1560 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1019 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10844940 memory=932 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 1474 13156 0 0 4 2 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10844940 memory=1492 CPUtime=0.12 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 3745 13156 0 0 5 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10844940 memory=860 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 18 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003787138848 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10844940 memory=1448 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 7 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003183158528 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10844940 memory=280512904891472 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10844940 memory=33284 CPUtime=2.54 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) S 29466 29469 23580 0 -1 1077944384 11728 13156 0 0 246 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003868358896 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 64 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10844940 memory=1492 CPUtime=2.74 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) S 29466 29469 23580 0 -1 1077944384 17165 13156 0 0 265 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003867306352 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10844940 memory=860 CPUtime=1.33 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) S 29466 29469 23580 0 -1 1077944384 9473 13156 0 0 124 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003866253296 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10844940 memory=1448 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10844940 memory=1980 CPUtime=0.09 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 103 13156 0 0 1 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 54.65 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 485220 KiB

[startup+48.4008 s]
/proc/loadavg: 1.68 1.62 1.60 3/229 29546
/proc/meminfo: memFree=7630060/32770624 swapFree=66935428/67108860
[pid=29469] ppid=29466 vsize=10844940 memory=485220 CPUtime=55.04 cores=0,2,4,6
/proc/29469/stat : 29469 (java) S 29466 29469 23580 0 -1 1077944320 76680 13156 0 0 5469 28 5 2 20 0 15 0 474620714 11105218560 121305 33554432000 4194304 4196468 140727899800656 140727899783200 140004342722295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
/proc/29469/statm: 2711235 121305 3624 1 0 2673293 0
[pid=29469/tid=29522] ppid=29466 vsize=10844940 memory=6933690279252828305 CPUtime=48.21 cores=0,2,4,6
/proc/29469/task/29522/stat : 29522 (java) R 29466 29469 23580 0 -1 4202560 26357 13156 0 0 4802 12 5 2 20 0 15 0 474620723 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004314557440 140003949002677 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29523] ppid=29466 vsize=10844940 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29523/stat : 29523 (java) S 29466 29469 23580 0 -1 1077944384 2139 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004346964496 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29524] ppid=29466 vsize=10844940 memory=-7023579799431922829 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29524/stat : 29524 (java) S 29466 29469 23580 0 -1 1077944384 1240 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004261784208 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29525] ppid=29466 vsize=10844940 memory=-8412652152092201843 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29525/stat : 29525 (java) S 29466 29469 23580 0 -1 1077944384 1019 13156 0 0 5 1 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004260731152 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29526] ppid=29466 vsize=10844940 memory=4426639978525455914 CPUtime=0.13 cores=0,2,4,6
/proc/29469/task/29526/stat : 29526 (java) S 29466 29469 23580 0 -1 1077944384 1474 13156 0 0 4 2 5 2 20 0 15 0 474620724 11105218560 121305 33554432000 4194304 4196468 140727899800656 140004259678608 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29527] ppid=29466 vsize=10844940 memory=3042562608683846960 CPUtime=0.12 cores=0,2,4,6
/proc/29469/task/29527/stat : 29527 (java) S 29466 29469 23580 0 -1 1077944384 3745 13156 0 0 5 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003869412080 140004342733442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29528] ppid=29466 vsize=10844940 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29528/stat : 29528 (java) S 29466 29469 23580 0 -1 1077944384 18 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003787138848 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29529] ppid=29466 vsize=10844940 memory=7014751519583589713 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29529/stat : 29529 (java) S 29466 29469 23580 0 -1 1077944384 7 13156 0 0 0 0 5 2 20 0 15 0 474620726 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003183158528 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29530] ppid=29466 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29530/stat : 29530 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002875759056 140004342740891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29531] ppid=29466 vsize=10844940 memory=0 CPUtime=2.54 cores=0,2,4,6
/proc/29469/task/29531/stat : 29531 (java) S 29466 29469 23580 0 -1 1077944384 11728 13156 0 0 246 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003868358896 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 64 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29532] ppid=29466 vsize=10844940 memory=3472468552680146794 CPUtime=2.74 cores=0,2,4,6
/proc/29469/task/29532/stat : 29532 (java) S 29466 29469 23580 0 -1 1077944384 17165 13156 0 0 265 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003867306352 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29533] ppid=29466 vsize=10844940 memory=3900177961435799552 CPUtime=1.33 cores=0,2,4,6
/proc/29469/task/29533/stat : 29533 (java) S 29466 29469 23580 0 -1 1077944384 9473 13156 0 0 124 2 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003866253296 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 69 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29534] ppid=29466 vsize=10844940 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/29469/task/29534/stat : 29534 (java) S 29466 29469 23580 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140002842200416 140004342732501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
[pid=29469/tid=29535] ppid=29466 vsize=10844940 memory=6944656592455097440 CPUtime=0.09 cores=0,2,4,6
/proc/29469/task/29535/stat : 29535 (java) S 29466 29469 23580 0 -1 1077944384 103 13156 0 0 1 1 5 2 20 0 15 0 474620729 11105218560 121305 33554432000 4194304 4196468 140727899800656 140003865201712 140004342733442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 10887168 140727899806449 140727899808965 140727899808965 140727899811791 0
Current children cumulated CPU time: 55.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 485220 KiB

Child status: 0
Real time (s): 48.4928
CPU time (s): 55.1732
CPU user time (s): 54.8401
CPU system time (s): 0.333031
CPU usage (%): 113.776
Max. virtual memory (cumulated for all children) (KiB): 10847724
Max. memory (cumulated for all children) (KiB): 500112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.8401
system time used= 0.333031
maximum resident set size= 502168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7162
involuntary context switches= 108


# summary of solver processes directly reported to runsolver:
#   pid: 29469
#   total CPU time (s): 55.1732
#   total CPU user time (s): 54.8401
#   total CPU system time (s): 0.333031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.333713 second user time and 0.485767 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 15:39:46
IDJOB=4402703
IDBENCH=140442
IDSOLVER=2861
FILE ID=node141/4402703-1568986829
RUNJOBID= node141-1568967594-23611
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-vg/Crossword-m1c-words-vg-7-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402703-1568986829/watcher-4402703-1568986829 -o /tmp/evaluation-result-4402703-1568986829/solver-4402703-1568986829 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23611 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=13585715 HOME/instance-4402703-1568986829.xml

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

MD5SUM BENCH= 99134ba62b1a53cb1521bec8a3cd1f05
RANDOM SEED=13585715

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         8066032 kB
MemAvailable:   29194296 kB
Buffers:          118768 kB
Cached:         21261084 kB
SwapCached:        62376 kB
Active:         13270940 kB
Inactive:       10777584 kB
Active(anon):    2604192 kB
Inactive(anon):   108612 kB
Active(file):   10666748 kB
Inactive(file): 10668972 kB
Unevictable:      108480 kB
Mlocked:          108480 kB
SwapTotal:      67108860 kB
SwapFree:       66935428 kB
Dirty:             35912 kB
Writeback:             0 kB
AnonPages:       2715224 kB
Mapped:            61816 kB
Shmem:             35220 kB
Slab:             245788 kB
SReclaimable:     216756 kB
SUnreclaim:        29032 kB
KernelStack:        3744 kB
PageTables:        11204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3705800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2547712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 15:40:35