Trace number 4273818

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.03 2507.71

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-60-02.xml
MD5SUM7d15061b3f8ae249c0a64b716749507b
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 benchmark1.1812201
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1354
Number of domains2
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":1000},{"size":17,"count":200}]
Minimum variable degree2
Maximum variable degree54
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":19},{"degree":22,"count":179},{"degree":23,"count":16},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":16},"...",{"degree":30,"count":16}, {"degree":31,"count":16}, {"degree":32,"count":17}, {"degree":33,"count":18}, {"degree":34,"count":18}, {"degree":35,"count":122}, {"degree":36,"count":59}, {"degree":37,"count":8}, {"degree":38,"count":9}, {"degree":39,"count":9}, {"degree":40,"count":9}, {"degree":41,"count":9}, {"degree":42,"count":24}, {"degree":43,"count":3}, {"degree":44,"count":3}, {"degree":45,"count":3}, {"degree":46,"count":3}, {"degree":47,"count":3}, {"degree":48,"count":3}, {"degree":49,"count":3}, {"degree":50,"count":3}, {"degree":51,"count":3}, {"degree":52,"count":4}, {"degree":53,"count":4}, {"degree":54,"count":51}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":25,"count":1},{"arity":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":45,"count":1},{"arity":50,"count":1},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},{"arity":74,"count":1},{"arity":75,"count":2},{"arity":77,"count":1},{"arity":80,"count":3},{"arity":83,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1153},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1611346902
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.27	c Parsing instance...
2.39/1.06	c Parsing done, starting search...
2520.01/2507.70	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 (13989 MiB free)
  memory of node 1: 16384 MiB (12192 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273818-1502791239/watcher-4273818-1502791239 -o /tmp/evaluation-result-4273818-1502791239/solver-4273818-1502791239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502790380-16248 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1611346902 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273818-1502791239.xml 

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

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


[startup+0.100098 s]*
/proc/loadavg: 8.54 8.94 8.66 6/218 16310
/proc/meminfo: memFree=26768344/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13980164 memory=34624 CPUtime=0.13 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 8067 0 0 0 11 2 0 0 20 0 15 0 112211738 14315687936 8656 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3495041 8656 3411 1 0 3482761 0
[pid=16281/tid=16284] ppid=16274 vsize=13980164 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 6005 0 0 0 8 1 0 0 20 0 15 0 112211738 14315687936 8656 33554432000 4194304 4196468 140726074052176 139631227429840 139631223233942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13980164 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 8656 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13980164 memory=140599632299648 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 8656 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 8656 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 8656 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13980164 memory=140599632299648 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211740 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211741 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630696961184 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211741 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630695908080 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) S 16274 16281 16217 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 112211743 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630692752240 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13980164 memory=140599632299648 CPUtime=0.02 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) S 16274 16281 16217 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 112211743 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630691699184 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13980164 memory=140599632299648 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211744 14315687936 8656 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 34624 KiB

[startup+0.210432 s]*
/proc/loadavg: 8.54 8.94 8.66 6/218 16310
/proc/meminfo: memFree=26751080/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13980164 memory=44252 CPUtime=0.3 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 9177 0 0 0 28 2 0 0 20 0 15 0 112211738 14315687936 11063 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3495041 11063 3628 1 0 3482761 0
[pid=16281/tid=16284] ppid=16274 vsize=13980164 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 6670 0 0 0 18 2 0 0 20 0 15 0 112211738 14315687936 11063 33554432000 4194304 4196468 140726074052176 139631227431408 139631223243933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13980164 memory=343 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 11063 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13980164 memory=140599632795032 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 11063 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 11063 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211739 14315687936 11063 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13980164 memory=140599632299648 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112211740 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211741 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630696961184 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211741 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630695908080 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13980164 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) R 16274 16281 16217 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 15 0 112211743 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13980164 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) R 16274 16281 16217 0 -1 4202560 255 0 0 0 2 0 0 0 20 0 15 0 112211743 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630692752240 139631209262752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13980164 memory=140599632299648 CPUtime=0.05 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) S 16274 16281 16217 0 -1 1077944384 461 0 0 0 5 0 0 0 20 0 15 0 112211743 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630691699184 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13980164 memory=140599632299648 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211744 14315687936 11063 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 44252 KiB

[startup+0.310539 s]*
/proc/loadavg: 8.54 8.94 8.66 4/218 16310
/proc/meminfo: memFree=26736496/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13980184 memory=51264 CPUtime=0.49 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 9981 0 0 0 46 3 0 0 20 0 15 0 112211738 14315708416 12816 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3495046 12816 3709 1 0 3482761 0
[pid=16281/tid=16284] ppid=16274 vsize=13980184 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 7146 0 0 0 27 2 0 0 20 0 15 0 112211738 14315708416 12816 33554432000 4194304 4196468 140726074052176 139631227451456 140726074427592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13980184 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315708416 12816 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13980184 memory=140599632795012 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315708416 12816 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14315708416 12816 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211739 14315708416 12816 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13980184 memory=140599632299648 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112211740 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211741 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630696961184 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211741 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630695908080 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13980184 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) S 16274 16281 16217 0 -1 1077944384 530 0 0 0 3 0 0 0 20 0 15 0 112211743 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13980184 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) S 16274 16281 16217 0 -1 1077944384 439 0 0 0 6 0 0 0 20 0 15 0 112211743 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630692752240 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13980184 memory=140599632299648 CPUtime=0.08 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) S 16274 16281 16217 0 -1 1077944384 487 0 0 0 8 0 0 0 20 0 15 0 112211743 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630691699184 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13980184 memory=140599632299648 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211744 14315708416 12816 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 51264 KiB

[startup+0.700712 s]
/proc/loadavg: 8.54 8.94 8.66 7/218 16310
/proc/meminfo: memFree=26712272/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13982232 memory=82680 CPUtime=1.51 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 13258 0 0 0 146 5 0 0 20 0 15 0 112211738 14317805568 20670 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3495558 20670 3779 1 0 3483273 0
[pid=16281/tid=16284] ppid=16274 vsize=13982232 memory=1732 CPUtime=0.67 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 8055 0 0 0 64 3 0 0 20 0 15 0 112211738 14317805568 20670 33554432000 4194304 4196468 140726074052176 139631227458480 139631223233942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13982232 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14317805568 20670 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13982232 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14317805568 20670 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13982232 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14317805568 20670 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13982232 memory=5428 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211739 14317805568 20670 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13982232 memory=4624 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112211740 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13982232 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211741 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630696961184 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13982232 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211741 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630695908080 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13982232 memory=7662705889289527641 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13982232 memory=7881696724453321575 CPUtime=0.23 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) S 16274 16281 16217 0 -1 1077944384 1377 0 0 0 23 0 0 0 20 0 15 0 112211743 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13982232 memory=7236547281622689387 CPUtime=0.26 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) S 16274 16281 16217 0 -1 1077944384 1173 0 0 0 26 0 0 0 20 0 15 0 112211743 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630692752240 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13982232 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) R 16274 16281 16217 0 -1 4202560 1273 0 0 0 31 0 0 0 20 0 15 0 112211743 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630691699184 139631223235871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13982232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13982232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211744 14317805568 20670 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 82680 KiB

[startup+1.50068 s]
/proc/loadavg: 8.54 8.94 8.66 8/218 16310
/proc/meminfo: memFree=26547496/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13986328 memory=157724 CPUtime=3.9 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 25116 0 0 0 380 10 0 0 20 0 15 0 112211738 14321999872 39431 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3496582 39431 3801 1 0 3484297 0
[pid=16281/tid=16284] ppid=16274 vsize=13986328 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 10915 0 0 0 142 5 0 0 20 0 15 0 112211738 14321999872 39431 33554432000 4194304 4196468 140726074052176 139631227456624 139630820260953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13986328 memory=-8253362762724047225 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14321999872 39431 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13986328 memory=-8609294073281748341 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14321999872 39431 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13986328 memory=-6517102902069810590 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211739 14321999872 39431 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13986328 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211739 14321999872 39431 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13986328 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 15 0 112211740 14321999872 39431 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0

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

/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 24047 0 0 0 243359 14 0 0 20 0 15 0 112211738 14321999872 59525 33554432000 4194304 4196468 140726074052176 139631227460448 139630821586922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13986328 memory=6791534058613427641 CPUtime=3.3 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 3848 0 0 0 308 22 0 0 20 0 15 0 112211739 14321999872 59525 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13986328 memory=238100 CPUtime=3.3 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 3767 0 0 0 307 23 0 0 20 0 15 0 112211739 14321999872 59525 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13986328 memory=236052 CPUtime=3.31 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 3769 0 0 0 307 24 0 0 20 0 15 0 112211739 14321999872 59525 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13986328 memory=238100 CPUtime=3.3 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2524 0 0 0 306 24 0 0 20 0 15 0 112211739 14321999872 59525 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13986328 memory=238100 CPUtime=2.93 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 5498 0 0 0 271 22 0 0 20 0 15 0 112211740 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13986328 memory=238100 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630696961248 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13986328 memory=238100 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630695908096 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13986328 memory=238100 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13986328 memory=238100 CPUtime=1.43 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) S 16274 16281 16217 0 -1 1077944384 6959 0 0 0 142 1 0 0 20 0 15 0 112211743 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13986328 memory=238100 CPUtime=1.42 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) S 16274 16281 16217 0 -1 1077944384 6341 0 0 0 138 4 0 0 20 0 15 0 112211743 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630692752240 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13986328 memory=238100 CPUtime=0.7 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) S 16274 16281 16217 0 -1 1077944384 7638 0 0 0 68 2 0 0 20 0 15 0 112211743 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630691699184 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13986328 memory=238100 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13986328 memory=238100 CPUtime=0.85 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 812 0 0 0 38 47 0 0 20 0 15 0 112211744 14321999872 59525 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 2454.35 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 238100 KiB

[startup+2502.3 s]
/proc/loadavg: 1.28 1.36 1.83 4/216 16413
/proc/meminfo: memFree=26372856/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13986328 memory=240148 CPUtime=2514.59 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 67477 0 0 0 251307 152 0 0 20 0 15 0 112211738 14321999872 60037 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3496582 60037 3826 1 0 3484297 0
[pid=16281/tid=16284] ppid=16274 vsize=13986328 memory=240148 CPUtime=2493.52 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 24430 0 0 0 249338 14 0 0 20 0 15 0 112211738 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631227460448 139630821588027 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13986328 memory=333 CPUtime=3.38 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 3960 0 0 0 316 22 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13986328 memory=0 CPUtime=3.38 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 3808 0 0 0 315 23 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13986328 memory=238100 CPUtime=3.39 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 3811 0 0 0 315 24 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.38 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2600 0 0 0 314 24 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13986328 memory=240148 CPUtime=3 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 5671 0 0 0 278 22 0 0 20 0 15 0 112211740 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630696961248 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630695908096 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13986328 memory=240148 CPUtime=1.43 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) S 16274 16281 16217 0 -1 1077944384 6961 0 0 0 142 1 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13986328 memory=240148 CPUtime=1.42 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) S 16274 16281 16217 0 -1 1077944384 6343 0 0 0 138 4 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630692752240 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13986328 memory=240148 CPUtime=0.7 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) S 16274 16281 16217 0 -1 1077944384 7640 0 0 0 68 2 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630691699184 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13986328 memory=240148 CPUtime=0.88 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 830 0 0 0 39 49 0 0 20 0 15 0 112211744 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 2514.59 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 240148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.7 s]
/proc/loadavg: 1.26 1.35 1.83 4/216 16413
/proc/meminfo: memFree=26373104/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13986328 memory=240148 CPUtime=2520.01 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 67490 0 0 0 251849 152 0 0 20 0 15 0 112211738 14321999872 60037 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3496582 60037 3826 1 0 3484297 0
[pid=16281/tid=16284] ppid=16274 vsize=13986328 memory=240148 CPUtime=2498.9 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 24441 0 0 0 249876 14 0 0 20 0 15 0 112211738 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631227460448 139630821586925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.39 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 3960 0 0 0 317 22 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.39 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 3809 0 0 0 316 23 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.4 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 3811 0 0 0 316 24 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.39 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2601 0 0 0 315 24 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.01 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 5671 0 0 0 279 22 0 0 20 0 15 0 112211740 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630696961248 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630695908096 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13986328 memory=238100 CPUtime=1.43 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) S 16274 16281 16217 0 -1 1077944384 6961 0 0 0 142 1 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13986328 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) S 16274 16281 16217 0 -1 1077944384 6343 0 0 0 138 4 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630692752240 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13986328 memory=333 CPUtime=0.7 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) S 16274 16281 16217 0 -1 1077944384 7640 0 0 0 68 2 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630691699184 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13986328 memory=240148 CPUtime=0.88 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 830 0 0 0 39 49 0 0 20 0 15 0 112211744 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 240148 KiB

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

[startup+2507.71 s]
# the end of solver process 16281 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.5 s, system=1.52918 s

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

[startup+2507.7 s]
/proc/loadavg: 1.26 1.35 1.83 4/216 16413
/proc/meminfo: memFree=26373104/32770624 swapFree=67108860/67108860
[pid=16281] ppid=16274 vsize=13986328 memory=240148 CPUtime=2520.01 cores=0,2,4,6
/proc/16281/stat : 16281 (java) S 16274 16281 16217 0 -1 1077944320 67490 0 0 0 251849 152 0 0 20 0 15 0 112211738 14321999872 60037 33554432000 4194304 4196468 140726074052176 140726074034720 139631223222007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
/proc/16281/statm: 3496582 60037 3826 1 0 3484297 0
[pid=16281/tid=16284] ppid=16274 vsize=13986328 memory=240148 CPUtime=2498.9 cores=0,2,4,6
/proc/16281/task/16284/stat : 16284 (java) R 16274 16281 16217 0 -1 4202560 24441 0 0 0 249876 14 0 0 20 0 15 0 112211738 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631227460448 139630821586925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16289] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.39 cores=0,2,4,6
/proc/16281/task/16289/stat : 16289 (java) S 16274 16281 16217 0 -1 1077944384 3960 0 0 0 317 22 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631138290704 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16290] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.39 cores=0,2,4,6
/proc/16281/task/16290/stat : 16290 (java) S 16274 16281 16217 0 -1 1077944384 3809 0 0 0 316 23 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631137238160 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16291] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.4 cores=0,2,4,6
/proc/16281/task/16291/stat : 16291 (java) S 16274 16281 16217 0 -1 1077944384 3811 0 0 0 316 24 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631136185104 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16292] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.39 cores=0,2,4,6
/proc/16281/task/16292/stat : 16292 (java) S 16274 16281 16217 0 -1 1077944384 2601 0 0 0 315 24 0 0 20 0 15 0 112211739 14321999872 60037 33554432000 4194304 4196468 140726074052176 139631135132560 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16294] ppid=16274 vsize=13986328 memory=240148 CPUtime=3.01 cores=0,2,4,6
/proc/16281/task/16294/stat : 16294 (java) S 16274 16281 16217 0 -1 1077944384 5671 0 0 0 279 22 0 0 20 0 15 0 112211740 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630698014960 139631223233154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16296] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16296/stat : 16296 (java) S 16274 16281 16217 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630696961248 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16298] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16298/stat : 16298 (java) S 16274 16281 16217 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 112211741 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630695908096 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16301] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16301/stat : 16301 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630694856656 139631223240603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16303] ppid=16274 vsize=13986328 memory=238100 CPUtime=1.43 cores=0,2,4,6
/proc/16281/task/16303/stat : 16303 (java) S 16274 16281 16217 0 -1 1077944384 6961 0 0 0 142 1 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630693804784 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16305] ppid=16274 vsize=13986328 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/16281/task/16305/stat : 16305 (java) S 16274 16281 16217 0 -1 1077944384 6343 0 0 0 138 4 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630692752240 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16306] ppid=16274 vsize=13986328 memory=333 CPUtime=0.7 cores=0,2,4,6
/proc/16281/task/16306/stat : 16306 (java) S 16274 16281 16217 0 -1 1077944384 7640 0 0 0 68 2 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630691699184 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16308] ppid=16274 vsize=13986328 memory=240148 CPUtime=0 cores=0,2,4,6
/proc/16281/task/16308/stat : 16308 (java) S 16274 16281 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211743 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630690646880 139631223232213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
[pid=16281/tid=16310] ppid=16274 vsize=13986328 memory=240148 CPUtime=0.88 cores=0,2,4,6
/proc/16281/task/16310/stat : 16310 (java) S 16274 16281 16217 0 -1 1077944384 830 0 0 0 39 49 0 0 20 0 15 0 112211744 14321999872 60037 33554432000 4194304 4196468 140726074052176 139630689593904 139631223233154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140726074053732 140726074053919 140726074053919 140726074056655 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 240148 KiB

Child status: 143
Real time (s): 2507.71
CPU time (s): 2520.03
CPU user time (s): 2518.5
CPU system time (s): 1.52918
CPU usage (%): 100.491
Max. virtual memory (cumulated for all children) (KiB): 13986328
Max. memory (cumulated for all children) (KiB): 246632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.5
system time used= 1.52918
maximum resident set size= 246632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139815
involuntary context switches= 5586


# summary of solver processes directly reported to runsolver:
#   pid: 16281
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.5
#   total CPU system time (s): 1.52918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5143 second user time and 22.8169 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-15 11:46:20
IDJOB=4273818
IDBENCH=128054
IDSOLVER=2666
FILE ID=node114/4273818-1502791239
RUNJOBID= node114-1502790380-16248
PBS_JOBID= 20629128
Free space on /tmp= 61684 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-60-02.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-4273818-1502791239/watcher-4273818-1502791239 -o /tmp/evaluation-result-4273818-1502791239/solver-4273818-1502791239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502790380-16248 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1611346902 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273818-1502791239.xml

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

MD5SUM BENCH= 7d15061b3f8ae249c0a64b716749507b
RANDOM SEED=1611346902

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
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:        26811044 kB
MemAvailable:   31985940 kB
Buffers:          215900 kB
Cached:          5246444 kB
SwapCached:            0 kB
Active:           592372 kB
Inactive:        4921912 kB
Active(anon):      54968 kB
Inactive(anon):    25124 kB
Active(file):     537404 kB
Inactive(file):  4896788 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84444 kB
Writeback:             8 kB
AnonPages:         58308 kB
Mapped:            45668 kB
Shmem:             25224 kB
Slab:             139144 kB
SReclaimable:     113080 kB
SUnreclaim:        26064 kB
KernelStack:        3152 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61624 MiB
End job on node114 at 2017-08-15 12:28:09