Trace number 4308308

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.1 2489.72

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-13-opt_c18.xml
MD5SUMb4f35f52fd25bddaccbbeb0f9433c3f2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135769
Best CPU time to get the best result obtained on this benchmark2400.21
Satisfiable
(Un)Satisfiability was proved
Number of variables5731
Number of constraints5273
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4815},{"size":6,"count":60},{"size":22,"count":30},{"size":24,"count":18},{"size":36,"count":196},{"size":42,"count":130},{"size":44,"count":482}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":4815},{"degree":3,"count":3},{"degree":4,"count":4},{"degree":5,"count":15},{"degree":6,"count":38},{"degree":7,"count":82},{"degree":8,"count":83},{"degree":9,"count":97},{"degree":10,"count":88},{"degree":11,"count":79},{"degree":12,"count":53},{"degree":13,"count":62},{"degree":14,"count":58},{"degree":15,"count":101},{"degree":16,"count":77},{"degree":17,"count":38},{"degree":18,"count":19},{"degree":19,"count":14},{"degree":20,"count":2},{"degree":21,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":4815}]
Number of extensional constraints0
Number of intensional constraints5273
Distribution of constraint types[{"type":"intension","count":5273}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 690307392
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
10.57/5.40	c Parsing done, starting search...
2520.07/2489.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 (10409 MiB free)
  memory of node 1: 16384 MiB (13088 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308308-1534280857/watcher-4308308-1534280857 -o /tmp/evaluation-result-4308308-1534280857/solver-4308308-1534280857 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30546 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 690307392 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308308-1534280857.xml 

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

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

solver pid=31753, runsolver pid=31750

[startup+0.109559 s]*
/proc/loadavg: 1.26 1.31 1.37 4/218 31768
/proc/meminfo: memFree=24042224/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14082736 memory=34544 CPUtime=0.13 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 7540 0 0 0 12 1 0 0 20 0 15 0 245648895 14420721664 8636 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3520684 8636 3167 1 0 3482761 0
[pid=31753/tid=31755] ppid=31750 vsize=14082736 memory=-8485517772678402430 CPUtime=0.09 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 5579 0 0 0 9 0 0 0 20 0 15 0 245648895 14420721664 8636 33554432000 4194304 4196468 140737201452912 139636070296496 139636066112669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245648897 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245648898 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635045115040 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245648898 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635044061936 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) S 31750 31753 28719 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 245648900 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635041958640 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635040906096 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0.01 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) S 31750 31753 28719 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 15 0 245648900 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635039853040 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648901 14420721664 8636 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34544 KiB

[startup+0.215532 s]*
/proc/loadavg: 1.26 1.31 1.37 5/218 31768
/proc/meminfo: memFree=24027588/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14082736 memory=47700 CPUtime=0.32 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 10558 0 0 0 30 2 0 0 20 0 15 0 245648895 14420721664 11925 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3520684 11925 3365 1 0 3482761 0
[pid=31753/tid=31755] ppid=31750 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 8268 0 0 0 19 1 0 0 20 0 15 0 245648895 14420721664 11925 33554432000 4194304 4196468 140737201452912 139636070318944 139636050134373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14082736 memory=288370760929617536 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245648897 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245648898 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635045115040 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245648898 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635044061936 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) R 31750 31753 28719 0 -1 4202560 501 0 0 0 2 0 0 0 20 0 15 0 245648900 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635041950144 139636045308578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) R 31750 31753 28719 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 245648900 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635040899120 139636066100949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0.06 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) R 31750 31753 28719 0 -1 4202560 295 0 0 0 6 0 0 0 20 0 15 0 245648900 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635039853040 139636047675037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648901 14420721664 11925 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47700 KiB

[startup+0.310726 s]*
/proc/loadavg: 1.26 1.31 1.37 3/218 31768
/proc/meminfo: memFree=24024424/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14082736 memory=50824 CPUtime=0.44 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 10912 0 0 0 42 2 0 0 20 0 15 0 245648895 14420721664 12706 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3520684 12706 3368 1 0 3482761 0
[pid=31753/tid=31755] ppid=31750 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 8592 0 0 0 28 1 0 0 20 0 15 0 245648895 14420721664 12706 33554432000 4194304 4196468 140737201452912 139636070280016 139636047654257 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14082736 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14082736 memory=288370760929617536 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245648896 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245648897 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245648898 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635045115040 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245648898 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635044061936 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) S 31750 31753 28719 0 -1 1077944384 517 0 0 0 3 0 0 0 20 0 15 0 245648900 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635041958640 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) S 31750 31753 28719 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 15 0 245648900 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635040906096 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0.08 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) S 31750 31753 28719 0 -1 1077944384 304 0 0 0 8 0 0 0 20 0 15 0 245648900 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635039853040 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14082736 memory=140384777905792 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648901 14420721664 12706 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50824 KiB

[startup+0.70079 s]
/proc/loadavg: 1.26 1.31 1.37 3/218 31768
/proc/meminfo: memFree=23999620/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14084804 memory=90720 CPUtime=0.98 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 17549 0 0 0 94 4 0 0 20 0 15 0 245648895 14422839296 22680 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3521201 22680 3497 1 0 3483273 0
[pid=31753/tid=31755] ppid=31750 vsize=14084804 memory=276792791306095 CPUtime=0.67 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 14921 0 0 0 64 3 0 0 20 0 15 0 245648895 14422839296 22680 33554432000 4194304 4196468 140737201452912 139636070303952 139636050171230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14084804 memory=3834592127481040488 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648896 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245648896 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245648897 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14084804 memory=-6079119013371471458 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245648898 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635045115040 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245648898 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635044061936 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14084804 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) S 31750 31753 28719 0 -1 1077944384 667 0 0 0 8 0 0 0 20 0 15 0 245648900 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635041958640 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) S 31750 31753 28719 0 -1 1077944384 245 0 0 0 6 0 0 0 20 0 15 0 245648900 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635040906096 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) R 31750 31753 28719 0 -1 4202560 337 0 0 0 15 0 0 0 20 0 15 0 245648900 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635039853040 139636066112090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14084804 memory=36988 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245648901 14422839296 22680 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90720 KiB

[startup+1.50955 s]
/proc/loadavg: 1.26 1.31 1.37 5/218 31768
/proc/meminfo: memFree=23935828/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14086852 memory=227856 CPUtime=3.65 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 24555 0 0 0 357 8 0 0 20 0 15 0 245648895 14424936448 56964 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3521713 56964 3570 1 0 3483785 0
[pid=31753/tid=31755] ppid=31750 vsize=14086852 memory=3303 CPUtime=1.45 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 17114 0 0 0 140 5 0 0 20 0 15 0 245648895 14424936448 56964 33554432000 4194304 4196468 140737201452912 139636070324232 139635708540885 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14086852 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 15 0 245648896 14424936448 56964 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 245648896 14424936448 56964 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14086852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 245648896 14424936448 56964 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 245648896 14424936448 56964 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 245648897 14424936448 56964 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0

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

/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 75374 0 0 0 237190 42 0 0 20 0 15 0 245648895 14429130752 509526 33554432000 4194304 4196468 140737201452912 139636070328640 139635714835707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14090948 memory=2055424 CPUtime=7.04 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 32108 0 0 0 670 34 0 0 20 0 15 0 245648896 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14090948 memory=2055424 CPUtime=7.02 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 33390 0 0 0 666 36 0 0 20 0 15 0 245648896 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14090948 memory=2054920 CPUtime=7.07 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 30492 0 0 0 673 34 0 0 20 0 15 0 245648896 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14090948 memory=2038104 CPUtime=7.03 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 34936 0 0 0 666 37 0 0 20 0 15 0 245648896 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14090948 memory=2038468 CPUtime=1.69 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 37756 0 0 0 140 29 0 0 20 0 15 0 245648897 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14090948 memory=2038468 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635045115104 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14090948 memory=2038980 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635044061952 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14090948 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14090948 memory=2038468 CPUtime=3.64 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) S 31750 31753 28719 0 -1 1077944384 14775 0 0 0 362 2 0 0 20 0 15 0 245648900 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635041958640 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14090948 memory=2038468 CPUtime=3.2 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) S 31750 31753 28719 0 -1 1077944384 10383 0 0 0 318 2 0 0 20 0 15 0 245648900 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635040906096 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14090948 memory=3332 CPUtime=1.08 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) S 31750 31753 28719 0 -1 1077944384 12119 0 0 0 105 3 0 0 20 0 15 0 245648900 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635039853040 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14090948 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14090948 memory=2038104 CPUtime=0.79 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 2268 0 0 0 34 45 0 0 20 0 15 0 245648901 14429130752 509526 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 2410.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2038104 KiB

[startup+2442.3 s]
/proc/loadavg: 1.04 1.29 1.36 3/219 31924
/proc/meminfo: memFree=22641272/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14090948 memory=1983736 CPUtime=2471.95 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 286715 0 0 0 246945 250 0 0 20 0 15 0 245648895 14429130752 495934 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3522737 495934 3613 1 0 3484809 0
[pid=31753/tid=31755] ppid=31750 vsize=14090948 memory=1983736 CPUtime=2431.87 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 76049 0 0 0 243145 42 0 0 20 0 15 0 245648895 14429130752 495934 33554432000 4194304 4196468 140737201452912 139636070329104 139635716442450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14090948 memory=1986300 CPUtime=7.38 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 32252 0 0 0 703 35 0 0 20 0 15 0 245648896 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14090948 memory=1987840 CPUtime=7.35 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 33510 0 0 0 699 36 0 0 20 0 15 0 245648896 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14090948 memory=1989892 CPUtime=7.4 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 30709 0 0 0 705 35 0 0 20 0 15 0 245648896 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14090948 memory=1987840 CPUtime=7.36 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 35047 0 0 0 699 37 0 0 20 0 15 0 245648896 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14090948 memory=1987328 CPUtime=1.76 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 38122 0 0 0 146 30 0 0 20 0 15 0 245648897 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14090948 memory=1998100 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635045115104 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14090948 memory=1985276 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635044061952 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14090948 memory=1983736 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14090948 memory=1832 CPUtime=3.64 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) S 31750 31753 28719 0 -1 1077944384 14779 0 0 0 362 2 0 0 20 0 15 0 245648900 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635041958640 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14090948 memory=1986816 CPUtime=3.2 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) S 31750 31753 28719 0 -1 1077944384 10387 0 0 0 318 2 0 0 20 0 15 0 245648900 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635040906096 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14090948 memory=1987328 CPUtime=1.08 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) S 31750 31753 28719 0 -1 1077944384 12124 0 0 0 105 3 0 0 20 0 15 0 245648900 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635039853040 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14090948 memory=1987840 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14090948 memory=303430244793319739 CPUtime=0.81 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 2297 0 0 0 34 47 0 0 20 0 15 0 245648901 14429130752 495934 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 2471.95 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1983736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.7 s]
/proc/loadavg: 1.44 1.36 1.38 3/218 31925
/proc/meminfo: memFree=22680536/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14090948 memory=1940644 CPUtime=2520.07 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 288011 0 0 0 251754 253 0 0 20 0 15 0 245648895 14429130752 485161 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3522737 485161 3613 1 0 3484809 0
[pid=31753/tid=31755] ppid=31750 vsize=14090948 memory=1941156 CPUtime=2478.92 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 76790 0 0 0 247850 42 0 0 20 0 15 0 245648895 14429130752 485161 33554432000 4194304 4196468 140737201452912 139636070328928 139635716325423 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14090948 memory=1944236 CPUtime=7.62 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 32293 0 0 0 727 35 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14090948 memory=1948852 CPUtime=7.59 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 33606 0 0 0 723 36 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14090948 memory=1954496 CPUtime=7.65 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 30832 0 0 0 730 35 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14090948 memory=1967320 CPUtime=7.61 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 35140 0 0 0 723 38 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14090948 memory=1968348 CPUtime=1.83 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 38305 0 0 0 152 31 0 0 20 0 15 0 245648897 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14090948 memory=1940644 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635045115104 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14090948 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635044061952 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14090948 memory=1940644 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14090948 memory=1236 CPUtime=3.64 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) S 31750 31753 28719 0 -1 1077944384 14781 0 0 0 362 2 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635041958640 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14090948 memory=1940644 CPUtime=3.2 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) S 31750 31753 28719 0 -1 1077944384 10389 0 0 0 318 2 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635040906096 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14090948 memory=1941672 CPUtime=1.08 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) S 31750 31753 28719 0 -1 1077944384 12126 0 0 0 105 3 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635039853040 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14090948 memory=1943724 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14090948 memory=1941156 CPUtime=0.83 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 2310 0 0 0 35 48 0 0 20 0 15 0 245648901 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1940644 KiB

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

[startup+2489.72 s]
# the end of solver process 31753 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.56 s, system=2.54368 s

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

[startup+2489.7 s]
/proc/loadavg: 1.44 1.36 1.38 3/218 31925
/proc/meminfo: memFree=22680536/32770624 swapFree=67108856/67108860
[pid=31753] ppid=31750 vsize=14090948 memory=1940644 CPUtime=2520.07 cores=1,3,5,7
/proc/31753/stat : 31753 (java) S 31750 31753 28719 0 -1 1077944320 288011 0 0 0 251754 253 0 0 20 0 15 0 245648895 14429130752 485161 33554432000 4194304 4196468 140737201452912 140737201435456 139636066090743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
/proc/31753/statm: 3522737 485161 3613 1 0 3484809 0
[pid=31753/tid=31755] ppid=31750 vsize=14090948 memory=1941156 CPUtime=2478.92 cores=1,3,5,7
/proc/31753/task/31755/stat : 31755 (java) R 31750 31753 28719 0 -1 4202560 76790 0 0 0 247850 42 0 0 20 0 15 0 245648895 14429130752 485161 33554432000 4194304 4196468 140737201452912 139636070328928 139635716325423 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31756] ppid=31750 vsize=14090948 memory=1944236 CPUtime=7.62 cores=1,3,5,7
/proc/31753/task/31756/stat : 31756 (java) S 31750 31753 28719 0 -1 1077944384 32293 0 0 0 727 35 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635661585424 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31757] ppid=31750 vsize=14090948 memory=1948852 CPUtime=7.59 cores=1,3,5,7
/proc/31753/task/31757/stat : 31757 (java) S 31750 31753 28719 0 -1 1077944384 33606 0 0 0 723 36 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635660532880 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31758] ppid=31750 vsize=14090948 memory=1954496 CPUtime=7.65 cores=1,3,5,7
/proc/31753/task/31758/stat : 31758 (java) S 31750 31753 28719 0 -1 1077944384 30832 0 0 0 730 35 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635659479824 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31759] ppid=31750 vsize=14090948 memory=1967320 CPUtime=7.61 cores=1,3,5,7
/proc/31753/task/31759/stat : 31759 (java) S 31750 31753 28719 0 -1 1077944384 35140 0 0 0 723 38 0 0 20 0 15 0 245648896 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635658427280 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31760] ppid=31750 vsize=14090948 memory=1968348 CPUtime=1.83 cores=1,3,5,7
/proc/31753/task/31760/stat : 31760 (java) S 31750 31753 28719 0 -1 1077944384 38305 0 0 0 152 31 0 0 20 0 15 0 245648897 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635046168816 139636066101890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31761] ppid=31750 vsize=14090948 memory=1940644 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31761/stat : 31761 (java) S 31750 31753 28719 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635045115104 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31762] ppid=31750 vsize=14090948 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31762/stat : 31762 (java) S 31750 31753 28719 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 245648898 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635044061952 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31763] ppid=31750 vsize=14090948 memory=1940644 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31763/stat : 31763 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635043010512 139636066109339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31764] ppid=31750 vsize=14090948 memory=1236 CPUtime=3.64 cores=1,3,5,7
/proc/31753/task/31764/stat : 31764 (java) S 31750 31753 28719 0 -1 1077944384 14781 0 0 0 362 2 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635041958640 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31765] ppid=31750 vsize=14090948 memory=1940644 CPUtime=3.2 cores=1,3,5,7
/proc/31753/task/31765/stat : 31765 (java) S 31750 31753 28719 0 -1 1077944384 10389 0 0 0 318 2 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635040906096 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31766] ppid=31750 vsize=14090948 memory=1941672 CPUtime=1.08 cores=1,3,5,7
/proc/31753/task/31766/stat : 31766 (java) S 31750 31753 28719 0 -1 1077944384 12126 0 0 0 105 3 0 0 20 0 15 0 245648900 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635039853040 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31767] ppid=31750 vsize=14090948 memory=1943724 CPUtime=0 cores=1,3,5,7
/proc/31753/task/31767/stat : 31767 (java) S 31750 31753 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245648901 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635038800736 139636066100949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
[pid=31753/tid=31768] ppid=31750 vsize=14090948 memory=1941156 CPUtime=0.83 cores=1,3,5,7
/proc/31753/task/31768/stat : 31768 (java) S 31750 31753 28719 0 -1 1077944384 2310 0 0 0 35 48 0 0 20 0 15 0 245648901 14429130752 485161 33554432000 4194304 4196468 140737201452912 139635037747760 139636066101890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7122944 140737201460297 140737201460489 140737201460489 140737201463247 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1940644 KiB

Child status: 143
Real time (s): 2489.72
CPU time (s): 2520.1
CPU user time (s): 2517.56
CPU system time (s): 2.54368
CPU usage (%): 101.22
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 2557676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.56
system time used= 2.54368
maximum resident set size= 2558284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97129
involuntary context switches= 5555


# summary of solver processes directly reported to runsolver:
#   pid: 31753
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.56
#   total CPU system time (s): 2.54368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7838 second user time and 23.3599 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-14 23:07:37
IDJOB=4308308
IDBENCH=141198
IDSOLVER=2791
FILE ID=node132/4308308-1534280857
RUNJOBID= node132-1534270652-30546
PBS_JOBID= 21038125
Free space on /tmp= 38864 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-13-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308308-1534280857/watcher-4308308-1534280857 -o /tmp/evaluation-result-4308308-1534280857/solver-4308308-1534280857 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30546 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 690307392 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308308-1534280857.xml

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

MD5SUM BENCH= b4f35f52fd25bddaccbbeb0f9433c3f2
RANDOM SEED=690307392

node132.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.65
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.65
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.65
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.65
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:        24061648 kB
MemAvailable:   31172392 kB
Buffers:          213844 kB
Cached:          7122940 kB
SwapCached:            4 kB
Active:          4612016 kB
Inactive:        3509296 kB
Active(anon):     734376 kB
Inactive(anon):   102672 kB
Active(file):    3877640 kB
Inactive(file):  3406624 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              3152 kB
Writeback:         32204 kB
AnonPages:        791516 kB
Mapped:            70600 kB
Shmem:             49820 kB
Slab:             283428 kB
SReclaimable:     254940 kB
SUnreclaim:        28488 kB
KernelStack:        3536 kB
PageTables:         7064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1805044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38832 MiB
End job on node132 at 2018-08-14 23:49:07