Trace number 4308360

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.08 2498.93

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test02-0250_c18.xml
MD5SUM2354d9b784d04df982f0d1b4068abd13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89666091
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints1131
Number of intensional constraints1331
Distribution of constraint types[{"type":"extension","count":1131},{"type":"intension","count":1331}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 655896454
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
33.57/20.88	c Parsing done, starting search...
2520.04/2498.90	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 (11031 MiB free)
  memory of node 1: 16384 MiB (12779 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=32465, runsolver pid=32462

[startup+0.100166 s]*
/proc/loadavg: 1.29 1.25 1.28 3/219 32480
/proc/meminfo: memFree=24363052/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14082736 memory=32208 CPUtime=0.12 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 6434 0 0 0 11 1 0 0 20 0 15 0 246376999 14420721664 8052 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3520684 8052 3161 1 0 3482761 0
[pid=32465/tid=32467] ppid=32462 vsize=14082736 memory=-8629632960753997185 CPUtime=0.09 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 4487 0 0 0 8 1 0 0 20 0 15 0 246376999 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434933462688 140434929263773 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246377001 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246377002 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434402645152 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246377002 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434401592048 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) S 32462 32465 28719 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 246377004 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434399488752 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377004 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434398436208 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0.01 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) S 32462 32465 28719 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 246377004 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377005 14420721664 8052 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32208 KiB

[startup+0.210881 s]*
/proc/loadavg: 1.29 1.25 1.28 4/219 32480
/proc/meminfo: memFree=24347532/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14082736 memory=48008 CPUtime=0.3 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 10038 0 0 0 28 2 0 0 20 0 15 0 246376999 14420721664 12002 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3520684 12002 3380 1 0 3482761 0
[pid=32465/tid=32467] ppid=32462 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 7821 0 0 0 18 2 0 0 20 0 15 0 246376999 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434933466816 140434921478974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14082736 memory=288370428028630656 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246377001 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246377002 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434402645152 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246377002 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434401592048 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) R 32462 32465 28719 0 -1 4202560 424 0 0 0 2 0 0 0 20 0 15 0 246377004 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434399478544 140434912804936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) R 32462 32465 28719 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 15 0 246377004 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434398436208 140434910612160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0.05 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) R 32462 32465 28719 0 -1 1077944384 293 0 0 0 5 0 0 0 20 0 15 0 246377004 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377005 14420721664 12002 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48008 KiB

[startup+0.310815 s]*
/proc/loadavg: 1.29 1.25 1.28 3/219 32480
/proc/meminfo: memFree=24344352/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14082736 memory=51128 CPUtime=0.44 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 10464 0 0 0 42 2 0 0 20 0 15 0 246376999 14420721664 12782 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3520684 12782 3383 1 0 3482761 0
[pid=32465/tid=32467] ppid=32462 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 8151 0 0 0 28 2 0 0 20 0 15 0 246376999 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434933459760 140434912428656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14082736 memory=4294982659 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14082736 memory=288370428028630656 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246377000 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246377001 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246377002 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434402645152 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246377002 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434401592048 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) S 32462 32465 28719 0 -1 1077944384 450 0 0 0 3 0 0 0 20 0 15 0 246377004 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434399488752 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) S 32462 32465 28719 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 15 0 246377004 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434398436208 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0.08 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) S 32462 32465 28719 0 -1 1077944384 304 0 0 0 8 0 0 0 20 0 15 0 246377004 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14082736 memory=140051876918912 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377005 14420721664 12782 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51128 KiB

[startup+0.700768 s]
/proc/loadavg: 1.29 1.25 1.28 3/219 32480
/proc/meminfo: memFree=24320912/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14084804 memory=88740 CPUtime=1 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 17078 0 0 0 95 5 0 0 20 0 15 0 246376999 14422839296 22185 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3521201 22185 3496 1 0 3483273 0
[pid=32465/tid=32467] ppid=32462 vsize=14084804 memory=279517948056119 CPUtime=0.68 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 14463 0 0 0 64 4 0 0 20 0 15 0 246376999 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434933475160 140434921481021 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14084804 memory=3834592127481040488 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377000 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246377000 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246377001 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14084804 memory=-6007061419333673829 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246377002 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434402645152 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246377002 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434401592048 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14084804 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) S 32462 32465 28719 0 -1 1077944384 578 0 0 0 8 0 0 0 20 0 15 0 246377004 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434399488752 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) S 32462 32465 28719 0 -1 1077944384 324 0 0 0 7 0 0 0 20 0 15 0 246377004 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434398436208 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) S 32462 32465 28719 0 -1 1077944384 331 0 0 0 15 0 0 0 20 0 15 0 246377004 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14084804 memory=37144 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246377005 14422839296 22185 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88740 KiB

[startup+1.50133 s]
/proc/loadavg: 1.29 1.25 1.28 3/219 32480
/proc/meminfo: memFree=24081532/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14086852 memory=436372 CPUtime=3.04 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 20062 0 0 0 260 44 0 0 20 0 15 0 246376999 14424936448 109093 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3521713 109093 3560 1 0 3483785 0
[pid=32465/tid=32467] ppid=32462 vsize=14086852 memory=3303 CPUtime=1.35 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 14948 0 0 0 124 11 0 0 20 0 15 0 246376999 14424936448 109093 33554432000 4194304 4196468 140726886475216 140434933476544 140434571105290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14086852 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 204 0 0 0 5 7 0 0 20 0 15 0 246377000 14424936448 109093 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14086852 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 145 0 0 0 4 6 0 0 20 0 15 0 246377000 14424936448 109093 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14086852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 152 0 0 0 3 9 0 0 20 0 15 0 246377000 14424936448 109093 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14086852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 136 0 0 0 5 7 0 0 20 0 15 0 246377000 14424936448 109093 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 246377001 14424936448 109093 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0

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

/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 168221 0 0 0 237675 76 0 0 20 0 15 0 246376999 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434933480096 140434579800698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14090948 memory=3005004 CPUtime=4.25 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 39219 0 0 0 356 69 0 0 20 0 15 0 246377000 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14090948 memory=3005004 CPUtime=4.25 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 44526 0 0 0 356 69 0 0 20 0 15 0 246377000 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14090948 memory=3000904 CPUtime=4.25 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 41527 0 0 0 351 74 0 0 20 0 15 0 246377000 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14090948 memory=3010136 CPUtime=4.25 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 44327 0 0 0 357 68 0 0 20 0 15 0 246377000 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14090948 memory=3000904 CPUtime=0.35 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 19481 0 0 0 30 5 0 0 20 0 15 0 246377001 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14090948 memory=3000904 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434402645216 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14090948 memory=3000904 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434401592064 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14090948 memory=2616 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14090948 memory=3004492 CPUtime=2.92 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) S 32462 32465 28719 0 -1 1077944384 11352 0 0 0 290 2 0 0 20 0 15 0 246377004 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434399488752 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14090948 memory=6791534058613427641 CPUtime=2.62 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) S 32462 32465 28719 0 -1 1077944384 6419 0 0 0 260 2 0 0 20 0 15 0 246377004 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434398436208 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14090948 memory=37188 CPUtime=1.22 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) S 32462 32465 28719 0 -1 1077944384 13838 0 0 0 119 3 0 0 20 0 15 0 246377004 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14090948 memory=872 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14090948 memory=4280 CPUtime=1.32 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 2190 0 0 0 63 69 0 0 20 0 15 0 246377005 14429130752 750226 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 2403.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3000904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.77 1.84 1.89 3/218 32635
/proc/meminfo: memFree=19369724/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14090948 memory=2981412 CPUtime=2463.25 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 398412 0 0 0 245897 428 0 0 20 0 15 0 246376999 14429130752 745353 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3522737 745353 3611 1 0 3484809 0
[pid=32465/tid=32467] ppid=32462 vsize=14090948 memory=2981412 CPUtime=2437.44 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 169559 0 0 0 243667 77 0 0 20 0 15 0 246376999 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434933479824 140434579801425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14090948 memory=2981412 CPUtime=4.31 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 40550 0 0 0 362 69 0 0 20 0 15 0 246377000 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14090948 memory=2986540 CPUtime=4.32 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 45341 0 0 0 363 69 0 0 20 0 15 0 246377000 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14090948 memory=2986540 CPUtime=4.31 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 42732 0 0 0 357 74 0 0 20 0 15 0 246377000 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14090948 memory=2983976 CPUtime=4.31 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 45245 0 0 0 363 68 0 0 20 0 15 0 246377000 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14090948 memory=2983976 CPUtime=0.36 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 19725 0 0 0 30 6 0 0 20 0 15 0 246377001 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14090948 memory=2983976 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434402645216 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14090948 memory=2981412 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434401592064 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14090948 memory=2981412 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14090948 memory=0 CPUtime=2.92 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) S 32462 32465 28719 0 -1 1077944384 11355 0 0 0 290 2 0 0 20 0 15 0 246377004 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434399488752 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14090948 memory=2999364 CPUtime=2.62 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) S 32462 32465 28719 0 -1 1077944384 6423 0 0 0 260 2 0 0 20 0 15 0 246377004 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434398436208 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14090948 memory=7288 CPUtime=1.22 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) S 32462 32465 28719 0 -1 1077944384 13846 0 0 0 119 3 0 0 20 0 15 0 246377004 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14090948 memory=2981412 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14090948 memory=2981412 CPUtime=1.35 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 2218 0 0 0 65 70 0 0 20 0 15 0 246377005 14429130752 745353 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 2463.25 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2981412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.9 s]
/proc/loadavg: 1.85 1.85 1.89 3/219 32644
/proc/meminfo: memFree=19478064/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14090948 memory=2965504 CPUtime=2520.04 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 404119 0 0 0 251574 430 0 0 20 0 15 0 246376999 14429130752 741376 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3522737 741376 3611 1 0 3484809 0
[pid=32465/tid=32467] ppid=32462 vsize=14090948 memory=2965504 CPUtime=2493.97 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 171065 0 0 0 249320 77 0 0 20 0 15 0 246376999 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434933479808 140434579708029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14090948 memory=2965504 CPUtime=4.37 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 41470 0 0 0 367 70 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14090948 memory=2965504 CPUtime=4.37 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 46482 0 0 0 368 69 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14090948 memory=2966020 CPUtime=4.37 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 43302 0 0 0 363 74 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14090948 memory=0 CPUtime=4.36 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 46492 0 0 0 368 68 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14090948 memory=2966020 CPUtime=0.37 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 19975 0 0 0 31 6 0 0 20 0 15 0 246377001 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14090948 memory=2971152 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434402645216 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14090948 memory=2983976 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434401592064 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14090948 memory=2965504 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14090948 memory=2965504 CPUtime=2.92 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) S 32462 32465 28719 0 -1 1077944384 11360 0 0 0 290 2 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434399488752 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14090948 memory=1616 CPUtime=2.62 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) S 32462 32465 28719 0 -1 1077944384 6430 0 0 0 260 2 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434398436208 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14090948 memory=1384 CPUtime=1.22 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) S 32462 32465 28719 0 -1 1077944384 13855 0 0 0 119 3 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14090948 memory=2965504 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14090948 memory=7332 CPUtime=1.38 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 2270 0 0 0 66 72 0 0 20 0 15 0 246377005 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2965504 KiB

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

[startup+2498.93 s]
# the end of solver process 32465 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.75 s, system=4.32968 s

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

[startup+2498.9 s]
/proc/loadavg: 1.85 1.85 1.89 3/219 32644
/proc/meminfo: memFree=19478064/32770624 swapFree=67108856/67108860
[pid=32465] ppid=32462 vsize=14090948 memory=2965504 CPUtime=2520.04 cores=0,2,4,6
/proc/32465/stat : 32465 (java) S 32462 32465 28719 0 -1 1077944320 404119 0 0 0 251574 430 0 0 20 0 15 0 246376999 14429130752 741376 33554432000 4194304 4196468 140726886475216 140726886457760 140434929241847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
/proc/32465/statm: 3522737 741376 3611 1 0 3484809 0
[pid=32465/tid=32467] ppid=32462 vsize=14090948 memory=2965504 CPUtime=2493.97 cores=0,2,4,6
/proc/32465/task/32467/stat : 32467 (java) R 32462 32465 28719 0 -1 4202560 171065 0 0 0 249320 77 0 0 20 0 15 0 246376999 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434933479808 140434579708029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32468] ppid=32462 vsize=14090948 memory=2965504 CPUtime=4.37 cores=0,2,4,6
/proc/32465/task/32468/stat : 32468 (java) S 32462 32465 28719 0 -1 1077944384 41470 0 0 0 367 70 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434525502480 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32469] ppid=32462 vsize=14090948 memory=2965504 CPUtime=4.37 cores=0,2,4,6
/proc/32465/task/32469/stat : 32469 (java) S 32462 32465 28719 0 -1 1077944384 46482 0 0 0 368 69 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434524449936 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32470] ppid=32462 vsize=14090948 memory=2966020 CPUtime=4.37 cores=0,2,4,6
/proc/32465/task/32470/stat : 32470 (java) S 32462 32465 28719 0 -1 1077944384 43302 0 0 0 363 74 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434523396880 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32471] ppid=32462 vsize=14090948 memory=0 CPUtime=4.36 cores=0,2,4,6
/proc/32465/task/32471/stat : 32471 (java) S 32462 32465 28719 0 -1 1077944384 46492 0 0 0 368 68 0 0 20 0 15 0 246377000 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434522344336 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32472] ppid=32462 vsize=14090948 memory=2966020 CPUtime=0.37 cores=0,2,4,6
/proc/32465/task/32472/stat : 32472 (java) S 32462 32465 28719 0 -1 1077944384 19975 0 0 0 31 6 0 0 20 0 15 0 246377001 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434403698928 140434929252994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32473] ppid=32462 vsize=14090948 memory=2971152 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32473/stat : 32473 (java) S 32462 32465 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434402645216 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32474] ppid=32462 vsize=14090948 memory=2983976 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32474/stat : 32474 (java) S 32462 32465 28719 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246377002 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434401592064 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32475] ppid=32462 vsize=14090948 memory=2965504 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32475/stat : 32475 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434400540624 140434929260443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32476] ppid=32462 vsize=14090948 memory=2965504 CPUtime=2.92 cores=0,2,4,6
/proc/32465/task/32476/stat : 32476 (java) S 32462 32465 28719 0 -1 1077944384 11360 0 0 0 290 2 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434399488752 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32477] ppid=32462 vsize=14090948 memory=1616 CPUtime=2.62 cores=0,2,4,6
/proc/32465/task/32477/stat : 32477 (java) S 32462 32465 28719 0 -1 1077944384 6430 0 0 0 260 2 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434398436208 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32478] ppid=32462 vsize=14090948 memory=1384 CPUtime=1.22 cores=0,2,4,6
/proc/32465/task/32478/stat : 32478 (java) S 32462 32465 28719 0 -1 1077944384 13855 0 0 0 119 3 0 0 20 0 15 0 246377004 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434397383152 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32479] ppid=32462 vsize=14090948 memory=2965504 CPUtime=0 cores=0,2,4,6
/proc/32465/task/32479/stat : 32479 (java) S 32462 32465 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246377005 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434396330848 140434929252053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
[pid=32465/tid=32480] ppid=32462 vsize=14090948 memory=7332 CPUtime=1.38 cores=0,2,4,6
/proc/32465/task/32480/stat : 32480 (java) S 32462 32465 28719 0 -1 1077944384 2270 0 0 0 66 72 0 0 20 0 15 0 246377005 14429130752 741376 33554432000 4194304 4196468 140726886475216 140434395277872 140434929252994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140726886483017 140726886483209 140726886483209 140726886485967 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2965504 KiB

Child status: 143
Real time (s): 2498.93
CPU time (s): 2520.08
CPU user time (s): 2515.75
CPU system time (s): 4.32968
CPU usage (%): 100.847
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4740208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.75
system time used= 4.32968
maximum resident set size= 4740224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60531
involuntary context switches= 2483


# summary of solver processes directly reported to runsolver:
#   pid: 32465
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.75
#   total CPU system time (s): 4.32968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3462 second user time and 23.2977 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 01:08:58
IDJOB=4308360
IDBENCH=141267
IDSOLVER=2791
FILE ID=node132/4308360-1534288138
RUNJOBID= node132-1534270652-30545
PBS_JOBID= 21038125
Free space on /tmp= 38772 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test02-0250_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-4308360-1534288138/watcher-4308360-1534288138 -o /tmp/evaluation-result-4308360-1534288138/solver-4308360-1534288138 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30545 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 655896454 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308360-1534288138.xml

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

MD5SUM BENCH= 2354d9b784d04df982f0d1b4068abd13
RANDOM SEED=655896454

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:        24383452 kB
MemAvailable:   31595256 kB
Buffers:          216160 kB
Cached:          7221448 kB
SwapCached:            4 kB
Active:          4290992 kB
Inactive:        3511592 kB
Active(anon):     314796 kB
Inactive(anon):   102672 kB
Active(file):    3976196 kB
Inactive(file):  3408920 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:            131408 kB
Writeback:             0 kB
AnonPages:        371936 kB
Mapped:            70732 kB
Shmem:             49820 kB
Slab:             283360 kB
SReclaimable:     255148 kB
SUnreclaim:        28212 kB
KernelStack:        3568 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1214820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 38616 MiB
End job on node132 at 2018-08-15 01:50:37