Trace number 4274370

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.0701 2507.1399

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex05480.xml
MD5SUMc9499957e3a18a7800afc05acf28f8ff
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 benchmark33.343498
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

0.31/0.25	c version: 2017-07-26
0.31/0.25	c seed: 1445398854
0.31/0.26	c timeout: 2520
0.31/0.26	c memlimit: 11000
0.31/0.26	c nbcore: 4
0.31/0.28	c Parsing instance...
12.43/4.66	c Parsing done, starting search...
2520.02/2507.11	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 (11141 MiB free)
  memory of node 1: 16384 MiB (15458 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274370-1502867308/watcher-4274370-1502867308 -o /tmp/evaluation-result-4274370-1502867308/solver-4274370-1502867308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502841490-27113 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1445398854 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274370-1502867308.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 1.58 1.52 1.56 3/216 30665
/proc/meminfo: memFree=27217660/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13980164 memory=34872 CPUtime=0.12 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 8107 0 0 0 11 1 0 0 20 0 15 0 119818387 14315687936 8718 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3495041 8718 3409 1 0 3482761 0
[pid=30650/tid=30652] ppid=30647 vsize=13980164 memory=-8485517772678532731 CPUtime=0.09 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 6063 0 0 0 8 1 0 0 20 0 15 0 119818387 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809882396736 139809862288734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13980164 memory=139749278287488 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13980164 memory=139749278287488 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119818389 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119818390 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809351738144 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119818390 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809350685808 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) S 30647 30650 27081 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 119818392 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809348582000 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) S 30647 30650 27081 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119818392 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809347529200 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13980164 memory=139749278287488 CPUtime=0.02 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) S 30647 30650 27081 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 119818392 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809346476912 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13980164 memory=139749278287488 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818393 14315687936 8718 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 34872 KiB

[startup+0.211555 s]*
/proc/loadavg: 1.58 1.52 1.56 4/216 30665
/proc/meminfo: memFree=27208796/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13980164 memory=44008 CPUtime=0.31 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 9086 0 0 0 29 2 0 0 20 0 15 0 119818387 14315687936 11002 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3495041 11002 3647 1 0 3482761 0
[pid=30650/tid=30652] ppid=30647 vsize=13980164 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 6681 0 0 0 19 1 0 0 20 0 15 0 119818387 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809882429488 139809862288734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13980164 memory=339 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13980164 memory=4048929927416448672 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119818388 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13980164 memory=139749278287488 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119818389 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119818390 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809351738144 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119818390 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809350685808 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13980164 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) S 30647 30650 27081 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 15 0 119818392 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809348582000 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13980164 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) S 30647 30650 27081 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 15 0 119818392 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809347529200 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13980164 memory=139749278287488 CPUtime=0.05 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) R 30647 30650 27081 0 -1 4202560 388 0 0 0 5 0 0 0 20 0 15 0 119818392 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809346476912 139809878220182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13980164 memory=139749278287488 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818393 14315687936 11002 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 44008 KiB

[startup+0.310357 s]*
/proc/loadavg: 1.58 1.52 1.56 4/216 30665
/proc/meminfo: memFree=27201228/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13980184 memory=51488 CPUtime=0.49 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 10070 0 0 0 47 2 0 0 20 0 15 0 119818387 14315708416 12872 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3495046 12872 3709 1 0 3482761 0
[pid=30650/tid=30652] ppid=30647 vsize=13980184 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 7227 0 0 0 28 1 0 0 20 0 15 0 119818387 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809882437696 139809862251877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13980184 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13980184 memory=3546777469453010592 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119818388 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13980184 memory=139749278287488 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119818389 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119818390 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809351738144 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119818390 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809350685808 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13980184 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) S 30647 30650 27081 0 -1 1077944384 493 0 0 0 5 0 0 0 20 0 15 0 119818392 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809348582000 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13980184 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) S 30647 30650 27081 0 -1 1077944384 484 0 0 0 5 0 0 0 20 0 15 0 119818392 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809347529200 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13980184 memory=139749278287488 CPUtime=0.08 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) R 30647 30650 27081 0 -1 4202560 487 0 0 0 8 0 0 0 20 0 15 0 119818392 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809346476912 139809878229594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13980184 memory=139749278287488 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818393 14315708416 12872 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 51488 KiB

[startup+0.707511 s]
/proc/loadavg: 1.58 1.52 1.56 4/216 30665
/proc/meminfo: memFree=27176304/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13982232 memory=120948 CPUtime=1.48 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 13082 0 0 0 143 5 0 0 20 0 15 0 119818387 14317805568 30237 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3495558 30237 3774 1 0 3483273 0
[pid=30650/tid=30652] ppid=30647 vsize=13982232 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 7878 0 0 0 64 3 0 0 20 0 15 0 119818387 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809882441680 139809518322074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13982232 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13982232 memory=800 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13982232 memory=12068 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818388 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13982232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119818388 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13982232 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119818389 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13982232 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119818390 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809351738144 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13982232 memory=8572 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119818390 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809350685808 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13982232 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13982232 memory=7452706766398776640 CPUtime=0.26 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) R 30647 30650 27081 0 -1 4202560 1308 0 0 0 26 0 0 0 20 0 15 0 119818392 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809348572272 139809861706807 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13982232 memory=7881696724453321575 CPUtime=0.25 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) R 30647 30650 27081 0 -1 4202560 1446 0 0 0 25 0 0 0 20 0 15 0 119818392 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809347527600 139809857464977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13982232 memory=7151835304759939152 CPUtime=0.27 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) S 30647 30650 27081 0 -1 1077944384 1069 0 0 0 26 1 0 0 20 0 15 0 119818392 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809346476912 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13982232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13982232 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119818393 14317805568 30237 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 120948 KiB

[startup+1.50157 s]
/proc/loadavg: 1.77 1.56 1.57 3/216 30665
/proc/meminfo: memFree=27062808/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13986328 memory=554932 CPUtime=3.58 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 23381 0 0 0 317 41 0 0 20 0 15 0 119818387 14321999872 138221 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3496582 138221 3818 1 0 3484297 0
[pid=30650/tid=30652] ppid=30647 vsize=13986328 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) S 30647 30650 27081 0 -1 1077944384 11719 0 0 0 125 7 0 0 20 0 15 0 119818387 14321999872 138733 33554432000 4194304 4196468 140722909943728 139809882443744 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13986328 memory=-6951259422114956437 CPUtime=0.13 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) R 30647 30650 27081 0 -1 4202560 656 0 0 0 6 7 0 0 20 0 15 0 119818388 14321999872 138733 33554432000 4194304 4196468 140722909943728 139809473543056 139809871310964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13986328 memory=-6509546260019855295 CPUtime=0.12 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) R 30647 30650 27081 0 -1 4202560 192 0 0 0 5 7 0 0 20 0 15 0 119818388 14321999872 138733 33554432000 4194304 4196468 140722909943728 139809472490256 139809871304948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13986328 memory=-7390251449858225344 CPUtime=0.12 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) R 30647 30650 27081 0 -1 4202560 292 0 0 0 5 7 0 0 20 0 15 0 119818388 14321999872 138733 33554432000 4194304 4196468 140722909943728 139809471437968 139809871304948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13986328 memory=4134692831991786133 CPUtime=0.13 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) R 30647 30650 27081 0 -1 4202560 663 0 0 0 5 8 0 0 20 0 15 0 119818388 14321999872 138733 33554432000 4194304 4196468 140722909943728 139809470385368 139809871307947 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13986328 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 15 0 119818389 14321999872 138733 33554432000 4194304 4196468 140722909943728 139809352790688 139809878218453 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0

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

/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 72804 0 0 0 243864 20 0 0 20 0 15 0 119818387 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809882446768 139809523472277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 5122 0 0 0 170 98 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.69 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 5584 0 0 0 165 104 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 3919 0 0 0 171 97 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.7 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 5449 0 0 0 175 95 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.18 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 5497 0 0 0 12 6 0 0 20 0 15 0 119818389 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809351738208 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809350685824 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.52 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) S 30647 30650 27081 0 -1 1077944384 5862 0 0 0 151 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809348582000 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.49 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) S 30647 30650 27081 0 -1 1077944384 7070 0 0 0 148 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809347529200 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.72 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) S 30647 30650 27081 0 -1 1077944384 8902 0 0 0 69 3 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809346476912 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13986328 memory=4100 CPUtime=1.58 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1664 0 0 0 71 87 0 0 20 0 15 0 119818393 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 2455.17 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 4062640 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/194 30809
/proc/meminfo: memFree=27309360/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2515.21 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 124837 0 0 0 251013 508 0 0 20 0 15 0 119818387 14321999872 1015660 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3496582 1015660 3850 1 0 3484297 0
[pid=30650/tid=30652] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2498.84 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 74275 0 0 0 249864 20 0 0 20 0 15 0 119818387 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809882446768 139809523474379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 5122 0 0 0 170 98 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.69 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 5584 0 0 0 165 104 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 3919 0 0 0 171 97 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.7 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 5449 0 0 0 175 95 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.18 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 5506 0 0 0 12 6 0 0 20 0 15 0 119818389 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809351738208 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809350685824 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.52 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) S 30647 30650 27081 0 -1 1077944384 5865 0 0 0 151 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809348582000 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13986328 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) S 30647 30650 27081 0 -1 1077944384 7075 0 0 0 148 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809347529200 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.72 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) S 30647 30650 27081 0 -1 1077944384 8909 0 0 0 69 3 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809346476912 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.62 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1694 0 0 0 73 89 0 0 20 0 15 0 119818393 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 2515.21 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 4062640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.11 s]
/proc/loadavg: 1.00 1.01 1.19 2/194 30809
/proc/meminfo: memFree=27309360/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2520.02 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 124866 0 0 0 251494 508 0 0 20 0 15 0 119818387 14321999872 1015660 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3496582 1015660 3850 1 0 3484297 0
[pid=30650/tid=30652] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2503.64 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 74304 0 0 0 250344 20 0 0 20 0 15 0 119818387 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809882446768 139809523472323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 5122 0 0 0 170 98 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.69 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 5584 0 0 0 165 104 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 3919 0 0 0 171 97 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.7 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 5449 0 0 0 175 95 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.18 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 5506 0 0 0 12 6 0 0 20 0 15 0 119818389 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809351738208 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809350685824 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.52 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) S 30647 30650 27081 0 -1 1077944384 5865 0 0 0 151 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809348582000 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.49 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) S 30647 30650 27081 0 -1 1077944384 7075 0 0 0 148 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809347529200 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.72 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) S 30647 30650 27081 0 -1 1077944384 8909 0 0 0 69 3 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809346476912 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.63 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1694 0 0 0 73 90 0 0 20 0 15 0 119818393 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 4062640 KiB

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

[startup+2507.14 s]
# the end of solver process 30650 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.96 s, system=5.10791 s

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

[startup+2507.11 s]
/proc/loadavg: 1.00 1.01 1.19 2/194 30809
/proc/meminfo: memFree=27309360/32770624 swapFree=67108860/67108860
[pid=30650] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2520.02 cores=1,3,5,7
/proc/30650/stat : 30650 (java) S 30647 30650 27081 0 -1 1077944320 124866 0 0 0 251494 508 0 0 20 0 15 0 119818387 14321999872 1015660 33554432000 4194304 4196468 140722909943728 140722909926272 139809878208247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
/proc/30650/statm: 3496582 1015660 3850 1 0 3484297 0
[pid=30650/tid=30652] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2503.64 cores=1,3,5,7
/proc/30650/task/30652/stat : 30652 (java) R 30647 30650 27081 0 -1 4202560 74304 0 0 0 250344 20 0 0 20 0 15 0 119818387 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809882446768 139809523472323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30653] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30653/stat : 30653 (java) S 30647 30650 27081 0 -1 1077944384 5122 0 0 0 170 98 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809473543056 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30654] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.69 cores=1,3,5,7
/proc/30650/task/30654/stat : 30654 (java) S 30647 30650 27081 0 -1 1077944384 5584 0 0 0 165 104 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809472490256 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30655] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.68 cores=1,3,5,7
/proc/30650/task/30655/stat : 30655 (java) S 30647 30650 27081 0 -1 1077944384 3919 0 0 0 171 97 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809471437968 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30656] ppid=30647 vsize=13986328 memory=4062640 CPUtime=2.7 cores=1,3,5,7
/proc/30650/task/30656/stat : 30656 (java) S 30647 30650 27081 0 -1 1077944384 5449 0 0 0 175 95 0 0 20 0 15 0 119818388 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809470385168 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30657] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.18 cores=1,3,5,7
/proc/30650/task/30657/stat : 30657 (java) S 30647 30650 27081 0 -1 1077944384 5506 0 0 0 12 6 0 0 20 0 15 0 119818389 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809352792176 139809878219394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30658] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30658/stat : 30658 (java) S 30647 30650 27081 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809351738208 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30659] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30659/stat : 30659 (java) S 30647 30650 27081 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 119818390 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809350685824 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30660] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30660/stat : 30660 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809349634128 139809878226843 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30661] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.52 cores=1,3,5,7
/proc/30650/task/30661/stat : 30661 (java) S 30647 30650 27081 0 -1 1077944384 5865 0 0 0 151 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809348582000 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30662] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.49 cores=1,3,5,7
/proc/30650/task/30662/stat : 30662 (java) S 30647 30650 27081 0 -1 1077944384 7075 0 0 0 148 1 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809347529200 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30663] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0.72 cores=1,3,5,7
/proc/30650/task/30663/stat : 30663 (java) S 30647 30650 27081 0 -1 1077944384 8909 0 0 0 69 3 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809346476912 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30664] ppid=30647 vsize=13986328 memory=4062640 CPUtime=0 cores=1,3,5,7
/proc/30650/task/30664/stat : 30664 (java) S 30647 30650 27081 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119818392 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809345424352 139809878218453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
[pid=30650/tid=30665] ppid=30647 vsize=13986328 memory=4062640 CPUtime=1.63 cores=1,3,5,7
/proc/30650/task/30665/stat : 30665 (java) S 30647 30650 27081 0 -1 1077944384 1694 0 0 0 73 90 0 0 20 0 15 0 119818393 14321999872 1015660 33554432000 4194304 4196468 140722909943728 139809344371120 139809878219394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 8241152 140722909951076 140722909951263 140722909951263 140722909953999 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 4062640 KiB

Child status: 143
Real time (s): 2507.14
CPU time (s): 2520.07
CPU user time (s): 2514.96
CPU system time (s): 5.10791
CPU usage (%): 100.516
Max. virtual memory (cumulated for all children) (KiB): 13986328
Max. memory (cumulated for all children) (KiB): 4062640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.96
system time used= 5.10791
maximum resident set size= 4063192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125547
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58103
involuntary context switches= 1791


# summary of solver processes directly reported to runsolver:
#   pid: 30650
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2514.96
#   total CPU system time (s): 5.10791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4662 second user time and 24.7136 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-16 08:54:09
IDJOB=4274370
IDBENCH=140774
IDSOLVER=2666
FILE ID=node113/4274370-1502867308
RUNJOBID= node113-1502841490-27113
PBS_JOBID= 20629855
Free space on /tmp= 61748 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex05480.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-4274370-1502867308/watcher-4274370-1502867308 -o /tmp/evaluation-result-4274370-1502867308/solver-4274370-1502867308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502841490-27113 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1445398854 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274370-1502867308.xml

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

MD5SUM BENCH= c9499957e3a18a7800afc05acf28f8ff
RANDOM SEED=1445398854

node113.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.89
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.89
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.89
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.89
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:        27238048 kB
MemAvailable:   27896072 kB
Buffers:          217136 kB
Cached:           722268 kB
SwapCached:            0 kB
Active:          4816632 kB
Inactive:         253344 kB
Active(anon):    4081084 kB
Inactive(anon):    77668 kB
Active(file):     735548 kB
Inactive(file):   175676 kB
Unevictable:        6588 kB
Mlocked:            6588 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42936 kB
Writeback:             0 kB
AnonPages:       4024540 kB
Mapped:            61356 kB
Shmem:             25224 kB
Slab:             152312 kB
SReclaimable:     125272 kB
SUnreclaim:        27040 kB
KernelStack:        3824 kB
PageTables:        13516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4846516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3868672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61748 MiB
End job on node113 at 2017-08-16 09:35:56