Trace number 4312273

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.034 243.322

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
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 variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 99594897
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
8.76/3.71	c Parsing done, starting search...
252.00/243.30	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10470 MiB free)
  memory of node 1: 16384 MiB (13155 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312273-1534568816/watcher-4312273-1534568816 -o /tmp/evaluation-result-4312273-1534568816/solver-4312273-1534568816 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534568568-26365 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 99594897 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312273-1534568816.xml 

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

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

solver pid=26568, runsolver pid=26565

[startup+0.100974 s]*
/proc/loadavg: 1.52 1.29 1.12 3/215 26589
/proc/meminfo: memFree=24159172/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14082736 memory=31796 CPUtime=0.11 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 6376 0 0 0 10 1 0 0 20 0 15 0 274444740 14420721664 7949 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3520684 7949 3132 1 0 3482761 0
[pid=26568/tid=26570] ppid=26565 vsize=14082736 memory=-8701690554792053884 CPUtime=0.09 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 4445 0 0 0 8 1 0 0 20 0 15 0 274444740 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632893860400 140632889650582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274444742 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274444743 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632362812448 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274444743 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632361759600 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) S 26565 26568 22827 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 274444745 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632359656304 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444745 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0.01 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) R 26565 26568 22827 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 15 0 274444745 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632357550704 140632873800613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444746 14420721664 8014 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31796 KiB

[startup+0.216466 s]*
/proc/loadavg: 1.52 1.29 1.12 5/215 26589
/proc/meminfo: memFree=24136164/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14082736 memory=47868 CPUtime=0.31 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 10057 0 0 0 28 3 0 0 20 0 15 0 274444740 14420721664 11967 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3520684 11967 3376 1 0 3482761 0
[pid=26568/tid=26570] ppid=26565 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 7789 0 0 0 18 2 0 0 20 0 15 0 274444740 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632893864320 140632873682277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14082736 memory=139761880707096 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274444742 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274444743 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632362812448 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274444743 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632361759600 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) R 26565 26568 22827 0 -1 4202560 511 0 0 0 2 0 0 0 20 0 15 0 274444745 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632359647808 140632871185982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) R 26565 26568 22827 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 15 0 274444745 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0.06 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) R 26565 26568 22827 0 -1 4202560 290 0 0 0 6 0 0 0 20 0 15 0 274444745 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632357550704 140632889650582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444746 14420721664 11967 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47868 KiB

[startup+0.310455 s]*
/proc/loadavg: 1.52 1.29 1.12 3/215 26589
/proc/meminfo: memFree=24128780/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14082736 memory=51004 CPUtime=0.44 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 10402 0 0 0 41 3 0 0 20 0 15 0 274444740 14420721664 12751 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3520684 12751 3379 1 0 3482761 0
[pid=26568/tid=26570] ppid=26565 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 8112 0 0 0 27 2 0 0 20 0 15 0 274444740 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632893847080 140632869914434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14082736 memory=139761880704580 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274444741 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274444742 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274444743 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632362812448 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274444743 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632361759600 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) S 26565 26568 22827 0 -1 1077944384 518 0 0 0 3 0 0 0 20 0 15 0 274444745 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632359656304 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) S 26565 26568 22827 0 -1 1077944384 93 0 0 0 2 0 0 0 20 0 15 0 274444745 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0.08 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) S 26565 26568 22827 0 -1 1077944384 298 0 0 0 8 0 0 0 20 0 15 0 274444745 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632357550704 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14082736 memory=139761879262848 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444746 14420721664 12751 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51004 KiB

[startup+0.70079 s]
/proc/loadavg: 1.52 1.29 1.12 5/215 26589
/proc/meminfo: memFree=24078612/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14084804 memory=88860 CPUtime=0.97 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 17077 0 0 0 92 5 0 0 20 0 15 0 274444740 14422839296 22215 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3521201 22215 3498 1 0 3483273 0
[pid=26568/tid=26570] ppid=26565 vsize=14084804 memory=1752 CPUtime=0.66 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 14443 0 0 0 63 3 0 0 20 0 15 0 274444740 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632893862752 140632479855269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14084804 memory=748 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14084804 memory=1820 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14084804 memory=4296 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14084804 memory=3480 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274444741 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14084804 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274444742 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14084804 memory=10212 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274444743 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632362812448 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14084804 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274444743 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632361759600 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14084804 memory=6412 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14084804 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) S 26565 26568 22827 0 -1 1077944384 690 0 0 0 7 0 0 0 20 0 15 0 274444745 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632359656304 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14084804 memory=8099279071866868840 CPUtime=0.05 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) S 26565 26568 22827 0 -1 1077944384 198 0 0 0 5 0 0 0 20 0 15 0 274444745 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14084804 memory=4641330296368681041 CPUtime=0.14 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) S 26565 26568 22827 0 -1 1077944384 365 0 0 0 14 0 0 0 20 0 15 0 274444745 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632357550704 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14084804 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444746 14422839296 22215 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88860 KiB

[startup+1.50092 s]
/proc/loadavg: 1.52 1.29 1.12 9/215 26589
/proc/meminfo: memFree=23996468/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14088900 memory=188464 CPUtime=3.44 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 25570 0 0 0 336 8 0 0 20 0 15 0 274444740 14427033600 47116 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3522225 47116 3553 1 0 3484297 0
[pid=26568/tid=26570] ppid=26565 vsize=14088900 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 17237 0 0 0 141 6 0 0 20 0 15 0 274444740 14427033600 47116 33554432000 4194304 4196468 140733254672384 140632893874576 140632484720263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14088900 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14427033600 47116 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14088900 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14427033600 47116 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14088900 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274444741 14427033600 47116 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14088900 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274444741 14427033600 47116 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14088900 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 274444742 14427033600 47116 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0

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

/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 31398 0 0 0 16143 23 0 0 20 0 15 0 274444740 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632893876640 140632493516168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14092996 memory=1517516 CPUtime=0.49 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1649 0 0 0 41 8 0 0 20 0 15 0 274444741 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14092996 memory=1517516 CPUtime=0.5 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 3643 0 0 0 41 9 0 0 20 0 15 0 274444741 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14092996 memory=1509108 CPUtime=0.48 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1668 0 0 0 41 7 0 0 20 0 15 0 274444741 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14092996 memory=3816 CPUtime=0.47 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 1594 0 0 0 40 7 0 0 20 0 15 0 274444741 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14092996 memory=6856 CPUtime=0.07 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 2616 0 0 0 7 0 0 0 20 0 15 0 274444742 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14092996 memory=1509076 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632362812512 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14092996 memory=288293289722136853 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632361759616 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14092996 memory=1509076 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14092996 memory=1509076 CPUtime=2.87 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) S 26565 26568 22827 0 -1 1077944384 6746 0 0 0 286 1 0 0 20 0 15 0 274444745 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632359656304 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14092996 memory=1517516 CPUtime=2.94 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) S 26565 26568 22827 0 -1 1077944384 6115 0 0 0 293 1 0 0 20 0 15 0 274444745 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14092996 memory=1517516 CPUtime=1.26 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) S 26565 26568 22827 0 -1 1077944384 5957 0 0 0 125 1 0 0 20 0 15 0 274444745 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632357550704 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14092996 memory=1509076 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14092996 memory=3816 CPUtime=0.06 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 280 0 0 0 3 3 0 0 20 0 15 0 274444746 14431227904 379379 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 170.9 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1517516 KiB

[startup+222.301 s]
/proc/loadavg: 1.38 1.39 1.21 3/216 26600
/proc/meminfo: memFree=22041280/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14092996 memory=1538308 CPUtime=230.98 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 67095 0 0 0 23032 66 0 0 20 0 15 0 274444740 14431227904 384577 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3523249 384577 3616 1 0 3485321 0
[pid=26568/tid=26570] ppid=26565 vsize=14092996 memory=1529808 CPUtime=221.63 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 33455 0 0 0 22140 23 0 0 20 0 15 0 274444740 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632893876528 140632493916780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14092996 memory=1529808 CPUtime=0.51 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1850 0 0 0 43 8 0 0 20 0 15 0 274444741 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14092996 memory=1534244 CPUtime=0.52 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 4693 0 0 0 43 9 0 0 20 0 15 0 274444741 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14092996 memory=1538328 CPUtime=0.5 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1770 0 0 0 42 8 0 0 20 0 15 0 274444741 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14092996 memory=1517516 CPUtime=0.48 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 1894 0 0 0 41 7 0 0 20 0 15 0 274444741 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14092996 memory=1538308 CPUtime=0.07 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 2869 0 0 0 7 0 0 0 20 0 15 0 274444742 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14092996 memory=1538308 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632362812512 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14092996 memory=1517516 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632361759616 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14092996 memory=1517516 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14092996 memory=0 CPUtime=2.87 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) S 26565 26568 22827 0 -1 1077944384 6754 0 0 0 286 1 0 0 20 0 15 0 274444745 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632359656304 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14092996 memory=1538328 CPUtime=2.94 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) S 26565 26568 22827 0 -1 1077944384 6118 0 0 0 293 1 0 0 20 0 15 0 274444745 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14092996 memory=1538328 CPUtime=1.26 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) S 26565 26568 22827 0 -1 1077944384 5961 0 0 0 125 1 0 0 20 0 15 0 274444745 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632357550704 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14092996 memory=1538308 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14092996 memory=3816 CPUtime=0.09 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 309 0 0 0 4 5 0 0 20 0 15 0 274444746 14431227904 384577 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 230.98 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1538308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+243.301 s]
/proc/loadavg: 1.41 1.40 1.21 3/216 26601
/proc/meminfo: memFree=22034888/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14092996 memory=1542388 CPUtime=252 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 68016 0 0 0 25133 67 0 0 20 0 15 0 274444740 14431227904 385597 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3523249 385597 3616 1 0 3485321 0
[pid=26568/tid=26570] ppid=26565 vsize=14092996 memory=1542388 CPUtime=242.63 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 34372 0 0 0 24240 23 0 0 20 0 15 0 274444740 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632893876624 140632480889387 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0.52 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1850 0 0 0 44 8 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14092996 memory=129 CPUtime=0.52 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 4693 0 0 0 43 9 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0.5 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1771 0 0 0 42 8 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14092996 memory=1538308 CPUtime=0.49 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 1894 0 0 0 42 7 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14092996 memory=1538308 CPUtime=0.07 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 2870 0 0 0 7 0 0 0 20 0 15 0 274444742 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632362812512 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14092996 memory=1068 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632361759616 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14092996 memory=1542388 CPUtime=2.87 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) S 26565 26568 22827 0 -1 1077944384 6754 0 0 0 286 1 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632359656304 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14092996 memory=3816 CPUtime=2.94 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) S 26565 26568 22827 0 -1 1077944384 6118 0 0 0 293 1 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14092996 memory=1542388 CPUtime=1.26 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) S 26565 26568 22827 0 -1 1077944384 5961 0 0 0 125 1 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632357550704 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14092996 memory=52 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14092996 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 311 0 0 0 4 5 0 0 20 0 15 0 274444746 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1542388 KiB

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

[startup+243.322 s]
# the end of solver process 26568 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.345 s, system=0.688449 s

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

[startup+243.301 s]
/proc/loadavg: 1.41 1.40 1.21 3/216 26601
/proc/meminfo: memFree=22034888/32770624 swapFree=67108500/67108860
[pid=26568] ppid=26565 vsize=14092996 memory=1542388 CPUtime=252 cores=0,2,4,6
/proc/26568/stat : 26568 (java) S 26565 26568 22827 0 -1 1077944320 68016 0 0 0 25133 67 0 0 20 0 15 0 274444740 14431227904 385597 33554432000 4194304 4196468 140733254672384 140733254654928 140632889638647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
/proc/26568/statm: 3523249 385597 3616 1 0 3485321 0
[pid=26568/tid=26570] ppid=26565 vsize=14092996 memory=1542388 CPUtime=242.63 cores=0,2,4,6
/proc/26568/task/26570/stat : 26570 (java) R 26565 26568 22827 0 -1 4202560 34372 0 0 0 24240 23 0 0 20 0 15 0 274444740 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632893876624 140632480889387 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26577] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0.52 cores=0,2,4,6
/proc/26568/task/26577/stat : 26577 (java) S 26565 26568 22827 0 -1 1077944384 1850 0 0 0 44 8 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632804707472 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26578] ppid=26565 vsize=14092996 memory=129 CPUtime=0.52 cores=0,2,4,6
/proc/26568/task/26578/stat : 26578 (java) S 26565 26568 22827 0 -1 1077944384 4693 0 0 0 43 9 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632803654672 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26579] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0.5 cores=0,2,4,6
/proc/26568/task/26579/stat : 26579 (java) S 26565 26568 22827 0 -1 1077944384 1771 0 0 0 42 8 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632802601872 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26580] ppid=26565 vsize=14092996 memory=1538308 CPUtime=0.49 cores=0,2,4,6
/proc/26568/task/26580/stat : 26580 (java) S 26565 26568 22827 0 -1 1077944384 1894 0 0 0 42 7 0 0 20 0 15 0 274444741 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632801549072 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26581] ppid=26565 vsize=14092996 memory=1538308 CPUtime=0.07 cores=0,2,4,6
/proc/26568/task/26581/stat : 26581 (java) S 26565 26568 22827 0 -1 1077944384 2870 0 0 0 7 0 0 0 20 0 15 0 274444742 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632363866480 140632889649794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26582] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26582/stat : 26582 (java) S 26565 26568 22827 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632362812512 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26583] ppid=26565 vsize=14092996 memory=1068 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26583/stat : 26583 (java) S 26565 26568 22827 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 274444743 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632361759616 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26584] ppid=26565 vsize=14092996 memory=1542388 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26584/stat : 26584 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632360707920 140632889657243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26585] ppid=26565 vsize=14092996 memory=1542388 CPUtime=2.87 cores=0,2,4,6
/proc/26568/task/26585/stat : 26585 (java) S 26565 26568 22827 0 -1 1077944384 6754 0 0 0 286 1 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632359656304 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26586] ppid=26565 vsize=14092996 memory=3816 CPUtime=2.94 cores=0,2,4,6
/proc/26568/task/26586/stat : 26586 (java) S 26565 26568 22827 0 -1 1077944384 6118 0 0 0 293 1 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632358603504 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26587] ppid=26565 vsize=14092996 memory=1542388 CPUtime=1.26 cores=0,2,4,6
/proc/26568/task/26587/stat : 26587 (java) S 26565 26568 22827 0 -1 1077944384 5961 0 0 0 125 1 0 0 20 0 15 0 274444745 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632357550704 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26588] ppid=26565 vsize=14092996 memory=52 CPUtime=0 cores=0,2,4,6
/proc/26568/task/26588/stat : 26588 (java) S 26565 26568 22827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274444746 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632356498144 140632889648853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
[pid=26568/tid=26589] ppid=26565 vsize=14092996 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/26568/task/26589/stat : 26589 (java) S 26565 26568 22827 0 -1 1077944384 311 0 0 0 4 5 0 0 20 0 15 0 274444746 14431227904 385597 33554432000 4194304 4196468 140733254672384 140632355445424 140632889649794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20365312 140733254673488 140733254673678 140733254673678 140733254676431 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1542388 KiB

Child status: 143
Real time (s): 243.322
CPU time (s): 252.034
CPU user time (s): 251.345
CPU system time (s): 0.688449
CPU usage (%): 103.58
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1542388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.345
system time used= 0.688449
maximum resident set size= 1542936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68522
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9522
involuntary context switches= 371


# summary of solver processes directly reported to runsolver:
#   pid: 26568
#   total CPU time (s): 252.034
#   total CPU user time (s): 251.345
#   total CPU system time (s): 0.688449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.24661 second user time and 2.44027 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-18 07:06:56
IDJOB=4312273
IDBENCH=141053
IDSOLVER=2800
FILE ID=node104/4312273-1534568816
RUNJOBID= node104-1534568568-26365
PBS_JOBID= 21038643
Free space on /tmp= 47324 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_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-4312273-1534568816/watcher-4312273-1534568816 -o /tmp/evaluation-result-4312273-1534568816/solver-4312273-1534568816 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534568568-26365 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 99594897 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312273-1534568816.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=99594897

node104.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.11
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.11
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.11
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.11
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:        24196552 kB
MemAvailable:   31882804 kB
Buffers:          216836 kB
Cached:          7718036 kB
SwapCached:            4 kB
Active:          4105192 kB
Inactive:        3890808 kB
Active(anon):      36596 kB
Inactive(anon):    92888 kB
Active(file):    4068596 kB
Inactive(file):  3797920 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             71808 kB
Writeback:             0 kB
AnonPages:         94176 kB
Mapped:            26032 kB
Shmem:             66020 kB
Slab:             276668 kB
SReclaimable:     248196 kB
SUnreclaim:        28472 kB
KernelStack:        3776 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1315044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47284 MiB
End job on node104 at 2018-08-18 07:10:59