Trace number 4310225

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) 252.071 224.335

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-05-0350_c18.xml
MD5SUM51c3d091a7e4b0716a15e9a29832b849
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark524900968
Best CPU time to get the best result obtained on this benchmark252.272
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints2177
Number of intensional constraints2488
Distribution of constraint types[{"type":"extension","count":2177},{"type":"intension","count":2488}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 630351617
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
56.41/33.31	c Parsing done, starting search...
252.02/224.30	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 (6820 MiB free)
  memory of node 1: 16384 MiB (10771 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310225-1534331056/watcher-4310225-1534331056 -o /tmp/evaluation-result-4310225-1534331056/solver-4310225-1534331056 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534329088-25481 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 630351617 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310225-1534331056.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=26762, runsolver pid=26759
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.70 1.72 1.64 3/217 26777
/proc/meminfo: memFree=17995368/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14082736 memory=31460 CPUtime=0.12 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 6769 0 0 0 11 1 0 0 20 0 15 0 250668948 14420721664 7865 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3520684 7865 3153 1 0 3482761 0
[pid=26762/tid=26764] ppid=26759 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 4814 0 0 0 8 1 0 0 20 0 15 0 250668948 14420721664 7865 33554432000 4194304 4196468 140736596329616 140460004026656 140459999845149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14082736 memory=5793854934908418489 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250668950 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250668951 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459473412896 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250668951 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459472360560 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) S 26759 26762 25450 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459469203952 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0.01 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) S 26759 26762 25450 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 250668953 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459468151664 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668954 14420721664 7865 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31460 KiB

[startup+0.210516 s]*
/proc/loadavg: 1.70 1.72 1.64 5/217 26777
/proc/meminfo: memFree=17979848/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14082736 memory=47276 CPUtime=0.3 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 10424 0 0 0 28 2 0 0 20 0 15 0 250668948 14420721664 11819 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3520684 11819 3366 1 0 3482761 0
[pid=26762/tid=26764] ppid=26759 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 8151 0 0 0 18 1 0 0 20 0 15 0 250668948 14420721664 11819 33554432000 4194304 4196468 140736596329616 140460004046624 140459607403656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14082736 memory=4211973410103315850 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250668950 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250668951 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459473412896 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250668951 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459472360560 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) R 26759 26762 25450 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 250668953 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) R 26759 26762 25450 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 15 0 250668953 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459469189976 140459977712673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0.06 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) R 26759 26762 25450 0 -1 4202560 298 0 0 0 6 0 0 0 20 0 15 0 250668953 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459468151664 140459981695856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668954 14420721664 11819 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47276 KiB

[startup+0.310568 s]*
/proc/loadavg: 1.70 1.72 1.64 3/217 26777
/proc/meminfo: memFree=17976080/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14082736 memory=50604 CPUtime=0.44 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 10801 0 0 0 42 2 0 0 20 0 15 0 250668948 14420721664 12651 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3520684 12651 3369 1 0 3482761 0
[pid=26762/tid=26764] ppid=26759 vsize=14082736 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 8487 0 0 0 28 1 0 0 20 0 15 0 250668948 14420721664 12651 33554432000 4194304 4196468 140736596329616 140460004029392 140459983008403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14082736 memory=4211973410103315850 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14082736 memory=279367643609472 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14082736 memory=279367490195968 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14082736 memory=139683745084175 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250668949 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14082736 memory=279367643616384 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250668950 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14082736 memory=139683745088783 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250668951 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459473412896 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14082736 memory=139683745116569 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250668951 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459472360560 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14082736 memory=139683745118874 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) S 26759 26762 25450 0 -1 1077944384 367 0 0 0 3 0 0 0 20 0 15 0 250668953 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) S 26759 26762 25450 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 15 0 250668953 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459469203952 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14082736 memory=139683898525312 CPUtime=0.08 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) S 26759 26762 25450 0 -1 1077944384 308 0 0 0 8 0 0 0 20 0 15 0 250668953 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459468151664 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14082736 memory=139683898556772 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668954 14420721664 12651 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50604 KiB

[startup+0.700742 s]
/proc/loadavg: 1.70 1.72 1.64 3/217 26777
/proc/meminfo: memFree=17952020/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14084804 memory=88972 CPUtime=0.98 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 17637 0 0 0 94 4 0 0 20 0 15 0 250668948 14422839296 22243 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3521201 22243 3503 1 0 3483273 0
[pid=26762/tid=26764] ppid=26759 vsize=14084804 memory=53 CPUtime=0.67 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 14933 0 0 0 64 3 0 0 20 0 15 0 250668948 14422839296 22308 33554432000 4194304 4196468 140736596329616 140460004045664 140459983902046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14084804 memory=79 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668949 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14084804 memory=1 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250668949 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14084804 memory=8564 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250668950 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14084804 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250668951 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459473412896 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14084804 memory=1264 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250668951 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459472360560 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14084804 memory=7200 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14084804 memory=748 CPUtime=0.08 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) S 26759 26762 25450 0 -1 1077944384 536 0 0 0 8 0 0 0 20 0 15 0 250668953 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14084804 memory=872 CPUtime=0.06 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) S 26759 26762 25450 0 -1 1077944384 398 0 0 0 6 0 0 0 20 0 15 0 250668953 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459469203952 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14084804 memory=1220 CPUtime=0.15 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) S 26759 26762 25450 0 -1 1077944384 390 0 0 0 15 0 0 0 20 0 15 0 250668953 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459468151664 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14084804 memory=1108 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14084804 memory=15336 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250668954 14422839296 22308 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88972 KiB

[startup+1.50069 s]
/proc/loadavg: 1.70 1.72 1.64 3/217 26777
/proc/meminfo: memFree=17715204/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14086852 memory=493068 CPUtime=3.03 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 21065 0 0 0 254 49 0 0 20 0 15 0 250668948 14424936448 123267 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3521713 123267 3567 1 0 3483785 0
[pid=26762/tid=26764] ppid=26759 vsize=14086852 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 15325 0 0 0 115 10 0 0 20 0 15 0 250668948 14424936448 123267 33554432000 4194304 4196468 140736596329616 140460004052944 140459983902046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14086852 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 322 0 0 0 12 9 0 0 20 0 15 0 250668949 14424936448 123267 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14086852 memory=79 CPUtime=0.21 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 434 0 0 0 12 9 0 0 20 0 15 0 250668949 14424936448 123267 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14086852 memory=1 CPUtime=0.2 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 477 0 0 0 11 9 0 0 20 0 15 0 250668949 14424936448 123267 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14086852 memory=1 CPUtime=0.21 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 521 0 0 0 12 9 0 0 20 0 15 0 250668949 14424936448 123267 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 302 0 0 0 1 0 0 0 20 0 15 0 250668950 14424936448 123267 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0

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

/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 41296 0 0 0 15544 47 0 0 20 0 15 0 250668948 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140460004057336 140459614153391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14090948 memory=5588028 CPUtime=6.01 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 5414 0 0 0 508 93 0 0 20 0 15 0 250668949 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14090948 memory=5588028 CPUtime=5.97 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 7554 0 0 0 510 87 0 0 20 0 15 0 250668949 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14090948 memory=5588028 CPUtime=6 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 6100 0 0 0 509 91 0 0 20 0 15 0 250668949 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14090948 memory=5588028 CPUtime=6.01 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 7423 0 0 0 510 91 0 0 20 0 15 0 250668949 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14090948 memory=5588028 CPUtime=0.27 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 12226 0 0 0 26 1 0 0 20 0 15 0 250668950 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14090948 memory=5588028 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459473412960 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14090948 memory=5588028 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459472360576 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14090948 memory=5588028 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14090948 memory=5588028 CPUtime=3.53 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) S 26759 26762 25450 0 -1 1077944384 8788 0 0 0 351 2 0 0 20 0 15 0 250668953 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14090948 memory=5588028 CPUtime=4.47 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) S 26759 26762 25450 0 -1 1077944384 12142 0 0 0 445 2 0 0 20 0 15 0 250668953 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459469203952 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14090948 memory=3892 CPUtime=1.29 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) S 26759 26762 25450 0 -1 1077944384 11612 0 0 0 126 3 0 0 20 0 15 0 250668953 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459468151664 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14090948 memory=5588028 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14090948 memory=748 CPUtime=0.09 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 987 0 0 0 4 5 0 0 20 0 15 0 250668954 14429130752 1397007 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 189.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5588028 KiB

[startup+222.301 s]
/proc/loadavg: 2.01 1.92 1.74 3/215 26860
/proc/meminfo: memFree=8711484/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14090948 memory=5588096 CPUtime=250.02 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 122547 0 0 0 24574 428 0 0 20 0 15 0 250668948 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3522737 1397024 3616 1 0 3484809 0
[pid=26762/tid=26764] ppid=26759 vsize=14090948 memory=5588096 CPUtime=215.8 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 45841 0 0 0 21532 48 0 0 20 0 15 0 250668948 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140460004057368 140459617440620 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.1 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 5735 0 0 0 517 93 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.05 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 7950 0 0 0 518 87 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.08 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 6397 0 0 0 517 91 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14090948 memory=3892 CPUtime=6.09 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 7745 0 0 0 518 91 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0.27 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 12243 0 0 0 26 1 0 0 20 0 15 0 250668950 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459473412960 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459472360576 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14090948 memory=5588096 CPUtime=3.61 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) S 26759 26762 25450 0 -1 1077944384 9495 0 0 0 359 2 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14090948 memory=5588096 CPUtime=4.49 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) S 26759 26762 25450 0 -1 1077944384 13025 0 0 0 447 2 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459469203952 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14090948 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) S 26759 26762 25450 0 -1 1077944384 11682 0 0 0 126 3 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459468151664 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14090948 memory=68320 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14090948 memory=1220 CPUtime=0.12 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 1023 0 0 0 6 6 0 0 20 0 15 0 250668954 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 250.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5588096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+224.301 s]
/proc/loadavg: 2.01 1.92 1.74 3/215 26860
/proc/meminfo: memFree=8711484/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14090948 memory=5588096 CPUtime=252.02 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 122592 0 0 0 24774 428 0 0 20 0 15 0 250668948 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3522737 1397024 3616 1 0 3484809 0
[pid=26762/tid=26764] ppid=26759 vsize=14090948 memory=4744 CPUtime=217.8 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 45886 0 0 0 21732 48 0 0 20 0 15 0 250668948 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140460004057368 140459617440485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.1 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 5735 0 0 0 517 93 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.05 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 7950 0 0 0 518 87 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.08 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 6397 0 0 0 517 91 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14090948 memory=3892 CPUtime=6.09 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 7745 0 0 0 518 91 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0.27 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 12243 0 0 0 26 1 0 0 20 0 15 0 250668950 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459473412960 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459472360576 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14090948 memory=5588096 CPUtime=3.61 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) S 26759 26762 25450 0 -1 1077944384 9495 0 0 0 359 2 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14090948 memory=3892 CPUtime=4.49 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) S 26759 26762 25450 0 -1 1077944384 13025 0 0 0 447 2 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459469203952 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14090948 memory=279367491808096 CPUtime=1.29 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) S 26759 26762 25450 0 -1 1077944384 11682 0 0 0 126 3 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459468151664 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14090948 memory=6658097499865246000 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0.12 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 1023 0 0 0 6 6 0 0 20 0 15 0 250668954 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5588096 KiB

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

[startup+224.335 s]
# the end of solver process 26762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.754 s, system=4.31695 s

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

[startup+224.301 s]
/proc/loadavg: 2.01 1.92 1.74 3/215 26860
/proc/meminfo: memFree=8711484/32770624 swapFree=67108792/67108860
[pid=26762] ppid=26759 vsize=14090948 memory=5588096 CPUtime=252.02 cores=0,2,4,6
/proc/26762/stat : 26762 (java) S 26759 26762 25450 0 -1 1077944320 122592 0 0 0 24774 428 0 0 20 0 15 0 250668948 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140736596312160 140459999821559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
/proc/26762/statm: 3522737 1397024 3616 1 0 3484809 0
[pid=26762/tid=26764] ppid=26759 vsize=14090948 memory=4744 CPUtime=217.8 cores=0,2,4,6
/proc/26762/task/26764/stat : 26764 (java) R 26759 26762 25450 0 -1 4202560 45886 0 0 0 21732 48 0 0 20 0 15 0 250668948 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140460004057368 140459617440485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26765] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.1 cores=0,2,4,6
/proc/26762/task/26765/stat : 26765 (java) S 26759 26762 25450 0 -1 1077944384 5735 0 0 0 517 93 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459929910160 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26766] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.05 cores=0,2,4,6
/proc/26762/task/26766/stat : 26766 (java) S 26759 26762 25450 0 -1 1077944384 7950 0 0 0 518 87 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459928857360 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26767] ppid=26759 vsize=14090948 memory=5588096 CPUtime=6.08 cores=0,2,4,6
/proc/26762/task/26767/stat : 26767 (java) S 26759 26762 25450 0 -1 1077944384 6397 0 0 0 517 91 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459927805072 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26768] ppid=26759 vsize=14090948 memory=3892 CPUtime=6.09 cores=0,2,4,6
/proc/26762/task/26768/stat : 26768 (java) S 26759 26762 25450 0 -1 1077944384 7745 0 0 0 518 91 0 0 20 0 15 0 250668949 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459592301584 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26769] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0.27 cores=0,2,4,6
/proc/26762/task/26769/stat : 26769 (java) S 26759 26762 25450 0 -1 1077944384 12243 0 0 0 26 1 0 0 20 0 15 0 250668950 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459474466928 140459999832706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26770] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26770/stat : 26770 (java) S 26759 26762 25450 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459473412960 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26771] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26771/stat : 26771 (java) S 26759 26762 25450 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250668951 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459472360576 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26772] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26772/stat : 26772 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459471308880 140459999840155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26773] ppid=26759 vsize=14090948 memory=5588096 CPUtime=3.61 cores=0,2,4,6
/proc/26762/task/26773/stat : 26773 (java) S 26759 26762 25450 0 -1 1077944384 9495 0 0 0 359 2 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459470256752 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26774] ppid=26759 vsize=14090948 memory=3892 CPUtime=4.49 cores=0,2,4,6
/proc/26762/task/26774/stat : 26774 (java) S 26759 26762 25450 0 -1 1077944384 13025 0 0 0 447 2 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459469203952 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26775] ppid=26759 vsize=14090948 memory=279367491808096 CPUtime=1.29 cores=0,2,4,6
/proc/26762/task/26775/stat : 26775 (java) S 26759 26762 25450 0 -1 1077944384 11682 0 0 0 126 3 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459468151664 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26776] ppid=26759 vsize=14090948 memory=6658097499865246000 CPUtime=0 cores=0,2,4,6
/proc/26762/task/26776/stat : 26776 (java) S 26759 26762 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250668953 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459467099104 140459999831765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
[pid=26762/tid=26777] ppid=26759 vsize=14090948 memory=5588096 CPUtime=0.12 cores=0,2,4,6
/proc/26762/task/26777/stat : 26777 (java) S 26759 26762 25450 0 -1 1077944384 1023 0 0 0 6 6 0 0 20 0 15 0 250668954 14429130752 1397024 33554432000 4194304 4196468 140736596329616 140459466045872 140459999832706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140736596333647 140736596333838 140736596333838 140736596336591 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5588096 KiB

Child status: 143
Real time (s): 224.335
CPU time (s): 252.071
CPU user time (s): 247.754
CPU system time (s): 4.31695
CPU usage (%): 112.364
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5588096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.754
system time used= 4.31695
maximum resident set size= 5588716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9866
involuntary context switches= 533


# summary of solver processes directly reported to runsolver:
#   pid: 26762
#   total CPU time (s): 252.071
#   total CPU user time (s): 247.754
#   total CPU system time (s): 4.31695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.75075 second user time and 1.729 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 13:04:17
IDJOB=4310225
IDBENCH=141270
IDSOLVER=2795
FILE ID=node150/4310225-1534331056
RUNJOBID= node150-1534329088-25481
PBS_JOBID= 21038155
Free space on /tmp= 37752 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-05-0350_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-4310225-1534331056/watcher-4310225-1534331056 -o /tmp/evaluation-result-4310225-1534331056/solver-4310225-1534331056 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534329088-25481 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 630351617 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310225-1534331056.xml

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

MD5SUM BENCH= 51c3d091a7e4b0716a15e9a29832b849
RANDOM SEED=630351617

node150.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.76
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.76
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.76
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.76
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:        18014204 kB
MemAvailable:   31628080 kB
Buffers:          249748 kB
Cached:         13531496 kB
SwapCached:           32 kB
Active:          6839652 kB
Inactive:        7265264 kB
Active(anon):     275008 kB
Inactive(anon):   109136 kB
Active(file):    6564644 kB
Inactive(file):  7156128 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:            184032 kB
Writeback:             0 kB
AnonPages:        330748 kB
Mapped:            69944 kB
Shmem:             57924 kB
Slab:             349932 kB
SReclaimable:     321564 kB
SUnreclaim:        28368 kB
KernelStack:        3600 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1338044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37680 MiB
End job on node150 at 2018-08-15 13:08:01