Trace number 4308350

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.07 2501.72

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-21-0500_c18.xml
MD5SUM3fdf89d4941046bada2032faa76e855a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63832030
Best CPU time to get the best result obtained on this benchmark61.4336
Satisfiable
(Un)Satisfiability was proved
Number of variables4790
Number of constraints2852
Number of domains18
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":14},{"size":2,"count":1749},{"size":11,"count":1263},{"size":12,"count":1},{"size":21,"count":9},{"size":27,"count":36},{"size":43,"count":1},{"size":47,"count":3},{"size":53,"count":3},{"size":97,"count":25},{"size":102,"count":73},{"size":113,"count":21},{"size":121,"count":1592}]
Minimum variable degree1
Maximum variable degree1264
Distribution of variable degrees[{"degree":1,"count":5},{"degree":2,"count":3828},{"degree":3,"count":82},{"degree":4,"count":132},{"degree":5,"count":162},{"degree":6,"count":218},{"degree":7,"count":222},{"degree":8,"count":115},{"degree":9,"count":9},{"degree":10,"count":7},{"degree":11,"count":4},{"degree":12,"count":5},{"degree":1264,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":326},{"arity":3,"count":1263},{"arity":6,"count":1263}]
Number of extensional constraints1263
Number of intensional constraints1589
Distribution of constraint types[{"type":"extension","count":1263},{"type":"intension","count":1589}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 436200765
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
27.76/16.49	c Parsing done, starting search...
2520.04/2501.70	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308350-1534288620/watcher-4308350-1534288620 -o /tmp/evaluation-result-4308350-1534288620/solver-4308350-1534288620 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534271084-19496 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 436200765 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308350-1534288620.xml 

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

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

solver pid=21220, runsolver pid=21217

[startup+0.100092 s]*
/proc/loadavg: 1.29 1.50 1.57 3/215 21235
/proc/meminfo: memFree=24258976/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14082736 memory=31824 CPUtime=0.12 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 6858 0 0 0 11 1 0 0 20 0 15 0 246425251 14420721664 7956 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3520684 7956 3156 1 0 3482761 0
[pid=21220/tid=21222] ppid=21217 vsize=14082736 memory=-8701690554792186747 CPUtime=0.09 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 4907 0 0 0 8 1 0 0 20 0 15 0 246425251 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703943640760 140703931677502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246425253 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246425254 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703480411680 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246425254 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703479358832 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 246425256 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703476201712 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0.01 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 246425256 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425257 14420721664 7956 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31824 KiB

[startup+0.210446 s]*
/proc/loadavg: 1.29 1.50 1.57 7/215 21235
/proc/meminfo: memFree=24242828/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14082736 memory=47616 CPUtime=0.3 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 10500 0 0 0 27 3 0 0 20 0 15 0 246425251 14420721664 11904 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3520684 11904 3367 1 0 3482761 0
[pid=21220/tid=21222] ppid=21217 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 1077944384 8222 0 0 0 18 2 0 0 20 0 15 0 246425251 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703943665808 140703939450581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14082736 memory=139704439129014 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246425253 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246425254 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703480411680 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246425254 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703479358832 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 15 0 246425256 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) R 21217 21220 17869 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 15 0 246425256 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703476201712 140703916669662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0.05 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 300 0 0 0 5 0 0 0 20 0 15 0 246425256 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425257 14420721664 11904 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47616 KiB

[startup+0.310231 s]*
/proc/loadavg: 1.26 1.49 1.57 3/215 21235
/proc/meminfo: memFree=24239788/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14082736 memory=50740 CPUtime=0.44 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 10875 0 0 0 41 3 0 0 20 0 15 0 246425251 14420721664 12685 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3520684 12685 3370 1 0 3482761 0
[pid=21220/tid=21222] ppid=21217 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 8557 0 0 0 27 2 0 0 20 0 15 0 246425251 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703943660192 140703923520862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14082736 memory=4294977828 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14082736 memory=139704439129013 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246425252 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246425253 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246425254 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703480411680 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246425254 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703479358832 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 246425256 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) S 21217 21220 17869 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 15 0 246425256 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703476201712 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0.08 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 312 0 0 0 8 0 0 0 20 0 15 0 246425256 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14082736 memory=139704439109248 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425257 14420721664 12685 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50740 KiB

[startup+0.700718 s]
/proc/loadavg: 1.26 1.49 1.57 3/215 21235
/proc/meminfo: memFree=24217960/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14084804 memory=90924 CPUtime=0.98 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 17558 0 0 0 92 6 0 0 20 0 15 0 246425251 14422839296 22731 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3521201 22731 3505 1 0 3483273 0
[pid=21220/tid=21222] ppid=21217 vsize=14084804 memory=230873551103562 CPUtime=0.66 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 14873 0 0 0 62 4 0 0 20 0 15 0 246425251 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703943664480 140703907036518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14084804 memory=288230376153003213 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425252 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14084804 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246425252 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246425253 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14084804 memory=-3535359994705172066 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246425254 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703480411680 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246425254 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703479358832 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14084804 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 667 0 0 0 7 0 0 0 20 0 15 0 246425256 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) S 21217 21220 17869 0 -1 1077944384 266 0 0 0 7 0 0 0 20 0 15 0 246425256 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703476201712 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 370 0 0 0 15 0 0 0 20 0 15 0 246425256 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14084804 memory=12552 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246425257 14422839296 22731 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90924 KiB

[startup+1.5008 s]
/proc/loadavg: 1.26 1.49 1.57 4/215 21235
/proc/meminfo: memFree=23976740/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14086852 memory=387740 CPUtime=3.14 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 20124 0 0 0 281 33 0 0 20 0 15 0 246425251 14424936448 96935 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3521713 96935 3565 1 0 3483785 0
[pid=21220/tid=21222] ppid=21217 vsize=14086852 memory=10759 CPUtime=1.36 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 15379 0 0 0 128 8 0 0 20 0 15 0 246425251 14424936448 96935 33554432000 4194304 4196468 140735339235696 140703943676240 140703548124821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14086852 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 127 0 0 0 4 5 0 0 20 0 15 0 246425252 14424936448 96935 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 125 0 0 0 4 5 0 0 20 0 15 0 246425252 14424936448 96935 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 156 0 0 0 4 5 0 0 20 0 15 0 246425252 14424936448 96935 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 149 0 0 0 4 5 0 0 20 0 15 0 246425252 14424936448 96935 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 246425253 14424936448 96935 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0

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

/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 176884 0 0 0 237783 82 0 0 20 0 15 0 246425251 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703943678512 140703561515227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14090948 memory=1811308 CPUtime=3.16 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 32480 0 0 0 263 53 0 0 20 0 15 0 246425252 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14090948 memory=1811308 CPUtime=3.16 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 33913 0 0 0 263 53 0 0 20 0 15 0 246425252 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14090948 memory=1798996 CPUtime=3.18 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 30359 0 0 0 263 55 0 0 20 0 15 0 246425252 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14090948 memory=1798996 CPUtime=3.18 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 26989 0 0 0 266 52 0 0 20 0 15 0 246425252 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14090948 memory=1798996 CPUtime=0.23 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 14789 0 0 0 19 4 0 0 20 0 15 0 246425253 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14090948 memory=1798996 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703480411744 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14090948 memory=1790276 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703479358848 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14090948 memory=1861584 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14090948 memory=1798996 CPUtime=3.14 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 12753 0 0 0 311 3 0 0 20 0 15 0 246425256 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14090948 memory=1798996 CPUtime=3.16 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) S 21217 21220 17869 0 -1 1077944384 11020 0 0 0 313 3 0 0 20 0 15 0 246425256 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703476201712 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14090948 memory=1798996 CPUtime=1.23 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 17133 0 0 0 119 4 0 0 20 0 15 0 246425256 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14090948 memory=1798996 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14090948 memory=1580 CPUtime=1.15 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 2146 0 0 0 51 64 0 0 20 0 15 0 246425257 14429130752 447569 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 2400.33 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1790276 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.51 1.61 3/215 21538
/proc/meminfo: memFree=20590004/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14090948 memory=1760008 CPUtime=2460.5 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 362834 0 0 0 245684 366 0 0 20 0 15 0 246425251 14429130752 440002 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3522737 440002 3611 1 0 3484809 0
[pid=21220/tid=21222] ppid=21217 vsize=14090948 memory=1760008 CPUtime=2438.59 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 177971 0 0 0 243777 82 0 0 20 0 15 0 246425251 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703943678496 140703560985198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14090948 memory=1762060 CPUtime=3.2 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 33034 0 0 0 267 53 0 0 20 0 15 0 246425252 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14090948 memory=1765652 CPUtime=3.21 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 34384 0 0 0 268 53 0 0 20 0 15 0 246425252 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14090948 memory=1773860 CPUtime=3.22 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 30539 0 0 0 267 55 0 0 20 0 15 0 246425252 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14090948 memory=1798996 CPUtime=3.23 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 27497 0 0 0 271 52 0 0 20 0 15 0 246425252 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14090948 memory=1767192 CPUtime=0.25 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 14919 0 0 0 20 5 0 0 20 0 15 0 246425253 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14090948 memory=1773860 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703480411744 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14090948 memory=1765652 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703479358848 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14090948 memory=1762060 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14090948 memory=1760008 CPUtime=3.14 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 12756 0 0 0 311 3 0 0 20 0 15 0 246425256 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14090948 memory=1760008 CPUtime=3.16 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) S 21217 21220 17869 0 -1 1077944384 11022 0 0 0 313 3 0 0 20 0 15 0 246425256 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703476201712 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14090948 memory=1773860 CPUtime=1.23 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 17135 0 0 0 119 4 0 0 20 0 15 0 246425256 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14090948 memory=1762060 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14090948 memory=6791534058613427641 CPUtime=1.18 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 2164 0 0 0 52 66 0 0 20 0 15 0 246425257 14429130752 440002 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 2460.5 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1760008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.7 s]
/proc/loadavg: 1.54 1.54 1.61 3/215 21540
/proc/meminfo: memFree=20610888/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14090948 memory=1738976 CPUtime=2520.04 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 365330 0 0 0 251637 367 0 0 20 0 15 0 246425251 14429130752 434744 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3522737 434744 3611 1 0 3484809 0
[pid=21220/tid=21222] ppid=21217 vsize=14090948 memory=1738976 CPUtime=2497.93 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 178746 0 0 0 249711 82 0 0 20 0 15 0 246425251 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703943678448 140703561743217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14090948 memory=1738976 CPUtime=3.24 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 33465 0 0 0 271 53 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14090948 memory=1738976 CPUtime=3.26 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 34652 0 0 0 272 54 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14090948 memory=1738976 CPUtime=3.26 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 30794 0 0 0 271 55 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14090948 memory=1741540 CPUtime=3.27 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 28110 0 0 0 275 52 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14090948 memory=1741540 CPUtime=0.26 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 15047 0 0 0 21 5 0 0 20 0 15 0 246425253 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14090948 memory=1745644 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703480411744 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14090948 memory=1750264 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703479358848 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14090948 memory=1752316 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14090948 memory=1754880 CPUtime=3.14 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 12758 0 0 0 311 3 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14090948 memory=1742568 CPUtime=3.16 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) S 21217 21220 17869 0 -1 1077944384 11024 0 0 0 313 3 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703476201712 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14090948 memory=1738976 CPUtime=1.23 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 17137 0 0 0 119 4 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14090948 memory=1738976 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14090948 memory=1738976 CPUtime=1.22 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 2184 0 0 0 54 68 0 0 20 0 15 0 246425257 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1738976 KiB

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

[startup+2501.72 s]
# the end of solver process 21220 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.39 s, system=3.68448 s

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

[startup+2501.7 s]
/proc/loadavg: 1.54 1.54 1.61 3/215 21540
/proc/meminfo: memFree=20610888/32770624 swapFree=67108172/67108860
[pid=21220] ppid=21217 vsize=14090948 memory=1738976 CPUtime=2520.04 cores=1,3,5,7
/proc/21220/stat : 21220 (java) S 21217 21220 17869 0 -1 1077944320 365330 0 0 0 251637 367 0 0 20 0 15 0 246425251 14429130752 434744 33554432000 4194304 4196468 140735339235696 140735339218240 140703939440375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
/proc/21220/statm: 3522737 434744 3611 1 0 3484809 0
[pid=21220/tid=21222] ppid=21217 vsize=14090948 memory=1738976 CPUtime=2497.93 cores=1,3,5,7
/proc/21220/task/21222/stat : 21222 (java) R 21217 21220 17869 0 -1 4202560 178746 0 0 0 249711 82 0 0 20 0 15 0 246425251 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703943678448 140703561743217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21223] ppid=21217 vsize=14090948 memory=1738976 CPUtime=3.24 cores=1,3,5,7
/proc/21220/task/21223/stat : 21223 (java) S 21217 21220 17869 0 -1 1077944384 33465 0 0 0 271 53 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703869528720 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21224] ppid=21217 vsize=14090948 memory=1738976 CPUtime=3.26 cores=1,3,5,7
/proc/21220/task/21224/stat : 21224 (java) S 21217 21220 17869 0 -1 1077944384 34652 0 0 0 272 54 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703868475920 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21225] ppid=21217 vsize=14090948 memory=1738976 CPUtime=3.26 cores=1,3,5,7
/proc/21220/task/21225/stat : 21225 (java) S 21217 21220 17869 0 -1 1077944384 30794 0 0 0 271 55 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703533021584 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21226] ppid=21217 vsize=14090948 memory=1741540 CPUtime=3.27 cores=1,3,5,7
/proc/21220/task/21226/stat : 21226 (java) S 21217 21220 17869 0 -1 1077944384 28110 0 0 0 275 52 0 0 20 0 15 0 246425252 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703531968784 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21227] ppid=21217 vsize=14090948 memory=1741540 CPUtime=0.26 cores=1,3,5,7
/proc/21220/task/21227/stat : 21227 (java) S 21217 21220 17869 0 -1 1077944384 15047 0 0 0 21 5 0 0 20 0 15 0 246425253 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703481465712 140703939451522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21228] ppid=21217 vsize=14090948 memory=1745644 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21228/stat : 21228 (java) S 21217 21220 17869 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703480411744 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21229] ppid=21217 vsize=14090948 memory=1750264 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21229/stat : 21229 (java) S 21217 21220 17869 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 246425254 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703479358848 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21230] ppid=21217 vsize=14090948 memory=1752316 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21230/stat : 21230 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703478307152 140703939458971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21231] ppid=21217 vsize=14090948 memory=1754880 CPUtime=3.14 cores=1,3,5,7
/proc/21220/task/21231/stat : 21231 (java) S 21217 21220 17869 0 -1 1077944384 12758 0 0 0 311 3 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703477254512 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21232] ppid=21217 vsize=14090948 memory=1742568 CPUtime=3.16 cores=1,3,5,7
/proc/21220/task/21232/stat : 21232 (java) S 21217 21220 17869 0 -1 1077944384 11024 0 0 0 313 3 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703476201712 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21233] ppid=21217 vsize=14090948 memory=1738976 CPUtime=1.23 cores=1,3,5,7
/proc/21220/task/21233/stat : 21233 (java) S 21217 21220 17869 0 -1 1077944384 17137 0 0 0 119 4 0 0 20 0 15 0 246425256 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703475148912 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21234] ppid=21217 vsize=14090948 memory=1738976 CPUtime=0 cores=1,3,5,7
/proc/21220/task/21234/stat : 21234 (java) S 21217 21220 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246425257 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703474096352 140703939450581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
[pid=21220/tid=21235] ppid=21217 vsize=14090948 memory=1738976 CPUtime=1.22 cores=1,3,5,7
/proc/21220/task/21235/stat : 21235 (java) S 21217 21220 17869 0 -1 1077944384 2184 0 0 0 54 68 0 0 20 0 15 0 246425257 14429130752 434744 33554432000 4194304 4196468 140735339235696 140703473044656 140703939451522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15589376 140735339238473 140735339238665 140735339238665 140735339241423 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1738976 KiB

Child status: 143
Real time (s): 2501.72
CPU time (s): 2520.07
CPU user time (s): 2516.39
CPU system time (s): 3.68448
CPU usage (%): 100.734
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4517660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 3.68449
maximum resident set size= 4517660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60625
involuntary context switches= 1517


# summary of solver processes directly reported to runsolver:
#   pid: 21220
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.39
#   total CPU system time (s): 3.68448

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9227 second user time and 19.2351 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 01:17:01
IDJOB=4308350
IDBENCH=141276
IDSOLVER=2791
FILE ID=node136/4308350-1534288620
RUNJOBID= node136-1534271084-19496
PBS_JOBID= 21038121
Free space on /tmp= 38924 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-21-0500_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308350-1534288620/watcher-4308350-1534288620 -o /tmp/evaluation-result-4308350-1534288620/solver-4308350-1534288620 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534271084-19496 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 436200765 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308350-1534288620.xml

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

MD5SUM BENCH= 3fdf89d4941046bada2032faa76e855a
RANDOM SEED=436200765

node136.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.50
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.50
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.50
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.50
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:        24277268 kB
MemAvailable:   31612248 kB
Buffers:          117180 kB
Cached:          7437576 kB
SwapCached:           16 kB
Active:          4195036 kB
Inactive:        3706084 kB
Active(anon):     297636 kB
Inactive(anon):   100900 kB
Active(file):    3897400 kB
Inactive(file):  3605184 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:            107200 kB
Writeback:             0 kB
AnonPages:        279620 kB
Mapped:            67844 kB
Shmem:             49576 kB
Slab:             289072 kB
SReclaimable:     260856 kB
SUnreclaim:        28216 kB
KernelStack:        3840 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1217804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38888 MiB
End job on node136 at 2018-08-15 01:58:43