Trace number 4273951

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
OscaR - Conflict Ordering 2017-07-26? (TO) 2520.0801 2507.02

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-0066.xml
MD5SUM0b8750a079fea2eda3490f2b84dad210
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":63}]
Optimization problemNO
Type of objective

Solver Data

0.37/0.43	c version: 2017-07-26
0.37/0.43	c seed: 1463996930
0.37/0.43	c timeout: 2520
0.37/0.43	c memlimit: 11000
0.37/0.43	c nbcore: 4
0.37/0.45	c Parsing instance...
1.25/1.00	c Parsing done, starting search...
2520.06/2507.01	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 (15218 MiB free)
  memory of node 1: 16384 MiB (14891 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273951-1502804496/watcher-4273951-1502804496 -o /tmp/evaluation-result-4273951-1502804496/solver-4273951-1502804496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1463996930 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273951-1502804496.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
solver pid=17739, runsolver pid=17736
Current StackSize limit: 8192 KiB


[startup+0.10162 s]*
/proc/loadavg: 4.23 3.26 2.34 3/200 17745
/proc/meminfo: memFree=30827744/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13358552 memory=14932 CPUtime=0.01 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 3575 0 0 0 1 0 0 0 20 0 6 0 8064702 13679157248 3733 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3339638 3733 1913 1 0 3329135 0
[pid=17739/tid=17741] ppid=17736 vsize=13358552 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 2276 0 0 0 1 0 0 0 20 0 6 0 8064711 13679157248 3733 18446744073709551615 4194304 4196468 140732687495616 139774893986384 139774869573440 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8064712 13679157248 3733 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13358552 memory=140074754127488 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8064712 13679157248 3733 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8064712 13679157248 3733 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13358552 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 8064712 13679157248 3733 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 14932 KiB

[startup+0.209859 s]*
/proc/loadavg: 4.23 3.26 2.34 2/208 17753
/proc/meminfo: memFree=30821976/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13906484 memory=22176 CPUtime=0.05 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 5007 0 0 0 5 0 0 0 20 0 14 0 8064702 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3476621 5544 2580 1 0 3466118 0
[pid=17739/tid=17741] ppid=17736 vsize=13906484 memory=7077796292425249400 CPUtime=0.04 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) D 17736 17739 2357 0 -1 4202560 3106 0 0 0 4 0 0 0 20 0 14 0 8064711 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774893987744 139774889772285 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8064712 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13906484 memory=140074754127488 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8064712 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8064712 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 8064712 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13906484 memory=140074754127488 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 8064714 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 8064714 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774366544800 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 8064714 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774365492208 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8064717 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 8064717 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8064717 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13906484 memory=140074754127488 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17736 17739 2357 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 8064717 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774361283312 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8064717 14240239616 5544 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 22176 KiB

[startup+0.311075 s]*
/proc/loadavg: 4.23 3.26 2.34 4/209 17754
/proc/meminfo: memFree=30809216/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13975920 memory=37360 CPUtime=0.2 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 9951 0 0 0 18 2 0 0 20 0 15 0 8064702 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3493980 9340 3545 1 0 3482759 0
[pid=17739/tid=17741] ppid=17736 vsize=13975920 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 7690 0 0 0 12 2 0 0 20 0 15 0 8064711 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774893978640 139774889772189 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13975920 memory=140074754134481 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13975920 memory=140074754127488 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8064712 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 8064714 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8064714 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774366544800 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8064714 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774365492208 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 15 0 8064717 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17736 17739 2357 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 8064717 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13975920 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17736 17739 2357 0 -1 1077944384 373 0 0 0 3 0 0 0 20 0 15 0 8064717 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774361283312 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17754] ppid=17736 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064725 14311342080 9340 18446744073709551615 4194304 4196468 140732687495616 139774359177520 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 37360 KiB

[startup+0.700684 s]
/proc/loadavg: 4.23 3.26 2.34 5/209 17754
/proc/meminfo: memFree=30796196/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13977988 memory=64400 CPUtime=0.92 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 13861 0 0 0 87 5 0 0 20 0 15 0 8064702 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3494497 16100 3727 1 0 3483271 0
[pid=17739/tid=17741] ppid=17736 vsize=13977988 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 10370 0 0 0 48 4 0 0 20 0 15 0 8064711 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774893984784 139774889762198 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13977988 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13977988 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13977988 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8064712 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 8064714 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8064714 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774366544800 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8064714 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774365492208 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13977988 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13977988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 883 0 0 0 9 0 0 0 20 0 15 0 8064717 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13977988 memory=735222785817012323 CPUtime=0.09 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) R 17736 17739 2357 0 -1 1077944384 413 0 0 0 9 0 0 0 20 0 15 0 8064717 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774889761410 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13977988 memory=6944656592455097440 CPUtime=0.19 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) R 17736 17739 2357 0 -1 4202560 813 0 0 0 19 0 0 0 20 0 15 0 8064717 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774361279680 139774869465028 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17754] ppid=17736 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064725 14313459712 16100 18446744073709551615 4194304 4196468 140732687495616 139774359177520 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 64400 KiB

[startup+1.50073 s]
/proc/loadavg: 4.23 3.26 2.34 4/209 17754
/proc/meminfo: memFree=30735632/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13980036 memory=151400 CPUtime=3.04 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 22111 0 0 0 296 8 0 0 20 0 15 0 8064702 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3495009 37850 3748 1 0 3483783 0
[pid=17739/tid=17741] ppid=17736 vsize=13980036 memory=6933690330692294553 CPUtime=1.31 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 13506 0 0 0 125 6 0 0 20 0 15 0 8064711 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774893985360 139774497616043 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13980036 memory=7518878752171516009 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13980036 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8064712 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13980036 memory=140074654342208 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8064712 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774366544800 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13980036 memory=-8458152057954563772 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774365492208 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13980036 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13980036 memory=-9001728533042062950 CPUtime=0.66 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 2924 0 0 0 66 0 0 0 20 0 15 0 8064717 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13980036 memory=-8774313645642428999 CPUtime=0.64 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) R 17736 17739 2357 0 -1 4202560 2475 0 0 0 64 0 0 0 20 0 15 0 8064717 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774870386196 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13980036 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17736 17739 2357 0 -1 1077944384 1818 0 0 0 39 0 0 0 20 0 15 0 8064717 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774361283312 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17754] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17736 17739 2357 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 8064725 14315556864 37850 18446744073709551615 4194304 4196468 140732687495616 139774359177520 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 151400 KiB


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

/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 27542 0 0 0 237287 15 0 0 20 0 15 0 8064711 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774893988592 139774497374696 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13980036 memory=215556 CPUtime=3.83 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 3359 0 0 0 359 24 0 0 20 0 15 0 8064712 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13980036 memory=215556 CPUtime=3.84 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 2536 0 0 0 361 23 0 0 20 0 15 0 8064712 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13980036 memory=215556 CPUtime=3.85 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 3014 0 0 0 361 24 0 0 20 0 15 0 8064712 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13980036 memory=215556 CPUtime=3.86 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 3139 0 0 0 360 26 0 0 20 0 15 0 8064712 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13980036 memory=215556 CPUtime=3.37 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 5176 0 0 0 316 21 0 0 20 0 15 0 8064714 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13980036 memory=215556 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774366544864 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13980036 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774365492224 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13980036 memory=215556 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13980036 memory=4324 CPUtime=0.84 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 4535 0 0 0 84 0 0 0 20 0 15 0 8064717 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13980036 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17736 17739 2357 0 -1 1077944384 3352 0 0 0 82 0 0 0 20 0 15 0 8064717 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13980036 memory=675 CPUtime=0.43 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17736 17739 2357 0 -1 1077944384 3255 0 0 0 43 0 0 0 20 0 15 0 8064717 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774361283312 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13980036 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17754] ppid=17736 vsize=13980036 memory=1732 CPUtime=0.81 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17736 17739 2357 0 -1 1077944384 521 0 0 0 40 41 0 0 20 0 15 0 8064725 14315556864 53889 18446744073709551615 4194304 4196468 140732687495616 139774359177520 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 2394.78 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 215556 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.63 1.69 3/209 17998
/proc/meminfo: memFree=31207252/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13980036 memory=217604 CPUtime=2455.06 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 58079 0 0 0 245362 144 0 0 20 0 15 0 8064702 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3495009 54401 3778 1 0 3483783 0
[pid=17739/tid=17741] ppid=17736 vsize=13980036 memory=217604 CPUtime=2432.8 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 27684 0 0 0 243265 15 0 0 20 0 15 0 8064711 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774893988880 139774498130691 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13980036 memory=217604 CPUtime=3.93 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 3394 0 0 0 369 24 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13980036 memory=217604 CPUtime=3.94 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 2536 0 0 0 371 23 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13980036 memory=217604 CPUtime=3.95 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 3030 0 0 0 371 24 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13980036 memory=217604 CPUtime=3.96 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 3141 0 0 0 369 27 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13980036 memory=217604 CPUtime=3.45 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 5180 0 0 0 323 22 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13980036 memory=217604 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774366544864 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13980036 memory=215556 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774365492224 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13980036 memory=217604 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13980036 memory=217604 CPUtime=0.84 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 4535 0 0 0 84 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13980036 memory=217604 CPUtime=0.82 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17736 17739 2357 0 -1 1077944384 3352 0 0 0 82 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13980036 memory=217604 CPUtime=0.43 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17736 17739 2357 0 -1 1077944384 3255 0 0 0 43 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774361283312 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13980036 memory=217604 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17754] ppid=17736 vsize=13980036 memory=217604 CPUtime=0.83 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17736 17739 2357 0 -1 1077944384 525 0 0 0 41 42 0 0 20 0 15 0 8064725 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774359177520 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 2455.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 217604 KiB

[startup+2502.3 s]
/proc/loadavg: 1.58 1.62 1.68 3/209 18000
/proc/meminfo: memFree=31206740/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13980036 memory=217604 CPUtime=2515.33 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 58927 0 0 0 251385 148 0 0 20 0 15 0 8064702 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3495009 54401 3778 1 0 3483783 0
[pid=17739/tid=17741] ppid=17736 vsize=13980036 memory=217604 CPUtime=2492.57 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 28095 0 0 0 249242 15 0 0 20 0 15 0 8064711 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774893988592 139774497573252 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13980036 memory=217604 CPUtime=4.03 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 3474 0 0 0 378 25 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13980036 memory=217604 CPUtime=4.03 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 2542 0 0 0 380 23 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13980036 memory=217604 CPUtime=4.05 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 3068 0 0 0 380 25 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13980036 memory=217604 CPUtime=4.05 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 3260 0 0 0 378 27 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13980036 memory=217604 CPUtime=3.52 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 5354 0 0 0 330 22 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774366544864 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774365492224 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13980036 memory=3900 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13980036 memory=4620 CPUtime=0.84 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 4537 0 0 0 84 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13980036 memory=2012 CPUtime=0.82 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17736 17739 2357 0 -1 1077944384 3354 0 0 0 82 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13980036 memory=217604 CPUtime=0.43 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17736 17739 2357 0 -1 1077944384 3257 0 0 0 43 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774361283312 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13980036 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17754] ppid=17736 vsize=13980036 memory=4104 CPUtime=0.86 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17736 17739 2357 0 -1 1077944384 539 0 0 0 42 44 0 0 20 0 15 0 8064725 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774359177520 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 2515.33 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 217604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507 s]*
/proc/loadavg: 1.61 1.63 1.68 3/209 18000
/proc/meminfo: memFree=31206740/32770624 swapFree=67108860/67108860
[pid=17739] ppid=17736 vsize=13980036 memory=217604 CPUtime=2520.06 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17736 17739 2357 0 -1 1077944320 58938 0 0 0 251858 148 0 0 20 0 15 0 8064702 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 140732687478160 139774889750263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
/proc/17739/statm: 3495009 54401 3778 1 0 3483783 0
[pid=17739/tid=17741] ppid=17736 vsize=13980036 memory=-8774313645642428999 CPUtime=2497.26 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17736 17739 2357 0 -1 4202560 28106 0 0 0 249711 15 0 0 20 0 15 0 8064711 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774893988768 139774493271159 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17742] ppid=17736 vsize=13980036 memory=4126316290023845779 CPUtime=4.03 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17736 17739 2357 0 -1 1077944384 3474 0 0 0 378 25 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774824184592 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17743] ppid=17736 vsize=13980036 memory=6655300316396806240 CPUtime=4.04 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17736 17739 2357 0 -1 1077944384 2542 0 0 0 381 23 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774823132048 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17744] ppid=17736 vsize=13980036 memory=0 CPUtime=4.06 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17736 17739 2357 0 -1 1077944384 3068 0 0 0 381 25 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774822079504 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17745] ppid=17736 vsize=13980036 memory=0 CPUtime=4.06 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17736 17739 2357 0 -1 1077944384 3260 0 0 0 379 27 0 0 20 0 15 0 8064712 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774821026960 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17746] ppid=17736 vsize=13980036 memory=0 CPUtime=3.54 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17736 17739 2357 0 -1 1077944384 5354 0 0 0 331 23 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774367598576 139774889761410 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17747] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17736 17739 2357 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774366544864 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17748] ppid=17736 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17736 17739 2357 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 8064714 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774365492224 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17749] ppid=17736 vsize=13980036 memory=-1161699032755964503 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774364440784 139774889768859 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17750] ppid=17736 vsize=13980036 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17736 17739 2357 0 -1 1077944384 4537 0 0 0 84 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774363388400 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17751] ppid=17736 vsize=13980036 memory=140074654231871 CPUtime=0.82 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17736 17739 2357 0 -1 1077944384 3354 0 0 0 82 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774362335856 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17752] ppid=17736 vsize=13980036 memory=140074754345092 CPUtime=0.43 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17736 17739 2357 0 -1 1077944384 3257 0 0 0 43 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774361283312 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17753] ppid=17736 vsize=13980036 memory=3472895575524712495 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17736 17739 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8064717 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774360231008 139774889760469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
[pid=17739/tid=17754] ppid=17736 vsize=13980036 memory=3473595301714554551 CPUtime=0.86 cores=0,2,4,6
/proc/17739/task/17754/stat : 17754 (java) S 17736 17739 2357 0 -1 1077944384 539 0 0 0 42 44 0 0 20 0 15 0 8064725 14315556864 54401 18446744073709551615 4194304 4196468 140732687495616 139774359177520 139774889761410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17428480 140732687503729 140732687503916 140732687503916 140732687507407 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 217604 KiB

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

[startup+2507.02 s]
# the end of solver process 17739 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.59 s, system=1.4863 s

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

Child status: 143
Real time (s): 2507.02
CPU time (s): 2520.08
CPU user time (s): 2518.59
CPU system time (s): 1.4863
CPU usage (%): 100.521
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 217604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.59
system time used= 1.4863
maximum resident set size= 218152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152945
involuntary context switches= 5463


# summary of solver processes directly reported to runsolver:
#   pid: 17739
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.59
#   total CPU system time (s): 1.4863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3313 second user time and 21.0698 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-15 15:27:40
IDJOB=4273951
IDBENCH=133642
IDSOLVER=2666
FILE ID=node129/4273951-1502804496
RUNJOBID= node129-1502746532-7259
PBS_JOBID= 
Free space on /tmp= 61972 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-0066.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273951-1502804496/watcher-4273951-1502804496 -o /tmp/evaluation-result-4273951-1502804496/solver-4273951-1502804496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1463996930 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273951-1502804496.xml

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

MD5SUM BENCH= 0b8750a079fea2eda3490f2b84dad210
RANDOM SEED=1463996930

node129.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.61
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.61
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.61
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.61
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:        30833124 kB
MemAvailable:   31281944 kB
Buffers:          144640 kB
Cached:           584376 kB
SwapCached:            0 kB
Active:          1134232 kB
Inactive:         393480 kB
Active(anon):     799252 kB
Inactive(anon):     8552 kB
Active(file):     334980 kB
Inactive(file):   384928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42368 kB
Writeback:             0 kB
AnonPages:        798940 kB
Mapped:            44644 kB
Shmem:              8868 kB
Slab:             113908 kB
SReclaimable:      89496 kB
SUnreclaim:        24412 kB
KernelStack:        3392 kB
PageTables:         6324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1765740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61932 MiB
End job on node129 at 2017-08-15 16:09:28