Trace number 4299948

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (TO) 2520.03 2514.41

General information on the benchmark

NameMagicSquare/
MagicSquare-09-sum_c18.xml
MD5SUM206eef8b0985bf3ee35d81919771d14d
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 benchmark1038.88
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":64},{"degree":4,"count":16},{"degree":5,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.01/2514.40	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299948-1532819826/watcher-4299948-1532819826 -o /tmp/evaluation-result-4299948-1532819826/solver-4299948-1532819826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532809907-31741 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299948-1532819826.xml 

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

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

solver pid=486, runsolver pid=482

[startup+0.102523 s]*
/proc/loadavg: 1.73 1.45 1.36 5/215 501
/proc/meminfo: memFree=27280856/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661052 memory=28116 CPUtime=0.12 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 5364 0 0 0 11 1 0 0 20 0 15 0 99545810 10916917248 7029 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665263 7029 2865 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661052 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 3246 0 0 0 9 0 0 0 20 0 15 0 99545810 10916917248 7095 33554432000 4194304 4196468 140734146896336 139810365548512 139809993600219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661052 memory=4294967660 CPUtime=0 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916917248 7095 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661052 memory=140481304745783 CPUtime=0 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661052 memory=140481304721024 CPUtime=0 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545813 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99545813 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99545813 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) R 482 486 31709 0 -1 4202560 338 0 0 0 0 0 0 0 20 0 15 0 99545816 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809916745536 139810338572096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) R 482 486 31709 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 99545816 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809915701328 139810361337557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661052 memory=140481304721024 CPUtime=0.02 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) S 482 486 31709 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 99545816 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809914648944 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661052 memory=140481304721024 CPUtime=0 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545816 10916917248 7095 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28116 KiB

[startup+0.210719 s]*
/proc/loadavg: 1.73 1.45 1.36 4/215 501
/proc/meminfo: memFree=27269148/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661052 memory=40088 CPUtime=0.32 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 8117 0 0 0 30 2 0 0 20 0 15 0 99545810 10916917248 10022 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665263 10022 2929 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661128 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 5260 0 0 0 19 1 0 0 20 0 15 0 99545810 10916995072 10120 33554432000 4194304 4196468 140734146896336 139810365559664 139810345407838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=4294967660 CPUtime=0 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 10120 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=140481304745783 CPUtime=0 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=140481304721024 CPUtime=0 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) S 482 486 31709 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 99545816 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809916754032 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) S 482 486 31709 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 15 0 99545816 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809915701232 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661128 memory=140481304721024 CPUtime=0.07 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) S 482 486 31709 0 -1 1077944384 726 0 0 0 7 0 0 0 20 0 15 0 99545816 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809914648944 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661128 memory=140481304721024 CPUtime=0 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 10120 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40088 KiB

[startup+0.312475 s]*
/proc/loadavg: 1.73 1.45 1.36 6/215 501
/proc/meminfo: memFree=27262076/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661128 memory=46980 CPUtime=0.55 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 8774 0 0 0 53 2 0 0 20 0 15 0 99545810 10916995072 11745 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665282 11745 3060 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 5544 0 0 0 29 1 0 0 20 0 15 0 99545810 10916995072 11943 33554432000 4194304 4196468 140734146896336 139810365563952 139809993673985 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=4294976240 CPUtime=0 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 11943 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=140481304745272 CPUtime=0 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=140481304721024 CPUtime=0 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) R 482 486 31709 0 -1 4202560 544 0 0 0 5 0 0 0 20 0 15 0 99545816 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809916741712 139810353616800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661128 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) R 482 486 31709 0 -1 4202560 675 0 0 0 6 0 0 0 20 0 15 0 99545816 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809915691152 139810342848416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661128 memory=140481304721024 CPUtime=0.13 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) R 482 486 31709 0 -1 1077944384 823 0 0 0 13 0 0 0 20 0 15 0 99545816 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809914644672 139810361337557 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661128 memory=140481304721024 CPUtime=0 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 11943 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46980 KiB

[startup+0.700756 s]
/proc/loadavg: 1.73 1.45 1.36 5/215 501
/proc/meminfo: memFree=27252276/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661128 memory=64880 CPUtime=1.42 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 10152 0 0 0 139 3 0 0 20 0 15 0 99545810 10916995072 16220 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665282 16220 3080 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661128 memory=24 CPUtime=0.68 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 5553 0 0 0 66 2 0 0 20 0 15 0 99545810 10916995072 16220 33554432000 4194304 4196468 140734146896336 139810365565048 139809996212511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=1598 CPUtime=0 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 16220 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=5500 CPUtime=0 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=4460 CPUtime=0 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661128 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661128 memory=15184 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661128 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661128 memory=14256 CPUtime=0.26 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) S 482 486 31709 0 -1 1077944384 988 0 0 0 26 0 0 0 20 0 15 0 99545816 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809916754032 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661128 memory=16704 CPUtime=0.27 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) S 482 486 31709 0 -1 1077944384 1168 0 0 0 27 0 0 0 20 0 15 0 99545816 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809915701232 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661128 memory=1180 CPUtime=0.18 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) S 482 486 31709 0 -1 1077944384 1072 0 0 0 18 0 0 0 20 0 15 0 99545816 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809914648944 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661128 memory=504 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661128 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 16220 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 64880 KiB

[startup+1.50076 s]
/proc/loadavg: 1.83 1.47 1.37 3/215 501
/proc/meminfo: memFree=27225228/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661128 memory=119052 CPUtime=2.32 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 11201 0 0 0 229 3 0 0 20 0 15 0 99545810 10916995072 29763 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665282 29763 3102 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661128 memory=225 CPUtime=1.48 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 5838 0 0 0 146 2 0 0 20 0 15 0 99545810 10916995072 29763 33554432000 4194304 4196468 140734146896336 139810365564048 139809996292748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=77256 CPUtime=0 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 29763 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=24 CPUtime=0 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 29763 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=1598 CPUtime=0 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 29763 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99545811 10916995072 29763 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=5500 CPUtime=0 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 29763 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0

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

/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 13028 0 0 0 237776 8 0 0 20 0 15 0 99545810 10916995072 58283 33554432000 4194304 4196468 140734146896336 139810365566464 139809996040556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=226864 CPUtime=1.55 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 1927 0 0 0 141 14 0 0 20 0 15 0 99545811 10916995072 58283 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=233132 CPUtime=1.56 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 3717 0 0 0 141 15 0 0 20 0 15 0 99545811 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=233132 CPUtime=1.55 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 3248 0 0 0 139 16 0 0 20 0 15 0 99545811 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=233132 CPUtime=1.56 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 1885 0 0 0 141 15 0 0 20 0 15 0 99545811 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=233132 CPUtime=2.1 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 5063 0 0 0 197 13 0 0 20 0 15 0 99545813 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661128 memory=233132 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661128 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661128 memory=2257 CPUtime=0.3 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) S 482 486 31709 0 -1 1077944384 1325 0 0 0 30 0 0 0 20 0 15 0 99545816 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809916754032 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661128 memory=54 CPUtime=0.36 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) S 482 486 31709 0 -1 1077944384 1834 0 0 0 36 0 0 0 20 0 15 0 99545816 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809915701232 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661128 memory=233132 CPUtime=0.19 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) S 482 486 31709 0 -1 1077944384 1259 0 0 0 19 0 0 0 20 0 15 0 99545816 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809914648944 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661128 memory=233132 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661128 memory=233132 CPUtime=0.51 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 679 0 0 0 21 30 0 0 20 0 15 0 99545816 10916995072 58283 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 2387.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 233132 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.43 1.41 3/215 596
/proc/meminfo: memFree=27067952/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661128 memory=235252 CPUtime=2447.73 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 36180 0 0 0 244687 86 0 0 20 0 15 0 99545810 10916995072 58813 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665282 58813 3129 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661128 memory=235252 CPUtime=2437.74 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 13243 0 0 0 243765 9 0 0 20 0 15 0 99545810 10916995072 58813 33554432000 4194304 4196468 140734146896336 139810365566832 139809996294204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=233132 CPUtime=1.59 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2152 0 0 0 145 14 0 0 20 0 15 0 99545811 10916995072 58813 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=233204 CPUtime=1.6 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 3728 0 0 0 145 15 0 0 20 0 15 0 99545811 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=235252 CPUtime=1.59 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 3297 0 0 0 143 16 0 0 20 0 15 0 99545811 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=235252 CPUtime=1.6 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 1987 0 0 0 145 15 0 0 20 0 15 0 99545811 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=235252 CPUtime=2.15 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 5232 0 0 0 202 13 0 0 20 0 15 0 99545813 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661128 memory=235252 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661128 memory=235252 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661128 memory=280962400171600 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661128 memory=6947385649911455296 CPUtime=0.3 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) S 482 486 31709 0 -1 1077944384 1327 0 0 0 30 0 0 0 20 0 15 0 99545816 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809916754032 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661128 memory=233204 CPUtime=0.36 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) S 482 486 31709 0 -1 1077944384 1836 0 0 0 36 0 0 0 20 0 15 0 99545816 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809915701232 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661128 memory=6947385649911455296 CPUtime=0.19 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) S 482 486 31709 0 -1 1077944384 1261 0 0 0 19 0 0 0 20 0 15 0 99545816 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809914648944 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661128 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661128 memory=235252 CPUtime=0.52 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 696 0 0 0 21 31 0 0 20 0 15 0 99545816 10916995072 58813 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 2447.73 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 235252 KiB

[startup+2502.3 s]
/proc/loadavg: 1.29 1.38 1.39 4/214 637
/proc/meminfo: memFree=27226352/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661128 memory=235296 CPUtime=2507.88 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 36324 0 0 0 250699 89 0 0 20 0 15 0 99545810 10916995072 58824 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665282 58824 3129 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661128 memory=235296 CPUtime=2497.62 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 13341 0 0 0 249753 9 0 0 20 0 15 0 99545810 10916995072 58824 33554432000 4194304 4196468 140734146896336 139810365566544 139809996150969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=235296 CPUtime=1.64 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2178 0 0 0 149 15 0 0 20 0 15 0 99545811 10916995072 58824 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=235296 CPUtime=1.64 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 3728 0 0 0 149 15 0 0 20 0 15 0 99545811 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=235296 CPUtime=1.65 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 3304 0 0 0 148 17 0 0 20 0 15 0 99545811 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=235296 CPUtime=1.64 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 1992 0 0 0 149 15 0 0 20 0 15 0 99545811 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=1224 CPUtime=2.2 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 5236 0 0 0 207 13 0 0 20 0 15 0 99545813 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661128 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661128 memory=235296 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661128 memory=3872 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661128 memory=235296 CPUtime=0.3 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) S 482 486 31709 0 -1 1077944384 1327 0 0 0 30 0 0 0 20 0 15 0 99545816 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809916754032 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661128 memory=1408 CPUtime=0.36 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) S 482 486 31709 0 -1 1077944384 1836 0 0 0 36 0 0 0 20 0 15 0 99545816 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809915701232 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661128 memory=235296 CPUtime=0.19 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) S 482 486 31709 0 -1 1077944384 1261 0 0 0 19 0 0 0 20 0 15 0 99545816 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809914648944 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661128 memory=235296 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661128 memory=235296 CPUtime=0.53 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 700 0 0 0 21 32 0 0 20 0 15 0 99545816 10916995072 58824 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 2507.88 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 235296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.4 s]
/proc/loadavg: 1.32 1.39 1.39 3/215 684
/proc/meminfo: memFree=27058272/32770624 swapFree=67108496/67108860
[pid=486] ppid=482 vsize=10661128 memory=237380 CPUtime=2520.01 cores=1,3,5,7
/proc/486/stat : 486 (java) S 482 486 31709 0 -1 1077944320 37031 0 0 0 251911 90 0 0 20 0 15 0 99545810 10916995072 59345 33554432000 4194304 4196468 140734146896336 140734146878880 139810361327351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
/proc/486/statm: 2665282 59345 3129 1 0 2627263 0
[pid=486/tid=488] ppid=482 vsize=10661128 memory=7523373576710810983 CPUtime=2509.7 cores=1,3,5,7
/proc/486/task/488/stat : 488 (java) R 482 486 31709 0 -1 4202560 13496 0 0 0 250961 9 0 0 20 0 15 0 99545810 10916995072 59345 33554432000 4194304 4196468 140734146896336 139810365566848 139809996214297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=489] ppid=482 vsize=10661128 memory=7667167707827367525 CPUtime=1.65 cores=1,3,5,7
/proc/486/task/489/stat : 489 (java) S 482 486 31709 0 -1 1077944384 2191 0 0 0 150 15 0 0 20 0 15 0 99545811 10916995072 59345 33554432000 4194304 4196468 140734146896336 139810313947536 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=490] ppid=482 vsize=10661128 memory=6947385649911455296 CPUtime=1.66 cores=1,3,5,7
/proc/486/task/490/stat : 490 (java) S 482 486 31709 0 -1 1077944384 3737 0 0 0 150 16 0 0 20 0 15 0 99545811 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809966971152 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=491] ppid=482 vsize=10661128 memory=235332 CPUtime=1.66 cores=1,3,5,7
/proc/486/task/491/stat : 491 (java) S 482 486 31709 0 -1 1077944384 3402 0 0 0 149 17 0 0 20 0 15 0 99545811 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809965918864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=492] ppid=482 vsize=10661128 memory=1788 CPUtime=1.65 cores=1,3,5,7
/proc/486/task/492/stat : 492 (java) S 482 486 31709 0 -1 1077944384 2236 0 0 0 150 15 0 0 20 0 15 0 99545811 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809964866064 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=493] ppid=482 vsize=10661128 memory=4100 CPUtime=2.22 cores=1,3,5,7
/proc/486/task/493/stat : 493 (java) S 482 486 31709 0 -1 1077944384 5403 0 0 0 208 14 0 0 20 0 15 0 99545813 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809920965232 139810361338498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=494] ppid=482 vsize=10661128 memory=237380 CPUtime=0 cores=1,3,5,7
/proc/486/task/494/stat : 494 (java) S 482 486 31709 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809919911200 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=495] ppid=482 vsize=10661128 memory=28720 CPUtime=0 cores=1,3,5,7
/proc/486/task/495/stat : 495 (java) S 482 486 31709 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 99545813 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809918858864 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=496] ppid=482 vsize=10661128 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/486/task/496/stat : 496 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809917807184 139810361345947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=497] ppid=482 vsize=10661128 memory=2260 CPUtime=0.3 cores=1,3,5,7
/proc/486/task/497/stat : 497 (java) S 482 486 31709 0 -1 1077944384 1329 0 0 0 30 0 0 0 20 0 15 0 99545816 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809916754032 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=498] ppid=482 vsize=10661128 memory=28720 CPUtime=0.36 cores=1,3,5,7
/proc/486/task/498/stat : 498 (java) S 482 486 31709 0 -1 1077944384 1838 0 0 0 36 0 0 0 20 0 15 0 99545816 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809915701232 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=499] ppid=482 vsize=10661128 memory=1224 CPUtime=0.19 cores=1,3,5,7
/proc/486/task/499/stat : 499 (java) S 482 486 31709 0 -1 1077944384 1263 0 0 0 19 0 0 0 20 0 15 0 99545816 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809914648944 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=500] ppid=482 vsize=10661128 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/486/task/500/stat : 500 (java) S 482 486 31709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99545816 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809913596384 139810361337557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
[pid=486/tid=501] ppid=482 vsize=10661128 memory=1408 CPUtime=0.53 cores=1,3,5,7
/proc/486/task/501/stat : 501 (java) S 482 486 31709 0 -1 1077944384 715 0 0 0 21 32 0 0 20 0 15 0 99545816 10916995072 59345 33554432000 4194304 4196468 140734146896336 139809912544176 139810361338498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13324288 140734146905261 140734146905353 140734146905353 140734146908111 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 237380 KiB

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

[startup+2514.41 s]
# the end of solver process 486 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.12 s, system=0.909842 s

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

Child status: 143
Real time (s): 2514.41
CPU time (s): 2520.03
CPU user time (s): 2519.12
CPU system time (s): 0.909842
CPU usage (%): 100.224
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 237380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.12
system time used= 0.909842
maximum resident set size= 237892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110402
involuntary context switches= 2989


# summary of solver processes directly reported to runsolver:
#   pid: 486
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2519.12
#   total CPU system time (s): 0.909842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1537 second user time and 20.394 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 01:17:06
IDJOB=4299948
IDBENCH=141511
IDSOLVER=2766
FILE ID=node149/4299948-1532819826
RUNJOBID= node149-1532809907-31741
PBS_JOBID= 21022482
Free space on /tmp= 43256 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/MagicSquare/MagicSquare-09-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299948-1532819826/watcher-4299948-1532819826 -o /tmp/evaluation-result-4299948-1532819826/solver-4299948-1532819826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532809907-31741 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299948-1532819826.xml

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

MD5SUM BENCH= 206eef8b0985bf3ee35d81919771d14d
RANDOM SEED=874609689

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.60
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.60
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.60
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:        27297500 kB
MemAvailable:   31759232 kB
Buffers:          145432 kB
Cached:          4534600 kB
SwapCached:           60 kB
Active:          1733100 kB
Inactive:        3172856 kB
Active(anon):     175492 kB
Inactive(anon):    78000 kB
Active(file):    1557608 kB
Inactive(file):  3094856 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1488 kB
Writeback:             0 kB
AnonPages:        241864 kB
Mapped:            47496 kB
Shmem:             25040 kB
Slab:             266268 kB
SReclaimable:     237728 kB
SUnreclaim:        28540 kB
KernelStack:        3792 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43256 MiB
End job on node149 at 2018-07-29 01:59:01