Trace number 4312266

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-17? (TO) 252.098 242.524

General information on the benchmark

NameNurseRostering/
NurseRostering-11_c18.xml
MD5SUM05c4130aaeb0756e89b7f80c2b4d0b20
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2678
Number of constraints6759
Number of domains17
Minimum domain size1
Maximum domain size51
Distribution of domain sizes[{"size":1,"count":124},{"size":2,"count":536},{"size":7,"count":1400},{"size":29,"count":254},{"size":51,"count":364}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1078},{"degree":3,"count":200},{"degree":19,"count":42},{"degree":20,"count":50},{"degree":21,"count":8},{"degree":22,"count":36},{"degree":23,"count":52},{"degree":24,"count":78},{"degree":25,"count":85},{"degree":26,"count":95},{"degree":27,"count":362},{"degree":28,"count":348},{"degree":29,"count":159},{"degree":30,"count":69},{"degree":31,"count":16}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":2382},{"arity":3,"count":2340},{"arity":4,"count":300},{"arity":6,"count":920},{"arity":7,"count":270},{"arity":29,"count":350},{"arity":51,"count":196},{"arity":100,"count":1}]
Number of extensional constraints1546
Number of intensional constraints836
Distribution of constraint types[{"type":"extension","count":1546},{"type":"intension","count":836},{"type":"regular","count":2590},{"type":"sum","count":100},{"type":"count","count":1686},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-08-17
0.66/0.56	c seed: 1485035487
0.66/0.56	c timeout: 252
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 1
0.66/0.58	c Parsing instance...
8.69/3.85	c Parsing done, starting search...
252.06/242.50	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 (12454 MiB free)
  memory of node 1: 16384 MiB (10854 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312266-1534568820/watcher-4312266-1534568820 -o /tmp/evaluation-result-4312266-1534568820/solver-4312266-1534568820 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534568572-15331 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1485035487 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312266-1534568820.xml 

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

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=15515, runsolver pid=15511
Current StackSize limit: 8192 KiB


[startup+0.108366 s]*
/proc/loadavg: 1.35 1.61 1.50 3/195 15530
/proc/meminfo: memFree=23814856/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14082736 memory=33128 CPUtime=0.12 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 7195 0 0 0 11 1 0 0 20 0 15 0 274445169 14420721664 8282 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3520684 8282 3160 1 0 3482761 0
[pid=15515/tid=15517] ppid=15511 vsize=14082736 memory=8543466553346073208 CPUtime=0.1 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 5228 0 0 0 9 1 0 0 20 0 15 0 274445170 14420721664 8282 33554432000 4194304 4196468 140735472324896 140223389431640 140223385240733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14082736 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445172 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445172 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222297486240 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445173 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222296433648 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 8282 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15511 15515 12267 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 8282 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 8282 33554432000 4194304 4196468 140735472324896 140221985147504 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0.01 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) R 15511 15515 12267 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 274445175 14420721664 8282 33554432000 4194304 4196468 140735472324896 140221984094960 140223385229954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 8282 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 8282 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33128 KiB

[startup+0.213318 s]*
/proc/loadavg: 1.35 1.61 1.50 5/215 15554
/proc/meminfo: memFree=23784760/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14082736 memory=47132 CPUtime=0.3 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 10380 0 0 0 28 2 0 0 20 0 15 0 274445169 14420721664 11783 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3520684 11783 3385 1 0 3482761 0
[pid=15515/tid=15517] ppid=15511 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 8056 0 0 0 18 2 0 0 20 0 15 0 274445170 14420721664 11783 33554432000 4194304 4196468 140735472324896 140223389440304 140222981613509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14082736 memory=140514624096722 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274445172 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445172 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222297486240 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445173 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222296433648 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 11783 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) R 15511 15515 12267 0 -1 1077944384 390 0 0 0 1 0 0 0 20 0 15 0 274445175 14420721664 11783 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) R 15511 15515 12267 0 -1 4202560 209 0 0 0 1 0 0 0 20 0 15 0 274445175 14420721664 11783 33554432000 4194304 4196468 140735472324896 140221985147504 140223377508261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0.06 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) R 15511 15515 12267 0 -1 4202560 344 0 0 0 6 0 0 0 20 0 15 0 274445175 14420721664 11783 33554432000 4194304 4196468 140735472324896 140221984094960 140223377460197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 11783 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 11783 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47132 KiB

[startup+0.310247 s]*
/proc/loadavg: 1.35 1.61 1.50 3/215 15554
/proc/meminfo: memFree=23762696/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14082736 memory=50676 CPUtime=0.43 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 10773 0 0 0 41 2 0 0 20 0 15 0 274445169 14420721664 12669 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3520684 12669 3429 1 0 3482761 0
[pid=15515/tid=15517] ppid=15511 vsize=14082736 memory=5450919713671312938 CPUtime=0.3 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 8414 0 0 0 28 2 0 0 20 0 15 0 274445170 14420721664 12669 33554432000 4194304 4196468 140735472324896 140223389426640 140223369299294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14082736 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14082736 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445171 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14082736 memory=140514622604928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274445172 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14082736 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445172 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222297486240 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14082736 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445173 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222296433648 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14082736 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 12669 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15511 15515 12267 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 274445175 14420721664 12669 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14082736 memory=14420721663 CPUtime=0.02 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15511 15515 12267 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 274445175 14420721664 12669 33554432000 4194304 4196468 140735472324896 140221985147504 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14082736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15511 15515 12267 0 -1 1077944384 368 0 0 0 8 0 0 0 20 0 15 0 274445175 14420721664 12669 33554432000 4194304 4196468 140735472324896 140221984094960 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 12669 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445175 14420721664 12669 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50676 KiB

[startup+0.700699 s]
/proc/loadavg: 1.35 1.61 1.50 3/215 15554
/proc/meminfo: memFree=23731424/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14084804 memory=88740 CPUtime=0.98 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 17633 0 0 0 94 4 0 0 20 0 15 0 274445169 14422839296 22185 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3521201 22185 3503 1 0 3483273 0
[pid=15515/tid=15517] ppid=15511 vsize=14084804 memory=281028971460096 CPUtime=0.67 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 14860 0 0 0 64 3 0 0 20 0 15 0 274445170 14422839296 22185 33554432000 4194304 4196468 140735472324896 140223389441520 140223369299294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14084804 memory=281028971460032 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14084804 memory=14884 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14084804 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445171 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274445172 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14084804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445172 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222297486240 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445173 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222296433648 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14422839296 22185 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15511 15515 12267 0 -1 1077944384 550 0 0 0 7 0 0 0 20 0 15 0 274445175 14422839296 22185 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15511 15515 12267 0 -1 1077944384 382 0 0 0 6 0 0 0 20 0 15 0 274445175 14422839296 22185 33554432000 4194304 4196468 140735472324896 140221985147504 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15511 15515 12267 0 -1 1077944384 459 0 0 0 15 0 0 0 20 0 15 0 274445175 14422839296 22185 33554432000 4194304 4196468 140735472324896 140221984094960 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14084804 memory=2867565960586600 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14422839296 22185 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14084804 memory=-3395018486312292127 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445175 14422839296 22185 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88740 KiB

[startup+1.50064 s]
/proc/loadavg: 1.35 1.61 1.50 10/215 15554
/proc/meminfo: memFree=23645156/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14088900 memory=182836 CPUtime=3.5 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 23151 0 0 0 343 7 0 0 20 0 15 0 274445169 14427033600 45709 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3522225 45709 3546 1 0 3484297 0
[pid=15515/tid=15517] ppid=15511 vsize=14088900 memory=7957689449132282197 CPUtime=1.47 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 16387 0 0 0 142 5 0 0 20 0 15 0 274445170 14427033600 45709 33554432000 4194304 4196468 140735472324896 140223389452096 140223385230742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14088900 memory=102900 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14427033600 45709 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14088900 memory=64292 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14427033600 45709 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14088900 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445171 14427033600 45709 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14088900 memory=14884 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445171 14427033600 45709 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14088900 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 274445172 14427033600 45709 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0

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

/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 33642 0 0 0 16154 35 0 0 20 0 15 0 274445170 14431227904 599475 33554432000 4194304 4196468 140735472324896 140223389456656 140222996009114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14092996 memory=2397900 CPUtime=0.34 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 913 0 0 0 24 10 0 0 20 0 15 0 274445171 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14092996 memory=2397900 CPUtime=0.34 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 2062 0 0 0 24 10 0 0 20 0 15 0 274445171 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14092996 memory=2397900 CPUtime=0.33 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 803 0 0 0 22 11 0 0 20 0 15 0 274445171 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14092996 memory=2397900 CPUtime=0.33 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 3656 0 0 0 23 10 0 0 20 0 15 0 274445171 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14092996 memory=1124 CPUtime=0.02 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 2276 0 0 0 2 0 0 0 20 0 15 0 274445172 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14092996 memory=2397900 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274445172 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222297486304 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14092996 memory=1287712 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274445173 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222296433664 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14092996 memory=2400048 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 599475 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14092996 memory=1752 CPUtime=3.53 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15511 15515 12267 0 -1 1077944384 9593 0 0 0 352 1 0 0 20 0 15 0 274445175 14431227904 599475 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14092996 memory=856 CPUtime=3.57 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15511 15515 12267 0 -1 1077944384 10813 0 0 0 355 2 0 0 20 0 15 0 274445175 14431227904 599475 33554432000 4194304 4196468 140735472324896 140221985147504 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14092996 memory=6791534058613427641 CPUtime=1.34 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15511 15515 12267 0 -1 1077944384 9201 0 0 0 132 2 0 0 20 0 15 0 274445175 14431227904 599475 33554432000 4194304 4196468 140735472324896 140221984094960 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14092996 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 599475 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14092996 memory=2397900 CPUtime=0.03 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 276 0 0 0 1 2 0 0 20 0 15 0 274445175 14431227904 599475 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 171.79 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2397900 KiB

[startup+222.301 s]
/proc/loadavg: 1.79 1.72 1.57 4/216 15565
/proc/meminfo: memFree=20255708/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14092996 memory=2305788 CPUtime=231.84 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 79626 0 0 0 23098 86 0 0 20 0 15 0 274445169 14431227904 576447 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3523249 576447 3603 1 0 3485321 0
[pid=15515/tid=15517] ppid=15511 vsize=14092996 memory=2305788 CPUtime=221.87 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 36165 0 0 0 22152 35 0 0 20 0 15 0 274445170 14431227904 576447 33554432000 4194304 4196468 140735472324896 140223389456640 140222983996890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14092996 memory=2305180 CPUtime=0.35 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 950 0 0 0 25 10 0 0 20 0 15 0 274445171 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14092996 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 2859 0 0 0 25 10 0 0 20 0 15 0 274445171 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14092996 memory=2305180 CPUtime=0.34 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1005 0 0 0 23 11 0 0 20 0 15 0 274445171 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0.34 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 3995 0 0 0 24 10 0 0 20 0 15 0 274445171 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14092996 memory=2305180 CPUtime=0.02 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 2536 0 0 0 2 0 0 0 20 0 15 0 274445172 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274445172 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222297486304 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274445173 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222296433664 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 576447 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14092996 memory=2305788 CPUtime=3.53 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15511 15515 12267 0 -1 1077944384 9595 0 0 0 352 1 0 0 20 0 15 0 274445175 14431227904 576447 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14092996 memory=2305788 CPUtime=3.57 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15511 15515 12267 0 -1 1077944384 10816 0 0 0 355 2 0 0 20 0 15 0 274445175 14431227904 576447 33554432000 4194304 4196468 140735472324896 140221985147504 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14092996 memory=6791534058613427641 CPUtime=1.34 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15511 15515 12267 0 -1 1077944384 9967 0 0 0 132 2 0 0 20 0 15 0 274445175 14431227904 576447 33554432000 4194304 4196468 140735472324896 140221984094960 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 576447 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0.04 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 305 0 0 0 2 2 0 0 20 0 15 0 274445175 14431227904 576447 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 231.84 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2305788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.501 s]
/proc/loadavg: 1.78 1.73 1.57 3/216 15566
/proc/meminfo: memFree=20364940/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14092996 memory=2194668 CPUtime=252.06 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 80605 0 0 0 25120 86 0 0 20 0 15 0 274445169 14431227904 548667 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3523249 548667 3603 1 0 3485321 0
[pid=15515/tid=15517] ppid=15511 vsize=14092996 memory=2194668 CPUtime=242.06 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 37020 0 0 0 24171 35 0 0 20 0 15 0 274445170 14431227904 548667 33554432000 4194304 4196468 140735472324896 140223389456704 140222996847583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14092996 memory=2194668 CPUtime=0.36 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 953 0 0 0 26 10 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14092996 memory=2194668 CPUtime=0.36 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 2859 0 0 0 26 10 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14092996 memory=288230574492221466 CPUtime=0.35 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1007 0 0 0 24 11 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0.35 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 4105 0 0 0 25 10 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0.02 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 2545 0 0 0 2 0 0 0 20 0 15 0 274445172 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14092996 memory=2305180 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274445172 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222297486304 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274445173 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222296433664 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14092996 memory=2194668 CPUtime=3.53 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15511 15515 12267 0 -1 1077944384 9595 0 0 0 352 1 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14092996 memory=2194668 CPUtime=3.57 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15511 15515 12267 0 -1 1077944384 10816 0 0 0 355 2 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221985147504 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14092996 memory=2194668 CPUtime=1.34 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15511 15515 12267 0 -1 1077944384 9967 0 0 0 132 2 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221984094960 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14092996 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14092996 memory=2194668 CPUtime=0.04 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 305 0 0 0 2 2 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2194668 KiB

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

[startup+242.524 s]
# the end of solver process 15515 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.217 s, system=0.88048 s

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

[startup+242.501 s]
/proc/loadavg: 1.78 1.73 1.57 3/216 15566
/proc/meminfo: memFree=20364940/32770624 swapFree=67105356/67108860
[pid=15515] ppid=15511 vsize=14092996 memory=2194668 CPUtime=252.06 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15511 15515 12267 0 -1 1077944320 80605 0 0 0 25120 86 0 0 20 0 15 0 274445169 14431227904 548667 33554432000 4194304 4196468 140735472324896 140735472307440 140223385218807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
/proc/15515/statm: 3523249 548667 3603 1 0 3485321 0
[pid=15515/tid=15517] ppid=15511 vsize=14092996 memory=2194668 CPUtime=242.06 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) R 15511 15515 12267 0 -1 4202560 37020 0 0 0 24171 35 0 0 20 0 15 0 274445170 14431227904 548667 33554432000 4194304 4196468 140735472324896 140223389456704 140222996847583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15518] ppid=15511 vsize=14092996 memory=2194668 CPUtime=0.36 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15511 15515 12267 0 -1 1077944384 953 0 0 0 26 10 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222981466896 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15519] ppid=15511 vsize=14092996 memory=2194668 CPUtime=0.36 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15511 15515 12267 0 -1 1077944384 2859 0 0 0 26 10 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222980414352 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15520] ppid=15511 vsize=14092996 memory=288230574492221466 CPUtime=0.35 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15511 15515 12267 0 -1 1077944384 1007 0 0 0 24 11 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222979361808 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15521] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0.35 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15511 15515 12267 0 -1 1077944384 4105 0 0 0 25 10 0 0 20 0 15 0 274445171 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222978309264 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15522] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0.02 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15511 15515 12267 0 -1 1077944384 2545 0 0 0 2 0 0 0 20 0 15 0 274445172 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222298540016 140223385229954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15523] ppid=15511 vsize=14092996 memory=2305180 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15511 15515 12267 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274445172 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222297486304 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15524] ppid=15511 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15511 15515 12267 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274445173 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222296433664 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15525] ppid=15511 vsize=14092996 memory=2305788 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140222295382224 140223385237403 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15526] ppid=15511 vsize=14092996 memory=2194668 CPUtime=3.53 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15511 15515 12267 0 -1 1077944384 9595 0 0 0 352 1 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221986200048 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15527] ppid=15511 vsize=14092996 memory=2194668 CPUtime=3.57 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15511 15515 12267 0 -1 1077944384 10816 0 0 0 355 2 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221985147504 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15528] ppid=15511 vsize=14092996 memory=2194668 CPUtime=1.34 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15511 15515 12267 0 -1 1077944384 9967 0 0 0 132 2 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221984094960 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15529] ppid=15511 vsize=14092996 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15511 15515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221983042656 140223385229013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
[pid=15515/tid=15530] ppid=15511 vsize=14092996 memory=2194668 CPUtime=0.04 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15511 15515 12267 0 -1 1077944384 305 0 0 0 2 2 0 0 20 0 15 0 274445175 14431227904 548667 33554432000 4194304 4196468 140735472324896 140221981989168 140223385229954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735472333902 140735472334094 140735472334094 140735472336847 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2194668 KiB

Child status: 143
Real time (s): 242.524
CPU time (s): 252.098
CPU user time (s): 251.217
CPU system time (s): 0.88048
CPU usage (%): 103.948
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2400048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.217
system time used= 0.88048
maximum resident set size= 2402288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9649
involuntary context switches= 195


# summary of solver processes directly reported to runsolver:
#   pid: 15515
#   total CPU time (s): 252.098
#   total CPU user time (s): 251.217
#   total CPU system time (s): 0.88048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37188 second user time and 2.19639 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-18 07:07:00
IDJOB=4312266
IDBENCH=141054
IDSOLVER=2800
FILE ID=node149/4312266-1534568820
RUNJOBID= node149-1534568572-15331
PBS_JOBID= 21038630
Free space on /tmp= 51888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-11_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312266-1534568820/watcher-4312266-1534568820 -o /tmp/evaluation-result-4312266-1534568820/solver-4312266-1534568820 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534568572-15331 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1485035487 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312266-1534568820.xml

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

MD5SUM BENCH= 05c4130aaeb0756e89b7f80c2b4d0b20
RANDOM SEED=1485035487

node149.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.60
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.60
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.60
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.60
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:        23868220 kB
MemAvailable:   31891272 kB
Buffers:          214436 kB
Cached:          8060800 kB
SwapCached:         1704 kB
Active:          3951224 kB
Inactive:        4377012 kB
Active(anon):      22672 kB
Inactive(anon):    98872 kB
Active(file):    3928552 kB
Inactive(file):  4278140 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             36180 kB
Writeback:             0 kB
AnonPages:        200284 kB
Mapped:            18900 kB
Shmem:             65952 kB
Slab:             273076 kB
SReclaimable:     244820 kB
SUnreclaim:        28256 kB
KernelStack:        3840 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     367696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51856 MiB
End job on node149 at 2018-08-18 07:11:02