Trace number 4257962

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
sat4j-CSP 2017-07-05? (TO) 260.082 84.164101

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-3.xml
MD5SUM0b4fb4a315b6bd8f0348750a3d90443f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark102
Best CPU time to get the best result obtained on this benchmark2005.33
Satisfiable
(Un)Satisfiability was proved
Number of variables3066
Number of constraints168
Number of domains13
Minimum domain size2
Maximum domain size18
Distribution of domain sizes[{"size":2,"count":146},{"size":3,"count":292},{"size":4,"count":146},{"size":5,"count":146},{"size":6,"count":146},{"size":8,"count":438},{"size":10,"count":292},{"size":11,"count":146},{"size":14,"count":292},{"size":15,"count":292},{"size":16,"count":146},{"size":17,"count":292},{"size":18,"count":292}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3066}]
Minimum constraint arity21
Maximum constraint arity2920
Distribution of constraint arities[{"arity":21,"count":146},{"arity":146,"count":21},{"arity":2920,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":166}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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 (15204 MiB free)
  memory of node 1: 16384 MiB (7522 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257962-1502644451/watcher-4257962-1502644451 -o /tmp/evaluation-result-4257962-1502644451/solver-4257962-1502644451 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257962-1502644451.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=7921, runsolver pid=7918

[startup+0.100171 s]*
/proc/loadavg: 3.47 3.21 3.08 7/200 7923
/proc/meminfo: memFree=23271136/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=9934352 memory=15368 CPUtime=0 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 2644 0 0 0 0 0 0 0 20 0 6 0 66638470 10172776448 3842 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2483588 3842 1326 1 0 2473558 0
[pid=7921/tid=7923] ppid=7918 vsize=9936560 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) R 7918 7921 17093 0 -1 4202560 1571 0 0 0 0 0 0 0 20 0 6 0 66638480 10175037440 4038 18446744073709551615 4194304 4196468 140729211453744 139680486724176 139680443469421 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=9936560 memory=4872558142750482496 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66638481 10175037440 4104 18446744073709551615 4194304 4196468 140729211453744 139680412908560 139680482498261 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=9936560 memory=140419522053760 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66638481 10175037440 4104 18446744073709551615 4194304 4196468 140729211453744 139680411856016 139680482498261 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) S 7918 7921 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66638481 10175037440 4104 18446744073709551615 4194304 4196468 140729211453744 139680410802960 139680482498261 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66638481 10175037440 4104 18446744073709551615 4194304 4196468 140729211453744 139680409750416 139680482498261 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 15368 KiB

[startup+0.214773 s]*
/proc/loadavg: 3.47 3.21 3.08 7/213 7936
/proc/meminfo: memFree=23256860/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551156 memory=27784 CPUtime=0.09 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 4883 0 0 0 8 1 0 0 20 0 15 0 66638470 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637789 6946 2765 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551156 memory=7972079681069007774 CPUtime=0.07 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) R 7918 7921 17093 0 -1 4202560 2860 0 0 0 7 0 0 0 20 0 15 0 66638480 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139680486725936 139680474725182 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551156 memory=4872558142750482496 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139680412908560 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551156 memory=140419522053760 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139680411856016 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) S 7918 7921 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139680410802960 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139680409750416 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66638482 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679844231408 139680482499202 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66638483 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679843177632 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66638483 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638485 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679841073104 139680482506651 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) S 7918 7921 17093 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 66638485 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679840021232 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679838968688 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 15 0 66638486 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679837915632 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638490 10804383744 6946 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27784 KiB

[startup+0.310726 s]*
/proc/loadavg: 3.47 3.21 3.08 6/213 7936
/proc/meminfo: memFree=23247120/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551156 memory=36776 CPUtime=0.23 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 7930 0 0 0 21 2 0 0 20 0 15 0 66638470 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637789 9194 2865 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551156 memory=-7677926825137650786 CPUtime=0.16 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) R 7918 7921 17093 0 -1 4202560 5617 0 0 0 15 1 0 0 20 0 15 0 66638480 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139680486724928 139680482509981 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139680412908560 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551156 memory=6153996720299601256 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139680411856016 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551156 memory=5795117224421518696 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) S 7918 7921 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139680410802960 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638481 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139680409750416 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66638482 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679844231408 139680482499202 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66638483 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679843177632 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66638483 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638485 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679841073104 139680482506651 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) S 7918 7921 17093 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 15 0 66638485 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679840021232 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) S 7918 7921 17093 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 66638486 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679838968688 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 384 0 0 0 3 0 0 0 20 0 15 0 66638486 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679837915632 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638490 10804383744 9194 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36776 KiB

[startup+0.701124 s]
/proc/loadavg: 3.47 3.21 3.08 9/213 7936
/proc/meminfo: memFree=23236096/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551232 memory=327316 CPUtime=1.23 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 13773 0 0 0 112 11 0 0 20 0 15 0 66638470 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637808 81829 3075 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551232 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) R 7918 7921 17093 0 -1 4202560 6897 0 0 0 47 5 0 0 20 0 15 0 66638480 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139680486724896 139680468556180 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551232 memory=155 CPUtime=0.01 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) S 7918 7921 17093 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 66638481 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139680412908560 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551232 memory=1 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) S 7918 7921 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 66638481 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139680411856016 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) S 7918 7921 17093 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 66638481 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139680410802960 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551232 memory=3904 CPUtime=0.01 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) S 7918 7921 17093 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 66638481 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139680409750416 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551232 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 66638482 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679844231408 139680482499202 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679843177632 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551232 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638485 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679841073104 139680482506651 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551232 memory=6656426216303648864 CPUtime=0.21 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) R 7918 7921 17093 0 -1 4202560 2144 0 0 0 21 0 0 0 20 0 15 0 66638485 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679840002248 139680465984843 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) R 7918 7921 17093 0 -1 4202560 2006 0 0 0 19 0 0 0 20 0 15 0 66638486 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679838949704 139680460235550 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551232 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 1069 0 0 0 20 0 0 0 20 0 15 0 66638486 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679837915632 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) S 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638490 10804461568 81829 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 327316 KiB

[startup+1.50116 s]
/proc/loadavg: 3.47 3.21 3.08 8/213 7936
/proc/meminfo: memFree=22938908/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551232 memory=613776 CPUtime=3.18 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 16670 0 0 0 299 19 0 0 20 0 15 0 66638470 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637808 153444 3087 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551232 memory=280838784963104 CPUtime=1.27 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) S 7918 7921 17093 0 -1 1077944384 7589 0 0 0 118 9 0 0 20 0 15 0 66638480 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139680486667632 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) R 7918 7921 17093 0 -1 4202560 38 0 0 0 2 1 0 0 20 0 15 0 66638481 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139680412908448 139680467515805 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551232 memory=6944656575208382560 CPUtime=0.05 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) R 7918 7921 17093 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 15 0 66638481 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139680411856016 139680467515920 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551232 memory=7306316804797196914 CPUtime=0.03 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) R 7918 7921 17093 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 15 0 66638481 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139680410802960 139680467511758 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551232 memory=6442213876473817182 CPUtime=0.04 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) R 7918 7921 17093 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 15 0 66638481 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139680409750416 139680466936270 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 66638482 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679844229920 139680482498261 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679843177632 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638485 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679841073104 139680482506651 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551232 memory=0 CPUtime=0.7 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) S 7918 7921 17093 0 -1 1077944384 3265 0 0 0 70 0 0 0 20 0 15 0 66638485 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679840021232 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551232 memory=7375040490582927186 CPUtime=0.7 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) S 7918 7921 17093 0 -1 1077944384 2790 0 0 0 70 0 0 0 20 0 15 0 66638486 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679838968688 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551232 memory=7301857172715104592 CPUtime=0.25 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 1301 0 0 0 25 0 0 0 20 0 15 0 66638486 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679837915632 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551232 memory=6153395269873979984 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) R 7918 7921 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66638490 10804461568 153444 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 10551232 KiB

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


[startup+84.1641 s]
# the end of solver process 7921 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.584 s, system=5.49782 s

Solver just ended.
Dumping a history of the last processes samples

[startup+83.2011 s]
/proc/loadavg: 4.45 3.56 3.21 9/213 8040
/proc/meminfo: memFree=14793084/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551232 memory=8392280 CPUtime=256.36 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 150456 0 0 0 25091 545 0 0 20 0 15 0 66638470 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637808 2098070 3117 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551232 memory=8392280 CPUtime=12.9 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) S 7918 7921 17093 0 -1 1077944384 13258 0 0 0 1276 14 0 0 20 0 15 0 66638480 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680486717600 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551232 memory=4028 CPUtime=57.15 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) R 7918 7921 17093 0 -1 4202560 20500 0 0 0 5583 132 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680412908760 139680467188767 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551232 memory=37592 CPUtime=56.99 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) R 7918 7921 17093 0 -1 4202560 26380 0 0 0 5574 125 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680411856216 139680467484459 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551232 memory=1296 CPUtime=57.21 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) R 7918 7921 17093 0 -1 4202560 24403 0 0 0 5581 140 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680410803160 139680467186795 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551232 memory=7680170660397595203 CPUtime=57.03 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) R 7918 7921 17093 0 -1 4202560 23472 0 0 0 5577 126 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680409750304 139680464097810 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551232 memory=8392280 CPUtime=12.14 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 19300 0 0 0 1213 1 0 0 20 0 15 0 66638482 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679844229952 139680482498261 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551232 memory=8392280 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679843177696 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551232 memory=8392280 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679841072752 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551232 memory=-6654736624941163865 CPUtime=1.71 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) S 7918 7921 17093 0 -1 1077944384 13507 0 0 0 170 1 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679840020992 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551232 memory=-6080272236746146608 CPUtime=0.82 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) S 7918 7921 17093 0 -1 1077944384 5025 0 0 0 81 1 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679838968736 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551232 memory=7306916055891837008 CPUtime=0.28 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 2622 0 0 0 28 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679837915680 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551232 memory=8361316 CPUtime=0.03 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) S 7918 7921 17093 0 -1 1077944384 620 0 0 0 1 2 0 0 20 0 15 0 66638490 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 256.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8392280 KiB

[startup+83.6011 s]
/proc/loadavg: 4.45 3.56 3.21 9/213 8040
/proc/meminfo: memFree=14793084/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551232 memory=8392280 CPUtime=257.96 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 150456 0 0 0 25251 545 0 0 20 0 15 0 66638470 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637808 2098070 3117 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551232 memory=37592 CPUtime=12.9 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) S 7918 7921 17093 0 -1 1077944384 13258 0 0 0 1276 14 0 0 20 0 15 0 66638480 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680486717600 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551232 memory=1296 CPUtime=57.55 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) R 7918 7921 17093 0 -1 4202560 20500 0 0 0 5623 132 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680412908760 139680467188691 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551232 memory=2420 CPUtime=57.39 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) R 7918 7921 17093 0 -1 4202560 26380 0 0 0 5614 125 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680411856216 139680467484719 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551232 memory=1732 CPUtime=57.61 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) R 7918 7921 17093 0 -1 4202560 24403 0 0 0 5621 140 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680410803160 139680467186785 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551232 memory=302022848351043610 CPUtime=57.43 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) R 7918 7921 17093 0 -1 4202560 23472 0 0 0 5617 126 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680409750304 139680467186766 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551232 memory=288230621803970871 CPUtime=12.14 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 19300 0 0 0 1213 1 0 0 20 0 15 0 66638482 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679844229952 139680482498261 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679843177696 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551232 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551232 memory=4112 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679841072752 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551232 memory=4076 CPUtime=1.71 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) S 7918 7921 17093 0 -1 1077944384 13507 0 0 0 170 1 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679840020992 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551232 memory=4584 CPUtime=0.82 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) S 7918 7921 17093 0 -1 1077944384 5025 0 0 0 81 1 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679838968736 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551232 memory=1160 CPUtime=0.28 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 2622 0 0 0 28 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679837915680 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551232 memory=8392280 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551232 memory=33 CPUtime=0.03 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) S 7918 7921 17093 0 -1 1077944384 620 0 0 0 1 2 0 0 20 0 15 0 66638490 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 257.96 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8392280 KiB

[startup+84.0021 s]*
/proc/loadavg: 4.73 3.63 3.23 10/213 8040
/proc/meminfo: memFree=14793084/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551232 memory=8392280 CPUtime=259.59 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 150456 0 0 0 25414 545 0 0 20 0 15 0 66638470 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637808 2098070 3117 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551232 memory=-7677926825137650786 CPUtime=12.9 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) S 7918 7921 17093 0 -1 1077944384 13258 0 0 0 1276 14 0 0 20 0 15 0 66638480 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680486717600 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551232 memory=4872558044660077418 CPUtime=57.94 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) R 7918 7921 17093 0 -1 4202560 20500 0 0 0 5662 132 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680412908760 139680464097767 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551232 memory=4068 CPUtime=57.8 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) R 7918 7921 17093 0 -1 4202560 26380 0 0 0 5655 125 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680411856216 139680467484456 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551232 memory=2752 CPUtime=58.02 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) R 7918 7921 17093 0 -1 4202560 24403 0 0 0 5662 140 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680410803160 139680464097664 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551232 memory=2752 CPUtime=57.84 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) R 7918 7921 17093 0 -1 4202560 23472 0 0 0 5658 126 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680409750304 139680467484456 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551232 memory=4112 CPUtime=12.14 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 19300 0 0 0 1213 1 0 0 20 0 15 0 66638482 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679844229952 139680482498261 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551232 memory=4076 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679843177696 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551232 memory=4584 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551232 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679841072752 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551232 memory=2940 CPUtime=1.71 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) S 7918 7921 17093 0 -1 1077944384 13507 0 0 0 170 1 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679840020992 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551232 memory=8392280 CPUtime=0.82 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) S 7918 7921 17093 0 -1 1077944384 5025 0 0 0 81 1 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679838968736 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551232 memory=1156 CPUtime=0.28 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 2622 0 0 0 28 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679837915680 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551232 memory=2944 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551232 memory=8361124 CPUtime=0.03 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) S 7918 7921 17093 0 -1 1077944384 620 0 0 0 1 2 0 0 20 0 15 0 66638490 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 259.59 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8392280 KiB

[startup+84.1111 s]
/proc/loadavg: 4.73 3.63 3.23 10/213 8040
/proc/meminfo: memFree=14793084/32770624 swapFree=67108860/67108860
[pid=7921] ppid=7918 vsize=10551232 memory=8392280 CPUtime=259.98 cores=0,2,4,6
/proc/7921/stat : 7921 (java) S 7918 7921 17093 0 -1 1077944320 150456 0 0 0 25453 545 0 0 20 0 15 0 66638470 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 140729211436288 139680482488055 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
/proc/7921/statm: 2637808 2098070 3117 1 0 2627261 0
[pid=7921/tid=7923] ppid=7918 vsize=10551232 memory=8392280 CPUtime=12.9 cores=0,2,4,6
/proc/7921/task/7923/stat : 7923 (java) S 7918 7921 17093 0 -1 1077944384 13258 0 0 0 1276 14 0 0 20 0 15 0 66638480 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680486717600 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7924] ppid=7918 vsize=10551232 memory=8392280 CPUtime=58.04 cores=0,2,4,6
/proc/7921/task/7924/stat : 7924 (java) R 7918 7921 17093 0 -1 4202560 20500 0 0 0 5672 132 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680412908760 139680467186831 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7925] ppid=7918 vsize=10551232 memory=8392280 CPUtime=57.9 cores=0,2,4,6
/proc/7921/task/7925/stat : 7925 (java) R 7918 7921 17093 0 -1 4202560 26380 0 0 0 5665 125 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680411856216 139680466945688 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7926] ppid=7918 vsize=10551232 memory=8392280 CPUtime=58.12 cores=0,2,4,6
/proc/7921/task/7926/stat : 7926 (java) R 7918 7921 17093 0 -1 4202560 24403 0 0 0 5672 140 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680410803160 139680467187023 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7927] ppid=7918 vsize=10551232 memory=7669456719271912810 CPUtime=57.94 cores=0,2,4,6
/proc/7921/task/7927/stat : 7927 (java) R 7918 7921 17093 0 -1 4202560 23472 0 0 0 5668 126 0 0 20 0 15 0 66638481 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139680409750304 139680467484608 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7928] ppid=7918 vsize=10551232 memory=8392280 CPUtime=12.14 cores=0,2,4,6
/proc/7921/task/7928/stat : 7928 (java) S 7918 7921 17093 0 -1 1077944384 19300 0 0 0 1213 1 0 0 20 0 15 0 66638482 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679844229952 139680482498261 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7929] ppid=7918 vsize=10551232 memory=37592 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7929/stat : 7929 (java) S 7918 7921 17093 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679843177696 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7930] ppid=7918 vsize=10551232 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7930/stat : 7930 (java) S 7918 7921 17093 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 66638483 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679842124528 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7931] ppid=7918 vsize=10551232 memory=280838785308512 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7931/stat : 7931 (java) S 7918 7921 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679841072752 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7932] ppid=7918 vsize=10551232 memory=280838784865088 CPUtime=1.71 cores=0,2,4,6
/proc/7921/task/7932/stat : 7932 (java) S 7918 7921 17093 0 -1 1077944384 13507 0 0 0 170 1 0 0 20 0 15 0 66638485 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679840020992 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7933] ppid=7918 vsize=10551232 memory=8171614837934281062 CPUtime=0.82 cores=0,2,4,6
/proc/7921/task/7933/stat : 7933 (java) S 7918 7921 17093 0 -1 1077944384 5025 0 0 0 81 1 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679838968736 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7934] ppid=7918 vsize=10551232 memory=8392280 CPUtime=0.28 cores=0,2,4,6
/proc/7921/task/7934/stat : 7934 (java) S 7918 7921 17093 0 -1 1077944384 2622 0 0 0 28 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679837915680 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7935] ppid=7918 vsize=10551232 memory=8392280 CPUtime=0 cores=0,2,4,6
/proc/7921/task/7935/stat : 7935 (java) S 7918 7921 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66638486 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679836863328 139680482498261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
[pid=7921/tid=7936] ppid=7918 vsize=10551232 memory=1708 CPUtime=0.03 cores=0,2,4,6
/proc/7921/task/7936/stat : 7936 (java) S 7918 7921 17093 0 -1 1077944384 620 0 0 0 1 2 0 0 20 0 15 0 66638490 10804461568 2098070 18446744073709551615 4194304 4196468 140729211453744 139679835810352 139680482499202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36708352 140729211457941 140729211458094 140729211458094 140729211461583 0
Current children cumulated CPU time: 259.98 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8392280 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 84.1641
CPU time (s): 260.082
CPU user time (s): 254.584
CPU system time (s): 5.49782
CPU usage (%): 309.018
Max. virtual memory (cumulated for all children) (KiB): 10551232
Max. memory (cumulated for all children) (KiB): 8392280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.584
system time used= 5.49782
maximum resident set size= 8392572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6164
involuntary context switches= 5819


# summary of solver processes directly reported to runsolver:
#   pid: 7921
#   total CPU time (s): 260.082
#   total CPU user time (s): 254.584
#   total CPU system time (s): 5.49782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.537415 second user time and 0.849289 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:00:03
IDJOB=4257962
IDBENCH=124142
IDSOLVER=2643
FILE ID=node127/4257962-1502644451
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257962-1502644451/watcher-4257962-1502644451 -o /tmp/evaluation-result-4257962-1502644451/solver-4257962-1502644451 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257962-1502644451.xml

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

MD5SUM BENCH= 0b4fb4a315b6bd8f0348750a3d90443f
RANDOM SEED=228836407

node127.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.92
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.92
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.92
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.92
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:        23271936 kB
MemAvailable:   23705932 kB
Buffers:          199392 kB
Cached:           530660 kB
SwapCached:            0 kB
Active:          8845340 kB
Inactive:         210748 kB
Active(anon):    8275508 kB
Inactive(anon):    83872 kB
Active(file):     569832 kB
Inactive(file):   126876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1792 kB
Writeback:             8 kB
AnonPages:       8327676 kB
Mapped:            60140 kB
Shmem:             33444 kB
Slab:             131372 kB
SReclaimable:     106244 kB
SUnreclaim:        25128 kB
KernelStack:        3504 kB
PageTables:        21932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8638276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8138752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:01:27